Home | History | Annotate | Download | only in gio

Lines Matching full:hidden

98   guint hidden          : 1;
261 info->hidden = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_HIDDEN, NULL) != FALSE;
428 new_info->hidden = info->hidden;
471 * A desktop file is hidden if the Hidden key in it is
474 * Returns: %TRUE if hidden, %FALSE otherwise.
479 return info->hidden;
1736 info->hidden = FALSE;
1976 gboolean hidden;
1989 /* Use _extended so we catch NULLs too (hidden) */
1998 hidden = TRUE;
2001 if (appinfo || hidden)
2042 * the <literal>Hidden</literal> key set.