[connman] Share a single connection to D-Bus system bus.
[profile/ivi/settings-daemon.git] / plugins / connman / service.hpp
index fc1f289..3f75e2a 100644 (file)
@@ -54,10 +54,12 @@ namespace ivi
        *
        * @param[in] service_path The D-Bus object path for connman
        *                         service.
+       * @param[in] connection   Underlying D-Bus connection.
        * @param[in] e            Callback through which events will be
        *                         sent to clients.
        */
       service(std::string service_path,
+              GDBusConnection * connection,
               event_callback const & e);
 
       /// Connect to the service.