summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-04-07 12:19:01 -0300
committerJohan Dahlin <johan@gnome.org>2010-04-07 13:30:18 -0300
commite90aa2e344119556ee1eb1cea4105e96c9c51956 (patch)
tree30757e94395d54aa47ddbe98a2b49e1b4619f1bd /gir/glib-2.0.c
parentd556eb15b87a9ca5f87264d68ca601def4388129 (diff)
downloadgobject-introspection-e90aa2e344119556ee1eb1cea4105e96c9c51956.tar.gz
[glib] Add GKeyFile annotations
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c36
1 files changed, 36 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 4bb33904..95f28c9c 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -146,3 +146,39 @@
* @bytes_read: (out):
* @bytes_written: (out):
*/
+
+/**
+ * g_key_file_get_string:
+ * Return value: (transfer full):
+ */
+
+/**
+ * g_key_file_get_string_list:
+ * @length: (out):
+ * Return value: (array zero-terminated=1 length=length) (element-type utf8) (transfer full):
+ */
+
+/**
+ * g_key_file_set_string_list:
+ * @list: (array zero-terminated=1 length=length) (element-type utf8):
+ * @length: (out):
+ */
+
+/**
+ * g_key_file_get_locale_string:
+ * @locale: (null-ok):
+ * Return value: (transfer full):
+ */
+
+/**
+ * g_key_file_get_locale_string_list:
+ * @length: (out):
+ * @locale: (null-ok):
+ * Return value: (array zero-terminated=1 length=length) (element-type utf8) (transfer full):
+ */
+
+/**
+ * g_key_file_set_locale_string_list:
+ * @list: (array zero-terminated=1 length=length) (element-type utf8):
+ * @length: (out):
+ */