From b52ad5856b2f5d890afa6b3598f9a80ff2222112 Mon Sep 17 00:00:00 2001 From: Marina Zhurakhinskaya Date: Fri, 01 May 2009 22:13:39 +0000 Subject: 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. --- 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: */ -- cgit v0.9.1