Add element type annotations for GList arguments
authorMarina Zhurakhinskaya <marinaz@redhat.com>
Fri, 1 May 2009 22:13:39 +0000 (18:13 -0400)
committerMarina Zhurakhinskaya <marinaz@redhat.com>
Fri, 1 May 2009 22:13:39 +0000 (18:13 -0400)
g_app_info_launch and g_app_info_launch_uris needed element type annotations
for their GList arguments.

gir/gio-2.0.c

index 58b3c9e..8048aa2 100644 (file)
 /**
  * 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:
  */