gloadableicon: Fix gir bindings for load_finish
authorJonas Danielsson <jonas@threetimestwo.org>
Sat, 24 Aug 2013 11:12:45 +0000 (13:12 +0200)
committerColin Walters <walters@verbum.org>
Sat, 24 Aug 2013 12:53:30 +0000 (08:53 -0400)
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

gio/gloadableicon.c

index f8fa896..6bef162 100644 (file)
@@ -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.
  *