Go to the source code of this file.
|
GDK_PIXBUF_AVAILABLE_IN_ALL GType | gdk_pixbuf_animation_get_type (void) G_GNUC_CONST |
|
GDK_PIXBUF_AVAILABLE_IN_ALL GdkPixbufAnimation * | gdk_pixbuf_animation_new_from_file (const char *filename, GError **error) |
|
GDK_PIXBUF_AVAILABLE_IN_2_28 GdkPixbufAnimation * | gdk_pixbuf_animation_new_from_stream (GInputStream *stream, GCancellable *cancellable, GError **error) |
|
GDK_PIXBUF_AVAILABLE_IN_2_28 void | gdk_pixbuf_animation_new_from_stream_async (GInputStream *stream, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GDK_PIXBUF_AVAILABLE_IN_2_28 GdkPixbufAnimation * | gdk_pixbuf_animation_new_from_stream_finish (GAsyncResult *async_result, GError **error) |
|
GDK_PIXBUF_AVAILABLE_IN_2_28 GdkPixbufAnimation * | gdk_pixbuf_animation_new_from_resource (const char *resource_path, GError **error) |
|
GdkPixbufAnimation * | gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation) |
|
void | gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation) |
|
GDK_PIXBUF_AVAILABLE_IN_ALL int | gdk_pixbuf_animation_get_width (GdkPixbufAnimation *animation) |
|
GDK_PIXBUF_AVAILABLE_IN_ALL int | gdk_pixbuf_animation_get_height (GdkPixbufAnimation *animation) |
|
GDK_PIXBUF_AVAILABLE_IN_ALL gboolean | gdk_pixbuf_animation_is_static_image (GdkPixbufAnimation *animation) |
|
GDK_PIXBUF_AVAILABLE_IN_ALL GdkPixbuf * | gdk_pixbuf_animation_get_static_image (GdkPixbufAnimation *animation) |
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS GDK_PIXBUF_AVAILABLE_IN_ALL GdkPixbufAnimationIter * | gdk_pixbuf_animation_get_iter (GdkPixbufAnimation *animation, const GTimeVal *start_time) |
|
G_GNUC_END_IGNORE_DEPRECATIONS GDK_PIXBUF_AVAILABLE_IN_ALL GType | gdk_pixbuf_animation_iter_get_type (void) G_GNUC_CONST |
|
GDK_PIXBUF_AVAILABLE_IN_ALL int | gdk_pixbuf_animation_iter_get_delay_time (GdkPixbufAnimationIter *iter) |
|
GDK_PIXBUF_AVAILABLE_IN_ALL GdkPixbuf * | gdk_pixbuf_animation_iter_get_pixbuf (GdkPixbufAnimationIter *iter) |
|
GDK_PIXBUF_AVAILABLE_IN_ALL gboolean | gdk_pixbuf_animation_iter_on_currently_loading_frame (GdkPixbufAnimationIter *iter) |
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS GDK_PIXBUF_AVAILABLE_IN_ALL gboolean | gdk_pixbuf_animation_iter_advance (GdkPixbufAnimationIter *iter, const GTimeVal *current_time) |
|
◆ GDK_IS_PIXBUF_ANIMATION
◆ GDK_IS_PIXBUF_ANIMATION_ITER
◆ GDK_PIXBUF_ANIMATION
◆ GDK_PIXBUF_ANIMATION_ITER
◆ GDK_TYPE_PIXBUF_ANIMATION
◆ GDK_TYPE_PIXBUF_ANIMATION_ITER
◆ GdkPixbufAnimation
◆ GdkPixbufAnimationIter
◆ gdk_pixbuf_animation_get_height()
◆ gdk_pixbuf_animation_get_iter()
◆ gdk_pixbuf_animation_get_static_image()
◆ gdk_pixbuf_animation_get_type()
◆ gdk_pixbuf_animation_get_width()
◆ gdk_pixbuf_animation_is_static_image()
◆ gdk_pixbuf_animation_iter_advance()
◆ gdk_pixbuf_animation_iter_get_delay_time()
◆ gdk_pixbuf_animation_iter_get_pixbuf()
◆ gdk_pixbuf_animation_iter_get_type()
◆ gdk_pixbuf_animation_iter_on_currently_loading_frame()
◆ gdk_pixbuf_animation_new_from_file()
◆ gdk_pixbuf_animation_new_from_resource()
◆ gdk_pixbuf_animation_new_from_stream()
◆ gdk_pixbuf_animation_new_from_stream_async()
◆ gdk_pixbuf_animation_new_from_stream_finish()
◆ gdk_pixbuf_animation_ref()
◆ gdk_pixbuf_animation_unref()