HomeSort by relevance Sort by last modified time
    Searched full:gemblem (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /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.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...]
gemblemedicon.h 32 #include <gio/gemblem.h>
54 GEmblem *emblem);
58 GEmblem *emblem);
Makefile.am 182 gemblem.h \
183 gemblem.c \
288 gemblem.h \
  /external/bluetooth/glib/po/
POTFILES.in 29 gio/gemblem.c
mr.po     [all...]
as.po     [all...]
bg.po     [all...]
bn_IN.po     [all...]
el.po     [all...]
gu.po     [all...]
hi.po     [all...]
ja.po 1213 #: gio/gemblem.c:325
1215 msgid "Can't handle version %d of GEmblem encoding"
1216 msgstr "????? %d ? GEmblem ????????????????????"
1218 #: gio/gemblem.c:335
1220 msgid "Malformed number of tokens (%d) in GEmblem encoding"
1221 msgstr "GEmblem ?????????????????? (%d) ????????"
    [all...]
kn.po     [all...]
ko.po 1215 #: gio/gemblem.c:325
1217 msgid "Can't handle version %d of GEmblem encoding"
1218 msgstr "GEmblem ???? %d ??? ??? ? ????"
1220 #: gio/gemblem.c:335
1222 msgid "Malformed number of tokens (%d) in GEmblem encoding"
1223 msgstr "GEmblem ????? ?? ?? ??????? (%d?)"
    [all...]
ml.po     [all...]
or.po     [all...]
pa.po     [all...]
ru.po     [all...]
ta.po     [all...]
te.po     [all...]
  /external/bluetooth/glib/gio/tests/
g-icon.c 38 GEmblem *emblem1;
39 GEmblem *emblem2;
  /external/bluetooth/glib/docs/reference/gio/
gio-sections.txt 447 <FILE>gemblem</FILE>
448 <TITLE>GEmblem</TITLE>
449 GEmblem
gio-docs.xml 91 <xi:include href="xml/gemblem.xml"/>

Completed in 1653 milliseconds

1 2 3 4 5