mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 20:50:12 +00:00
Added out annotations for gtk_icon_size_lookup/_for_settings
Backported from master commit e36ba3465
.
https://bugzilla.gnome.org/show_bug.cgi?id=637606
This commit is contained in:
parent
2b7c3a2e66
commit
baf8bf967d
@ -853,8 +853,8 @@ icon_size_lookup_intern (GtkSettings *settings,
|
|||||||
* @settings: a #GtkSettings object, used to determine
|
* @settings: a #GtkSettings object, used to determine
|
||||||
* which set of user preferences to used.
|
* which set of user preferences to used.
|
||||||
* @size: (type int): an icon size
|
* @size: (type int): an icon size
|
||||||
* @width: location to store icon width
|
* @width: (out): location to store icon width
|
||||||
* @height: location to store icon height
|
* @height: (out): location to store icon height
|
||||||
*
|
*
|
||||||
* Obtains the pixel size of a semantic icon size, possibly
|
* Obtains the pixel size of a semantic icon size, possibly
|
||||||
* modified by user preferences for a particular
|
* modified by user preferences for a particular
|
||||||
@ -885,8 +885,8 @@ gtk_icon_size_lookup_for_settings (GtkSettings *settings,
|
|||||||
/**
|
/**
|
||||||
* gtk_icon_size_lookup:
|
* gtk_icon_size_lookup:
|
||||||
* @size: (type int): an icon size
|
* @size: (type int): an icon size
|
||||||
* @width: location to store icon width
|
* @width: (out): location to store icon width
|
||||||
* @height: location to store icon height
|
* @height: (out): location to store icon height
|
||||||
*
|
*
|
||||||
* Obtains the pixel size of a semantic icon size, possibly
|
* Obtains the pixel size of a semantic icon size, possibly
|
||||||
* modified by user preferences for the default #GtkSettings.
|
* modified by user preferences for the default #GtkSettings.
|
||||||
|
Loading…
Reference in New Issue
Block a user