Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarina Zhurakhinskaya <marinaz@redhat.com>2009-05-01 22:13:39 (GMT)
committer Marina Zhurakhinskaya <marinaz@redhat.com>2009-05-01 22:13:39 (GMT)
commitb52ad5856b2f5d890afa6b3598f9a80ff2222112 (patch)
tree03cd4ee731157a2f872745c0cc42180968925961
parent89b28cf172ae9052f81ffd83f8cdfb5b034b5961 (diff)
Add element type annotations for GList arguments
g_app_info_launch and g_app_info_launch_uris needed element type annotations for their GList arguments.
-rw-r--r--gir/gio-2.0.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 58b3c9e..8048aa2 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -30,7 +30,15 @@
/**
* g_app_info_launch:
* @appinfo:
- * @files:
+ * @files: (element-type GFile):
+ * @launch_context: (allow-none):
+ * @error:
+ */
+
+/**
+ * g_app_info_launch_uris:
+ * @appinfo:
+ * @uris: (element-type char*):
* @launch_context: (allow-none):
* @error:
*/