Class

GioEmblem

[]

Description [src]

final class Gio.Emblem : GObject.Object
  implements Gio.Icon {
  /* No available fields */
}

GEmblem is an implementation of GIcon that supports having an emblem, which is an icon with additional properties. It can than be added to a GEmblemedIcon.

Currently, only metainformation about the emblem’s origin is supported. More may be added in the future.

[]

Ancestors

[]

Implements

[]

Constructors

g_emblem_new

Creates a new emblem for icon.

since: 2.18

g_emblem_new_with_origin

Creates a new emblem for icon.

since: 2.18

[]

Instance methods

g_emblem_get_icon

Gives back the icon from emblem.

since: 2.18

g_emblem_get_origin

Gets the origin of the emblem.

since: 2.18

Methods inherited from GObject (43)
Methods inherited from GIcon (4)
[]

Properties

Gio.Emblem:icon

The actual icon of the emblem.

since: 2.18

Gio.Emblem:origin

The origin the emblem is derived from.

since: 2.18

[]

Signals

Signals inherited from GObject (1)

Class structure