[gobject-introspection] [glib] Add GKeyFile annotations
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] [glib] Add GKeyFile annotations
- Date: Wed, 7 Apr 2010 16:30:29 +0000 (UTC)
commit e90aa2e344119556ee1eb1cea4105e96c9c51956
Author: Johan Dahlin <johan gnome org>
Date: Wed Apr 7 12:19:01 2010 -0300
[glib] Add GKeyFile annotations
gir/glib-2.0.c | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 4bb3390..95f28c9 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):
+ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]