From b52ad5856b2f5d890afa6b3598f9a80ff2222112 Mon Sep 17 00:00:00 2001 From: Marina Zhurakhinskaya Date: Fri, 1 May 2009 18:13:39 -0400 Subject: [PATCH] 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 file changed, 9 insertions(+), 1 deletion(-) 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: */ -- 2.7.4