summaryrefslogtreecommitdiffstats
path: root/bus/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/bus.h')
-rw-r--r--bus/bus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bus/bus.h b/bus/bus.h
index 902f5fac..8357f7b8 100644
--- a/bus/bus.h
+++ b/bus/bus.h
@@ -29,6 +29,8 @@
#include <dbus/dbus.h>
#include <dbus/dbus-string.h>
+#include "loop.h"
+
typedef struct BusActivation BusActivation;
typedef struct BusConnections BusConnections;
typedef struct BusContext BusContext;
@@ -47,6 +49,7 @@ const char* bus_context_get_type (BusContext *context)
BusRegistry* bus_context_get_registry (BusContext *context);
BusConnections* bus_context_get_connections (BusContext *context);
BusActivation* bus_context_get_activation (BusContext *context);
+BusLoop* bus_context_get_loop (BusContext *context);
dbus_bool_t bus_context_allow_user (BusContext *context,
unsigned long uid);
BusPolicy* bus_context_create_connection_policy (BusContext *context,