diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-04 17:05:47 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 627a824cab80315b96d8d475b62048a203456a3b (patch) | |
tree | 1a30b819d5d9f8bc3e0cfaaca94d26b043137f36 /gtk/gtkimagedefinitionprivate.h | |
parent | efffa3b6bdffcc47e6261e476cf7b11a1e3087cb (diff) | |
download | gtk+-627a824cab80315b96d8d475b62048a203456a3b.tar.gz |
image: Remove GtkIconSet API
Diffstat (limited to 'gtk/gtkimagedefinitionprivate.h')
-rw-r--r-- | gtk/gtkimagedefinitionprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkimagedefinitionprivate.h b/gtk/gtkimagedefinitionprivate.h index ab1f6011f4..fdb5426a1d 100644 --- a/gtk/gtkimagedefinitionprivate.h +++ b/gtk/gtkimagedefinitionprivate.h @@ -28,7 +28,6 @@ typedef union _GtkImageDefinition GtkImageDefinition; GtkImageDefinition * gtk_image_definition_new_empty (void); GtkImageDefinition * gtk_image_definition_new_pixbuf (GdkPixbuf *pixbuf, int scale); -GtkImageDefinition * gtk_image_definition_new_icon_set (GtkIconSet *icon_set); GtkImageDefinition * gtk_image_definition_new_animation (GdkPixbufAnimation *animation, int scale); GtkImageDefinition * gtk_image_definition_new_icon_name (const char *icon_name); @@ -41,7 +40,6 @@ void gtk_image_definition_unref (GtkImageDefinit GtkImageType gtk_image_definition_get_storage_type (const GtkImageDefinition *def); gint gtk_image_definition_get_scale (const GtkImageDefinition *def); GdkPixbuf * gtk_image_definition_get_pixbuf (const GtkImageDefinition *def); -GtkIconSet * gtk_image_definition_get_icon_set (const GtkImageDefinition *def); GdkPixbufAnimation * gtk_image_definition_get_animation (const GtkImageDefinition *def); const gchar * gtk_image_definition_get_icon_name (const GtkImageDefinition *def); GIcon * gtk_image_definition_get_gicon (const GtkImageDefinition *def); |