Home | History | Annotate | Download | only in gio

Lines Matching refs:GEmblem

25 #include "gemblem.h"
36 * SECTION:gemblem
41 * #GEmblem is an implementation of #GIcon that supports
71 G_DEFINE_TYPE_WITH_CODE (GEmblem, g_emblem, G_TYPE_OBJECT,
80 GEmblem *emblem = G_EMBLEM (object);
103 GEmblem *emblem = G_EMBLEM (object);
124 GEmblem *emblem = G_EMBLEM (object);
143 P_("GEmblem's origin"),
160 g_emblem_init (GEmblem *emblem)
170 * Returns: a new #GEmblem.
174 GEmblem *
177 GEmblem* emblem;
197 * Returns: a new #GEmblem.
201 GEmblem *
205 GEmblem* emblem;
220 * @emblem: a #GEmblem from which the icon should be extracted.
230 g_emblem_get_icon (GEmblem *emblem)
240 * @emblem: a #GEmblem
249 g_emblem_get_origin (GEmblem *emblem)
259 GEmblem *emblem = G_EMBLEM (icon);
272 GEmblem *emblem1 = G_EMBLEM (icon1);
273 GEmblem *emblem2 = G_EMBLEM (icon2);
284 GEmblem *emblem = G_EMBLEM (icon);
287 /* GEmblem are encoded as
314 GEmblem *emblem;
325 _("Can't handle version %d of GEmblem encoding"),
335 _("Malformed number of tokens (%d) in GEmblem encoding"),