mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +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:
|
* g_loadable_icon_load_finish:
|
||||||
* @icon: a #GLoadableIcon.
|
* @icon: a #GLoadableIcon.
|
||||||
* @res: a #GAsyncResult.
|
* @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
|
* @error: a #GError location to store the error occurring, or %NULL to
|
||||||
* ignore.
|
* ignore.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user