summary refs log tree commit diff
path: root/libnm-core/nm-keyfile-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-keyfile-utils.h')
-rw-r--r--libnm-core/nm-keyfile-utils.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libnm-core/nm-keyfile-utils.h b/libnm-core/nm-keyfile-utils.h
index faa027db..89fd3041 100644
--- a/libnm-core/nm-keyfile-utils.h
+++ b/libnm-core/nm-keyfile-utils.h
@@ -29,7 +29,7 @@ const char *nm_keyfile_plugin_get_alias_for_setting_name (const char *setting_na
 
 const char *nm_keyfile_plugin_get_setting_name_for_alias (const char *alias);
 
-/*********************************************************/
+/*****************************************************************************/
 
 /* List helpers */
 #define DEFINE_KF_LIST_WRAPPER_PROTO(stype, get_ctype, set_ctype) \
@@ -47,6 +47,12 @@ void nm_keyfile_plugin_kf_set_##stype##_list  (GKeyFile *kf, \
 DEFINE_KF_LIST_WRAPPER_PROTO(integer, gint*, gint)
 DEFINE_KF_LIST_WRAPPER_PROTO(string, gchar**, const gchar* const)
 
+void nm_keyfile_plugin_kf_set_integer_list_uint8 (GKeyFile *kf,
+                                                  const char *group,
+                                                  const char *key,
+                                                  const guint8 *list,
+                                                  gsize length);
+
 /* Single-value helpers */
 #define DEFINE_KF_WRAPPER_PROTO(stype, get_ctype, set_ctype) \
 get_ctype nm_keyfile_plugin_kf_get_##stype (GKeyFile *kf, \