Command
Description:
[ CCode ( cprefix = "UNIQUE_" ) ]
public enum Command
Command to send to a currently active instance.
User defined commands should be positive integers, and should be added using the
add_command function after creating a App instance
Content:
Enum values:
- ACTIVATE - request to activate a currently
active instance; this usually means calling present on the application
window.
- CLOSE - requests to close the currently
running instance.
- INVALID - used internally
- NEW - request to create a new file.
- OPEN - request to open a file.