summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2013-08-24 13:12:45 +0200
committerColin Walters <walters@verbum.org>2013-08-24 08:53:30 -0400
commit666b0bed9c4c9aec830edaf5539f0daf4d28f83b (patch)
tree50658bcdc62b32fa9b01505b6a5dbb3ca6712618
parent9bcb6d3f007358deb77294b828ea5d706de04aab (diff)
downloadglib-666b0bed9c4c9aec830edaf5539f0daf4d28f83b.tar.gz
gloadableicon: Fix gir bindings for load_finish
Make the gir notation for g_loadable_icon_load_finish match the ones for g_loadable_icon_load. https://bugzilla.gnome.org/show_bug.cgi?id=706706
-rw-r--r--gio/gloadableicon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/gloadableicon.c b/gio/gloadableicon.c
index f8fa89656..6bef1622c 100644
--- a/gio/gloadableicon.c
+++ b/gio/gloadableicon.c
@@ -122,7 +122,8 @@ g_loadable_icon_load_async (GLoadableIcon *icon,
* g_loadable_icon_load_finish:
* @icon: a #GLoadableIcon.
* @res: a #GAsyncResult.
- * @type: a location to store the type of the loaded icon, %NULL to ignore.
+ * @type: (out) (allow-none): a location to store the type of the
+ * loaded icon, %NULL to ignore.
* @error: a #GError location to store the error occurring, or %NULL to
* ignore.
*