Class

GlyImage

since: 1.0

Description [src]

final class Gly.Image : GObject.Object
{
  /* No available fields */
}

Image handle containing metadata and allowing frame requests.

Available since: 1.0

Ancestors

Instance methods

gly_image_get_height

See gly_image_get_width().

since: 1.0

gly_image_get_mime_type

Returns detected MIME type of the file.

since: 1.0

gly_image_get_width

Early width information.

since: 1.0

gly_image_next_frame

Synchronously loads texture and information of the next frame.

since: 1.0

gly_image_next_frame_async

Asynchronous version of gly_image_next_frame().

since: 1.0

gly_image_next_frame_finish

Finishes the gly_image_next_frame_async() call.

since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

Class structure

struct GlyImageClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.