GAppInfoCreateFlags

Flags used when creating a GAppInfo. G_APP_INFO_CREATE_NONE No flags. G_APP_INFO_CREATE_NEEDS_TERMINAL Application opens in a terminal window. G_APP_INFO_CREATE_SUPPORTS_URIS Application supports URI arguments. G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION Application supports startup notification. Since 2.26

Values

ValueMeaning
NONE0
NEEDS_TERMINAL(1 << 0)
SUPPORTS_URIS(1 << 1)
SUPPORTS_STARTUP_NOTIFICATION(1 << 2)

Meta