summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-07-26 22:16:12 +0200
committerMurray Cumming <murrayc@murrayc.com>2013-07-27 21:38:48 +0200
commitac792f4a06b7d41a34f062af4a16485a9a0eb646 (patch)
tree6cf739e552ed5ef6180009c943f94d58f42ba213
parent9fb1eb2a09c62d252f3babf7a49fa964dbf3b8c9 (diff)
downloadgtk+-ac792f4a06b7d41a34f062af4a16485a9a0eb646.tar.gz
docs: gtk_icon_theme_lookup_by_gicon_for_scale() is new
It was added in commit 58adb70d43dfc6a10dde5847850c8a58e0c08137 .
-rw-r--r--gtk/gtkicontheme.c2
-rw-r--r--gtk/gtkicontheme.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index eb4c904e5e..e5091976c4 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -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,
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index 8afa5ee917..255eb2f117 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -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,