Description Usage Arguments Value Author(s)
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
.
1 | gdkPixbufLoaderGetAnimation(object)
|
|
A pixbuf loader |
[GdkPixbufAnimation
] The GdkPixbufAnimation
that the loader is loading, or NULL
if
not enough data has been read to determine the information.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.