mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
6427e93757
This adds a GApplication object to GIO, which is the core of an application support class, supporting - uniqueness - exporting actions (simple scripting) - standard actions (quit, activate) The implementation for Linux uses D-Bus, takes a name on the session bus, and exports a org.gtk.Application interface. Implementations for Win32 and OS X are still missing.
15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
VOID:STRING,STRING,STRING,FLAGS
|
|
VOID:STRING,BOXED
|
|
VOID:BOOLEAN,POINTER
|
|
VOID:OBJECT,OBJECT,ENUM
|
|
BOOLEAN:OBJECT,OBJECT
|
|
VOID:STRING,BOXED,BOXED
|
|
BOOL:POINTER,INT
|
|
BOOL:UINT
|
|
VOID:STRING,STRING,BOXED
|
|
VOID:BOOL,BOXED
|
|
VOID:BOXED,BOXED
|
|
VOID:INT
|
|
VOID:STRING,INT
|
|
VOID:BOXED,BOXED
|