Package ch.bailu.gtk.gio
Interface AppInfoCreateFlags
public interface AppInfoCreateFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Application opens in a terminal window.static final int
No flags.static final int
Application supports startup notification.static final int
Application supports URI arguments.
-
Field Details
-
NONE
static final int NONENo flags.- See Also:
-
NEEDS_TERMINAL
static final int NEEDS_TERMINALApplication opens in a terminal window.- See Also:
-
SUPPORTS_URIS
static final int SUPPORTS_URISApplication supports URI arguments.- See Also:
-
SUPPORTS_STARTUP_NOTIFICATION
static final int SUPPORTS_STARTUP_NOTIFICATIONApplication supports startup notification. Since 2.26- See Also:
-