summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-06-15 13:08:05 -0400
committerColin Walters <walters@verbum.org>2010-06-16 20:32:21 -0400
commit27b346578c4fccca0e3ed0cf36ee3735dd9694e8 (patch)
treeda0abef802188322edee7c3aa94a390cfffc3d47
parent5f246f8a851db8cdc07baae1b35ad67242d4653c (diff)
downloadgobject-introspection-27b346578c4fccca0e3ed0cf36ee3735dd9694e8.tar.gz
Add some more Gio annotations
https://bugzilla.gnome.org/show_bug.cgi?id=621570
-rw-r--r--gir/gio-2.0.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 28ca8a87..17b70317 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -162,3 +162,17 @@
*
* Return value: (transfer none):
*/
+
+/**
+ * g_app_launch_context_get_display:
+ * @context: a #GAppLaunchContext
+ * @info: a #GAppInfo
+ * @files: (element-type GFile): a #GList of #GFile objects
+ */
+
+/**
+ * g_app_launch_context_get_startup_notify_id:
+ * @context: a #GAppLaunchContext
+ * @info: a #GAppInfo
+ * @files: (element-type GFile): a #GList of of #GFile objects
+ */