[gtk+] docs: gtk_icon_theme_lookup_by_gicon_for_scale() is new



commit ac792f4a06b7d41a34f062af4a16485a9a0eb646
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jul 26 22:16:12 2013 +0200

    docs: gtk_icon_theme_lookup_by_gicon_for_scale() is new
    
    It was added in commit 58adb70d43dfc6a10dde5847850c8a58e0c08137 .

 gtk/gtkicontheme.c |    2 +-
 gtk/gtkicontheme.h |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index eb4c904..e509197 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 8afa5ee..255eb2f 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]