summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-11-20 21:23:55 +0000
committerDan Williams <dcbw@redhat.com>2008-11-20 21:23:55 +0000
commit93f1c85b26a50b978889e13c6c5c8cf035e305da (patch)
treec7ff8ee783547c3bb43604af916329068e01b38b /libnm-util/nm-setting.h
parent1f5394567dd29603cdb1a85e90fb23a90dfa7cc4 (diff)
downloadNetworkManager-93f1c85b26a50b978889e13c6c5c8cf035e305da.tar.gz
2008-11-20 Dan Williams <dcbw@redhat.com>
Patch from Tambet Ingo <tambet@gmail.com> * libnm-util/nm-setting.c libnm-util/nm-setting.h - (NMSettingValueIterFn): instead of just a gboolean for secrets, take all the GParamSpec flags of the property * system-settings/plugins/keyfile/nm-keyfile-connection.c system-settings/plugins/keyfile/reader.c system-settings/plugins/keyfile/writer.c - Update for NMSettingValueIterFn change git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4322 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'libnm-util/nm-setting.h')
-rw-r--r--libnm-util/nm-setting.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libnm-util/nm-setting.h b/libnm-util/nm-setting.h
index 8e4af24783..8303c74108 100644
--- a/libnm-util/nm-setting.h
+++ b/libnm-util/nm-setting.h
@@ -80,10 +80,10 @@ typedef struct {
} NMSettingClass;
typedef void (*NMSettingValueIterFn) (NMSetting *setting,
- const char *key,
- const GValue *value,
- gboolean secret,
- gpointer user_data);
+ const char *key,
+ const GValue *value,
+ GParamFlags flags,
+ gpointer user_data);
GType nm_setting_get_type (void);