Emblem
GEmblem
is an implementation of iface@Gio.Icon that supports having an emblem, which is an icon with additional properties. It can than be added to a class@Gio.EmblemedIcon.
Currently, only metainformation about the emblem's origin is supported. More may be added in the future.
Constructors
Properties
Functions
Link copied to clipboard
Gets the origin of the emblem.
Link copied to clipboard
Serializes a #GIcon into a #GVariant. An equivalent #GIcon can be retrieved back by calling g_icon_deserialize() on the returned value. As serialization will avoid using raw icon data when possible, it only makes sense to transfer the #GVariant between processes on the same machine, (as opposed to over the network), and within the same file system namespace.