summaryrefslogtreecommitdiff
path: root/gtk/gtkimagedefinitionprivate.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2017-10-23 16:39:44 +0200
committerAlexander Larsson <alexl@redhat.com>2017-10-23 16:56:49 +0200
commit96b04836d81d855999abafdd6a2b7e0cdf0660cc (patch)
treeeb1d46eb497c9db8fb7fa7426b55f4aded529a7b /gtk/gtkimagedefinitionprivate.h
parent3a8f2ae64f1f9a607c27511a7d6042cc995d14d4 (diff)
downloadgtk+-96b04836d81d855999abafdd6a2b7e0cdf0660cc.tar.gz
Drop all uses of GdkPixbufAnimation in the gtk APIs
These are basically animated gifs, and don't fit well in how modern things animate.
Diffstat (limited to 'gtk/gtkimagedefinitionprivate.h')
-rw-r--r--gtk/gtkimagedefinitionprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkimagedefinitionprivate.h b/gtk/gtkimagedefinitionprivate.h
index 069da127e3..9acf7ce876 100644
--- a/gtk/gtkimagedefinitionprivate.h
+++ b/gtk/gtkimagedefinitionprivate.h
@@ -26,8 +26,6 @@ G_BEGIN_DECLS
typedef union _GtkImageDefinition GtkImageDefinition;
GtkImageDefinition * gtk_image_definition_new_empty (void);
-GtkImageDefinition * gtk_image_definition_new_animation (GdkPixbufAnimation *animation,
- int scale);
GtkImageDefinition * gtk_image_definition_new_icon_name (const char *icon_name);
GtkImageDefinition * gtk_image_definition_new_gicon (GIcon *gicon);
GtkImageDefinition * gtk_image_definition_new_surface (cairo_surface_t *surface);
@@ -37,7 +35,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);
-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);
cairo_surface_t * gtk_image_definition_get_surface (const GtkImageDefinition *def);