HomeSort by relevance Sort by last modified time
    Searched defs:emblem (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gemblem.c 42 * having an emblem, which is an icon with additional properties.
45 * Currently, only metainformation about the emblem's origin is
80 GEmblem *emblem = G_EMBLEM (object); local
85 g_value_set_object (value, emblem->icon);
88 g_value_set_enum (value, emblem->origin);
103 GEmblem *emblem = G_EMBLEM (object); local
108 emblem->icon = g_value_get_object (value);
112 emblem->origin = g_value_get_enum (value);
124 GEmblem *emblem = G_EMBLEM (object); local
126 g_object_unref (emblem->icon)
177 GEmblem* emblem; local
205 GEmblem* emblem; local
259 GEmblem *emblem = G_EMBLEM (icon); local
284 GEmblem *emblem = G_EMBLEM (icon); local
314 GEmblem *emblem; local
    [all...]
gemblemedicon.c 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)
318 GIcon *emblem; local
    [all...]

Completed in 447 milliseconds