[gobject-introspection] Add element type annotations for GList arguments



commit b52ad5856b2f5d890afa6b3598f9a80ff2222112
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Fri May 1 18:13:39 2009 -0400

    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.
---
 gir/gio-2.0.c |   10 +++++++++-
 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:
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]