HomeSort by relevance Sort by last modified time
    Searched refs:GEmblem (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gio/
gemblem.h 34 #define G_EMBLEM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_EMBLEM, GEmblem))
41 * GEmblem:
45 typedef struct _GEmblem GEmblem;
50 GEmblem *g_emblem_new (GIcon *icon);
51 GEmblem *g_emblem_new_with_origin (GIcon *icon,
53 GIcon *g_emblem_get_icon (GEmblem *emblem);
54 GEmblemOrigin g_emblem_get_origin (GEmblem *emblem);
gemblem.c 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
    [all...]
gemblemedicon.h 32 #include <gio/gemblem.h>
54 GEmblem *emblem);
58 GEmblem *emblem);
gemblemedicon.c 40 * @see_also: #GIcon, #GLoadableIcon, #GThemedIcon, #GEmblem
47 * of the emblems. See also #GEmblem for more information.
99 * @emblem: a #GEmblem
109 GEmblem *emblem)
150 * Returns: a #GList of #GEmblem <!-- -->s that is owned by @emblemed
167 * @emblem: a #GEmblem
169 * Adds @emblem to the #GList of #GEmblem <!-- -->s.
175 GEmblem *emblem)
198 g_emblem_comp (GEmblem *a,
199 GEmblem *b
    [all...]
  /external/bluetooth/glib/gio/tests/
g-icon.c 38 GEmblem *emblem1;
39 GEmblem *emblem2;

Completed in 21 milliseconds