Class
GlyImage
since: 2.0
Description [src]
final class Gly.Image : GObject.Object
{
/* No available fields */
}
Image handle containing metadata and allowing frame requests.
Available since: 2.0
Instance methods
gly_image_get_metadata_key_value
Get metadata that are stored as key-value pairs.
A prominent example are PNG’s tEXt and zTXt chunks.
since: 2.0
gly_image_get_metadata_keys
Get the list of available keys for gly_image_get_metadata_key_value().
since: 2.0
gly_image_get_specific_frame_async
Asynchronous version of gly_image_get_specific_frame().
since: 2.0
gly_image_get_specific_frame_finish
Finishes the gly_image_get_specific_frame_async() call.
since: 2.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.