mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
9bcb6d3f00
commit
666b0bed9c
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user