summaryrefslogtreecommitdiff
path: root/gio/gio.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-07 13:25:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-07 13:48:42 -0400
commit6427e93757dbc38cc53ffeb87ed814cdb9df0ed4 (patch)
tree6ca2795a4c2872ad40795a03991093665d6e802f /gio/gio.h
parentaf78f6d418788fa76a2c78298896f9c656d8eb85 (diff)
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.
Diffstat (limited to 'gio/gio.h')
-rw-r--r--gio/gio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gio.h b/gio/gio.h
index 3e97e342b..11cb725d5 100644
--- a/gio/gio.h
+++ b/gio/gio.h
@@ -28,6 +28,7 @@
#include <gio/giotypes.h>
#include <gio/gappinfo.h>
+#include <gio/gapplication.h>
#include <gio/gasyncinitable.h>
#include <gio/gasyncresult.h>
#include <gio/gbufferedinputstream.h>