Home | History | Annotate | Download | only in gio

Lines Matching refs:desktop_env

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;
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)