OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:desktop_env
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
gdesktopappinfo.h
54
void g_desktop_app_info_set_desktop_env (const char *
desktop_env
);
gdesktopappinfo.c
1138
* @
desktop_env
: a string specifying what desktop this is
1158
g_desktop_app_info_set_desktop_env (const gchar *
desktop_env
)
1162
g_desktop_env = g_strdup (
desktop_env
);
1171
const gchar *
desktop_env
;
local
1178
desktop_env
= g_desktop_env;
1183
if (
desktop_env
== NULL)
1189
if (strcmp (info->only_show_in[i],
desktop_env
) == 0)
1199
if (info->not_show_in &&
desktop_env
)
1203
if (strcmp (info->not_show_in[i],
desktop_env
) == 0)
[
all
...]
Completed in 37 milliseconds