Class

GlyFrame

since: 1.0

Description [src]

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

A frame of an image often being the complete image.

Available since: 1.0

Ancestors

Instance methods

gly_frame_get_buf_bytes

Image data arranged according to gly_frame_get_memory_format().

since: 1.0

gly_frame_get_delay

Duration to show frame for animations.

since: 1.0

gly_frame_get_height

Height for image data in pixels.

since: 1.0

gly_frame_get_memory_format

Format of the image data in gly_frame_get_buf_bytes().

since: 1.0

gly_frame_get_stride

Width of a row for image data in bytes.

since: 1.0

gly_frame_get_width

Width for image data in pixels.

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 GlyFrameClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.