Searched refs:emblemed (Results 1 – 2 of 2) sorted by relevance
70 GEmblemedIcon *emblemed; in G_DEFINE_TYPE_WITH_CODE() local72 emblemed = G_EMBLEMED_ICON (object); in G_DEFINE_TYPE_WITH_CODE()74 g_clear_object (&emblemed->priv->icon); in G_DEFINE_TYPE_WITH_CODE()75 g_list_free_full (emblemed->priv->emblems, g_object_unref); in G_DEFINE_TYPE_WITH_CODE()138 g_emblemed_icon_init (GEmblemedIcon *emblemed) in g_emblemed_icon_init() argument140 emblemed->priv = g_emblemed_icon_get_instance_private (emblemed); in g_emblemed_icon_init()158 GEmblemedIcon *emblemed; in g_emblemed_icon_new() local163 emblemed = G_EMBLEMED_ICON (g_object_new (G_TYPE_EMBLEMED_ICON, in g_emblemed_icon_new()168 g_emblemed_icon_add_emblem (emblemed, emblem); in g_emblemed_icon_new()170 return G_ICON (emblemed); in g_emblemed_icon_new()[all …]
70 GIcon *g_emblemed_icon_get_icon (GEmblemedIcon *emblemed);72 GList *g_emblemed_icon_get_emblems (GEmblemedIcon *emblemed);74 void g_emblemed_icon_add_emblem (GEmblemedIcon *emblemed,77 void g_emblemed_icon_clear_emblems (GEmblemedIcon *emblemed);