OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emblemed
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
gemblemedicon.c
73
GEmblemedIcon *
emblemed
;
local
75
emblemed
= G_EMBLEMED_ICON (object);
77
g_object_unref (
emblemed
->icon);
78
g_list_foreach (
emblemed
->emblems, (GFunc) g_object_unref, NULL);
79
g_list_free (
emblemed
->emblems);
92
g_emblemed_icon_init (GEmblemedIcon *
emblemed
)
101
* Creates a new
emblemed
icon for @icon with the emblem @emblem.
111
GEmblemedIcon *
emblemed
;
local
117
emblemed
= G_EMBLEMED_ICON (g_object_new (G_TYPE_EMBLEMED_ICON, NULL));
118
emblemed
->icon = g_object_ref (icon)
187
GEmblemedIcon *
emblemed
= G_EMBLEMED_ICON (icon);
local
[
all
...]
gemblemedicon.h
55
GIcon *g_emblemed_icon_get_icon (GEmblemedIcon *
emblemed
);
56
GList *g_emblemed_icon_get_emblems (GEmblemedIcon *
emblemed
);
57
void g_emblemed_icon_add_emblem (GEmblemedIcon *
emblemed
,
Completed in 3220 milliseconds