forked from AuroraMiddleware/gtk
Fix gtk_icon_theme_load_icon annotation
Cherrypicked from master (e0aa12eb0a
) to fix return value transfer annotation.
This commit is contained in:
parent
a59f254fad
commit
4ea1f5e15e
@ -1513,8 +1513,8 @@ gtk_icon_theme_error_quark (void)
|
||||
* returned by this function. Otherwise GTK+ may need to keep the old
|
||||
* icon theme loaded, which would be a waste of memory.
|
||||
*
|
||||
* Return value: the rendered icon; this may be a newly created icon
|
||||
* or a new reference to an internal icon, so you must not modify
|
||||
* Return value: (transfer full): the rendered icon; this may be a newly
|
||||
* created icon or a new reference to an internal icon, so you must not modify
|
||||
* the icon. Use g_object_unref() to release your reference to the
|
||||
* icon. %NULL if the icon isn't found.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user