mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
Merge the wip/gapplication branch
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.
This commit is contained in:
@@ -9,3 +9,6 @@ BOOL:UINT
|
||||
VOID:STRING,STRING,BOXED
|
||||
VOID:BOOL,BOXED
|
||||
VOID:BOXED,BOXED
|
||||
VOID:INT
|
||||
VOID:STRING,INT
|
||||
VOID:BOXED,BOXED
|
||||
|
Reference in New Issue
Block a user