summaryrefslogtreecommitdiff
path: root/gio/giomm.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-07-17 14:58:36 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-07-17 14:58:36 +0200
commitf6f3a028f217533d64c472680f1dbeb96d30968c (patch)
treed9c0654735a50e7d7a94f7ce85dd82bab9f6493d /gio/giomm.h
parent95b747826ba2be82dece63e6cccfe9bf64832189 (diff)
downloadglibmm-f6f3a028f217533d64c472680f1dbeb96d30968c.tar.gz
Add Gio::DBus::ObjectProxy and Gio::DBus::ObjectSkeleton
In preparation for adding Gio::DBus::ObjectManager, ObjectManagerClient and ObjectManagerServer. See issue #43.
Diffstat (limited to 'gio/giomm.h')
-rw-r--r--gio/giomm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/giomm.h b/gio/giomm.h
index 2c64215a..a72ef3fc 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -55,6 +55,8 @@
#include <giomm/dbusmessage.h>
#include <giomm/dbusmethodinvocation.h>
#include <giomm/dbusobject.h>
+#include <giomm/dbusobjectproxy.h>
+#include <giomm/dbusobjectskeleton.h>
#include <giomm/dbusownname.h>
#include <giomm/dbusproxy.h>
#include <giomm/dbusserver.h>