Lines Matching refs:GEmblemedIcon
30 #include "gemblemedicon.h"
37 * SECTION:gemblemedicon
42 * #GEmblemedIcon is an implementation of #GIcon that supports
46 * Note that #GEmblemedIcon allows no control over the position
65 G_DEFINE_TYPE_WITH_CODE (GEmblemedIcon, g_emblemed_icon, G_TYPE_OBJECT,
73 GEmblemedIcon *emblemed;
92 g_emblemed_icon_init (GEmblemedIcon *emblemed)
111 GEmblemedIcon *emblemed;
128 * @emblemed: a #GEmblemedIcon
137 g_emblemed_icon_get_icon (GEmblemedIcon *emblemed)
146 * @emblemed: a #GEmblemedIcon
156 g_emblemed_icon_get_emblems (GEmblemedIcon *emblemed)
166 * @emblemed: a #GEmblemedIcon
174 g_emblemed_icon_add_emblem (GEmblemedIcon *emblemed,
187 GEmblemedIcon *emblemed = G_EMBLEMED_ICON (icon);
217 GEmblemedIcon *emblemed1 = G_EMBLEMED_ICON (icon1);
218 GEmblemedIcon *emblemed2 = G_EMBLEMED_ICON (icon2);
247 GEmblemedIcon *emblemed_icon = G_EMBLEMED_ICON (icon);
286 GEmblemedIcon *emblemed_icon;
296 _("Can't handle version %d of GEmblemedIcon encoding"),
306 _("Malformed number of tokens (%d) in GEmblemedIcon encoding"),
329 _("Expected a GEmblem for GEmblemedIcon"));