Home | History | Annotate | Download | only in gio

Lines Matching refs:emblem

43  * adding an emblem to an icon. Adding multiple emblems to an
99 * @emblem: a #GEmblem
101 * Creates a new emblemed icon for @icon with the emblem @emblem.
109 GEmblem *emblem)
115 g_return_val_if_fail (G_IS_EMBLEM (emblem), NULL);
120 g_emblemed_icon_add_emblem (emblemed, emblem);
167 * @emblem: a #GEmblem
169 * Adds @emblem to the #GList of #GEmblem <!-- -->s.
175 GEmblem *emblem)
178 g_return_if_fail (G_IS_EMBLEM (emblem));
180 g_object_ref (emblem);
181 emblemed->emblems = g_list_append (emblemed->emblems, emblem);
318 GIcon *emblem;
320 emblem = g_icon_new_for_string (tokens[n], error);
321 if (emblem == NULL)
324 if (!G_IS_EMBLEM (emblem))
330 g_object_unref (emblem);
334 emblemed_icon->emblems = g_list_append (emblemed_icon->emblems, emblem);