summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlos@lanedo.com>2013-05-14 12:31:49 +0200
committerCarlos Garnacho <carlos@lanedo.com>2013-05-14 12:53:37 +0200
commite167c9b88b0554193a2a9b3c1dec3c76e5e17910 (patch)
tree625702cc7c7bab068b315516ecdcd18dc4b9755d
parent0fd0e02e447931acf72708e38d16f74033531c00 (diff)
downloadgtk+-wip/hires-icons.tar.gz
Add missing GDK_AVAILABLE_IN_3_10wip/hires-icons
-rw-r--r--gtk/gtkiconfactory.h5
-rw-r--r--gtk/gtkicontheme.h3
-rw-r--r--gtk/gtkstylecontext.h1
3 files changed, 9 insertions, 0 deletions
diff --git a/gtk/gtkiconfactory.h b/gtk/gtkiconfactory.h
index 46aca3d2ba..575b7d645b 100644
--- a/gtk/gtkiconfactory.h
+++ b/gtk/gtkiconfactory.h
@@ -193,6 +193,7 @@ void gtk_icon_source_set_state_wildcarded (GtkIconSource *
GDK_AVAILABLE_IN_ALL
void gtk_icon_source_set_size_wildcarded (GtkIconSource *source,
gboolean setting);
+GDK_AVAILABLE_IN_3_10
void gtk_icon_source_set_scale_wildcarded (GtkIconSource *source,
gboolean setting);
GDK_AVAILABLE_IN_ALL
@@ -201,6 +202,7 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_icon_source_get_state_wildcarded (const GtkIconSource *source);
GDK_AVAILABLE_IN_ALL
gboolean gtk_icon_source_get_direction_wildcarded (const GtkIconSource *source);
+GDK_AVAILABLE_IN_3_10
gboolean gtk_icon_source_get_scale_wildcarded (const GtkIconSource *source);
GDK_AVAILABLE_IN_ALL
void gtk_icon_source_set_direction (GtkIconSource *source,
@@ -211,6 +213,7 @@ void gtk_icon_source_set_state (GtkIconSource *
GDK_AVAILABLE_IN_ALL
void gtk_icon_source_set_size (GtkIconSource *source,
GtkIconSize size);
+GDK_AVAILABLE_IN_3_10
void gtk_icon_source_set_scale (GtkIconSource *source,
gdouble scale);
GDK_AVAILABLE_IN_ALL
@@ -219,9 +222,11 @@ GDK_AVAILABLE_IN_ALL
GtkStateType gtk_icon_source_get_state (const GtkIconSource *source);
GDK_AVAILABLE_IN_ALL
GtkIconSize gtk_icon_source_get_size (const GtkIconSource *source);
+GDK_AVAILABLE_IN_3_10
gdouble gtk_icon_source_get_scale (const GtkIconSource *source);
/* Cairo helper */
+GDK_AVAILABLE_IN_3_10
void gtk_cairo_set_source_icon_set (cairo_t *cr,
GtkStyleContext *context,
GtkIconSet *icon_set,
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index 5546e48c3c..2066c63789 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -179,6 +179,7 @@ GtkIconInfo * gtk_icon_theme_lookup_icon (GtkIconTheme
const gchar *icon_name,
gint size,
GtkIconLookupFlags flags);
+GDK_AVAILABLE_IN_3_10
GtkIconInfo * gtk_icon_theme_lookup_icon_for_scale (GtkIconTheme *icon_theme,
const gchar *icon_name,
gint size,
@@ -190,6 +191,7 @@ GtkIconInfo * gtk_icon_theme_choose_icon (GtkIconTheme
const gchar *icon_names[],
gint size,
GtkIconLookupFlags flags);
+GDK_AVAILABLE_IN_3_10
GtkIconInfo * gtk_icon_theme_choose_icon_for_scale (GtkIconTheme *icon_theme,
const gchar *icon_names[],
gint size,
@@ -201,6 +203,7 @@ GdkPixbuf * gtk_icon_theme_load_icon (GtkIconTheme
gint size,
GtkIconLookupFlags flags,
GError **error);
+GDK_AVAILABLE_IN_3_10
GdkPixbuf * gtk_icon_theme_load_icon_for_scale (GtkIconTheme *icon_theme,
const gchar *icon_name,
gint size,
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 09e0aee95d..fd3282da7f 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -861,6 +861,7 @@ GDK_AVAILABLE_IN_ALL
GdkPixbuf * gtk_icon_set_render_icon_pixbuf (GtkIconSet *icon_set,
GtkStyleContext *context,
GtkIconSize size);
+GDK_AVAILABLE_IN_3_10
GdkPixbuf *
gtk_icon_set_render_icon_pixbuf_scaled (GtkIconSet *icon_set,
GtkStyleContext *context,