Packages
gio-2.0
GLib
AppInfoCreateFlags
NEEDS_TERMINAL
NONE
SUPPORTS_STARTUP_NOTIFICATION
SUPPORTS_URIS
AppInfoCreateFlags
Description:
[
CCode
( cprefix =
"G_APP_INFO_CREATE_"
, type_id =
"g_app_info_create_flags_get_type ()"
) ]
[
Flags
]
public
enum
AppInfoCreateFlags
Flags used when creating a
AppInfo
.
Namespace:
GLib
Package:
gio-2.0
Content:
Enum values:
NEEDS_TERMINAL
-
Application opens in a terminal window.
NONE
-
No flags.
SUPPORTS_STARTUP_NOTIFICATION
-
Application supports startup notification.
SUPPORTS_URIS
-
Application supports URI arguments.