- public const string GROUP
- public const string KEY_ACTIONS
A key under g_key_file_desktop_group,
whose value is a string list giving the available application actions.
- public const string KEY_CATEGORIES
A key under g_key_file_desktop_group,
whose value is a list of strings giving the categories in which the desktop entry should be shown in a menu.
- public const string KEY_COMMENT
A key under g_key_file_desktop_group,
whose value is a localized string giving the tooltip for the desktop entry.
- public const string KEY_DBUS_ACTIVATABLE
A key under g_key_file_desktop_group,
whose value is a boolean set to true if the application is D-Bus activatable.
- public const string KEY_EXEC
A key under g_key_file_desktop_group,
whose value is a string giving the command line to execute.
- public const string KEY_FULLNAME
- public const string KEY_GENERIC_NAME
A key under g_key_file_desktop_group,
whose value is a localized string giving the generic name of the desktop entry.
- public const string KEY_GETTEXT_DOMAIN
- public const string KEY_HIDDEN
A key under g_key_file_desktop_group,
whose value is a boolean stating whether the desktop entry has been deleted by the user.
- public const string KEY_ICON
A key under g_key_file_desktop_group,
whose value is a localized string giving the name of the icon to be displayed for the desktop entry.
- public const string KEY_KEYWORDS
- public const string KEY_MIME_TYPE
A key under g_key_file_desktop_group,
whose value is a list of strings giving the MIME types supported by this desktop entry.
- public const string KEY_NAME
A key under g_key_file_desktop_group,
whose value is a localized string giving the specific name of the desktop entry.
- public const string KEY_NOT_SHOW_IN
A key under g_key_file_desktop_group,
whose value is a list of strings identifying the environments that should not display the desktop entry.
- public const string KEY_NO_DISPLAY
A key under g_key_file_desktop_group,
whose value is a boolean stating whether the desktop entry should be shown in menus.
- public const string KEY_ONLY_SHOW_IN
A key under g_key_file_desktop_group,
whose value is a list of strings identifying the environments that should display the desktop entry.
- public const string KEY_PATH
A key under g_key_file_desktop_group,
whose value is a string containing the working directory to run the program in.
- public const string KEY_STARTUP_NOTIFY
- public const string KEY_STARTUP_WM_CLASS
A key under g_key_file_desktop_group,
whose value is string identifying the WM class or name hint of a window that the application will create, which can be used to emulate
Startup Notification with older applications.
- public const string KEY_TERMINAL
A key under g_key_file_desktop_group,
whose value is a boolean stating whether the program should be run in a terminal window.
- public const string KEY_TRY_EXEC
A key under g_key_file_desktop_group,
whose value is a string giving the file name of a binary on disk used to determine if the program is actually installed.
- public const string KEY_TYPE
A key under g_key_file_desktop_group,
whose value is a string giving the type of the desktop entry.
- public const string KEY_URL
A key under g_key_file_desktop_group,
whose value is a string giving the URL to access.
- public const string KEY_VERSION
A key under g_key_file_desktop_group,
whose value is a string giving the version of the Desktop Entry Specification used for the desktop entry file.
- public const string TYPE_APPLICATION
The value of the g_key_file_desktop_key_type
, key for desktop entries representing applications.
- public const string TYPE_DIRECTORY
The value of the g_key_file_desktop_key_type
, key for desktop entries representing directories.
- public const string TYPE_LINK
The value of the g_key_file_desktop_key_type
, key for desktop entries representing links to documents.