OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_icon_new_for_string
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/tests/
g-icon.c
54
icon2 =
g_icon_new_for_string
(data, &error);
67
icon2 =
g_icon_new_for_string
(data, &error);
80
icon2 =
g_icon_new_for_string
(data, &error);
94
icon2 =
g_icon_new_for_string
(data, &error);
106
icon2 =
g_icon_new_for_string
(data, &error);
114
icon =
g_icon_new_for_string
("network-server%", &error);
121
icon =
g_icon_new_for_string
("/path/to/somewhere.png", &error);
130
icon =
g_icon_new_for_string
("/path/to/somewhere with whitespace.png", &error);
147
icon =
g_icon_new_for_string
("sftp:///path/to/somewhere.png", &error);
160
icon =
g_icon_new_for_string
("sftp:///path/to/somewhere with whitespace.png", &error)
[
all
...]
/external/bluetooth/glib/gio/
gicon.h
86
GIcon *
g_icon_new_for_string
(const gchar *str,
gemblemedicon.c
312
emblemed_icon->icon =
g_icon_new_for_string
(tokens[0], error);
320
emblem =
g_icon_new_for_string
(tokens[n], error);
gemblem.c
340
icon =
g_icon_new_for_string
(tokens[0], error);
gicon.c
59
*
g_icon_new_for_string
().
63
* with the type system prior to calling
g_icon_new_for_string
().
220
* saving it to persistent storage. Use
g_icon_new_for_string
() to
426
*
g_icon_new_for_string
:
435
* with the type system prior to calling
g_icon_new_for_string
().
443
g_icon_new_for_string
(const gchar *str,
function
gio.symbols
483
g_icon_new_for_string
Completed in 27 milliseconds