OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_tokens
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/
gicon.h
54
* @
from_tokens
: Constructs a #GIcon from tokens. Set the #GError if
74
GIcon * (*
from_tokens
) (gchar **tokens,
member in struct:_GIconIface
gicon.c
388
if (icon_iface->
from_tokens
== NULL)
393
_("Type %s does not implement
from_tokens
() on the GIcon interface"),
407
icon = icon_iface->
from_tokens
(tokens + 1, num_tokens - 1, version, error);
gemblem.c
359
iface->
from_tokens
= g_emblem_from_tokens;
gemblemedicon.c
351
iface->
from_tokens
= g_emblemed_icon_from_tokens;
gfileicon.c
265
iface->
from_tokens
= g_file_icon_from_tokens;
gthemedicon.c
522
iface->
from_tokens
= g_themed_icon_from_tokens;
Completed in 129 milliseconds