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
This commit is contained in:
Jonas Danielsson 2013-08-24 13:12:45 +02:00 committed by Colin Walters
parent 9bcb6d3f00
commit 666b0bed9c

View 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.
*