diff options
author | Jonas Danielsson <jonas@threetimestwo.org> | 2013-08-24 13:12:45 +0200 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-08-24 08:53:30 -0400 |
commit | 666b0bed9c4c9aec830edaf5539f0daf4d28f83b (patch) | |
tree | 50658bcdc62b32fa9b01505b6a5dbb3ca6712618 /gio/gloadableicon.c | |
parent | 9bcb6d3f007358deb77294b828ea5d706de04aab (diff) | |
download | glib-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
Diffstat (limited to 'gio/gloadableicon.c')
-rw-r--r-- | gio/gloadableicon.c | 3 |
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. * |