Learn R Programming

RGtk2 (version 2.8.8)

gdkPixbufLoaderGetAnimation: gdkPixbufLoaderGetAnimation

Description

Queries the GdkPixbufAnimation that a pixbuf loader is currently creating. In general it only makes sense to call this function after the "area_prepared" signal has been emitted by the loader. If the loader doesn't have enough bytes yet (hasn't emitted the "area_prepared" signal) this function will return NULL.

Usage

gdkPixbufLoaderGetAnimation(object)

Arguments

object
[GdkPixbufLoader] A pixbuf loader

Value