forked from AuroraMiddleware/gtk
docs: gtk_icon_theme_lookup_by_gicon_for_scale() is new
It was added in commit 58adb70d43
.
This commit is contained in:
parent
9fb1eb2a09
commit
ac792f4a06
@ -5170,7 +5170,7 @@ gtk_icon_theme_lookup_by_gicon (GtkIconTheme *icon_theme,
|
||||
* information about the icon, or %NULL if the icon
|
||||
* wasn't found. Unref with g_object_unref()
|
||||
*
|
||||
* Since: 2.14
|
||||
* Since: 3.10
|
||||
*/
|
||||
GtkIconInfo *
|
||||
gtk_icon_theme_lookup_by_gicon_for_scale (GtkIconTheme *icon_theme,
|
||||
|
@ -224,6 +224,7 @@ GtkIconInfo * gtk_icon_theme_lookup_by_gicon (GtkIconTheme
|
||||
GIcon *icon,
|
||||
gint size,
|
||||
GtkIconLookupFlags flags);
|
||||
GDK_AVAILABLE_IN_3_10
|
||||
GtkIconInfo * gtk_icon_theme_lookup_by_gicon_for_scale (GtkIconTheme *icon_theme,
|
||||
GIcon *icon,
|
||||
gint size,
|
||||
|
Loading…
Reference in New Issue
Block a user