chiark / gitweb /
core: fix timestamp assignment
[elogind.git] / src / core / dbus-socket.h
index 5369b22e5e6cbe72b7d6fadd07051db71429b6df..8808fa235502245895e8d07f115094b6074423b5 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <dbus/dbus.h>
-
+#include "sd-bus.h"
 #include "unit.h"
 
-DBusHandlerResult bus_socket_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
+extern const sd_bus_vtable bus_socket_vtable[];
+extern const char* const bus_socket_changing_properties[];
 
-extern const char bus_socket_interface[];
-extern const char bus_socket_invalidating_properties[];
+int bus_socket_set_property(Unit *u, const char *name, sd_bus_message *message, UnitSetPropertiesMode mode, sd_bus_error *error);
+int bus_socket_commit_properties(Unit *u);