[gtk+/wip/hires-icons: 11/11] Add missing GDK_AVAILABLE_IN_3_10
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/hires-icons: 11/11] Add missing GDK_AVAILABLE_IN_3_10
- Date: Tue, 14 May 2013 10:55:18 +0000 (UTC)
commit e167c9b88b0554193a2a9b3c1dec3c76e5e17910
Author: Carlos Garnacho <carlos lanedo com>
Date: Tue May 14 12:31:49 2013 +0200
Add missing GDK_AVAILABLE_IN_3_10
gtk/gtkiconfactory.h | 5 +++++
gtk/gtkicontheme.h | 3 +++
gtk/gtkstylecontext.h | 1 +
3 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkiconfactory.h b/gtk/gtkiconfactory.h
index 46aca3d..575b7d6 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 5546e48..2066c63 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 09e0aee..fd3282d 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]