chiark / gitweb /
dbus: don't try to connect to the system bus before it is actually up
[elogind.git] / src / dbus.h
index 7c0da3320b33714749db9ee17af8fb1b1aa79c5b..d0a9e8e30fcb4f7c2675212102e76c68bc2decd6 100644 (file)
@@ -69,7 +69,7 @@ typedef struct BusProperty {
         " </method>\n"                                                  \
         "</interface>\n"
 
-int bus_init(Manager *m);
+int bus_init(Manager *m, bool try_bus_connect);
 void bus_done(Manager *m);
 
 unsigned bus_dispatch(Manager *m);