chiark / gitweb /
bus: parse matches locally and allow registration of callbacks for them
[elogind.git] / src / libsystemd-bus / bus-message.h
index 3289b378f848ca0629453cb950bcf534bd59a039..91b1668f19af120f1ad697359bb6ce09f7cd795b 100644 (file)
@@ -142,3 +142,5 @@ int bus_message_from_malloc(
                 const struct ucred *ucred,
                 const char *label,
                 sd_bus_message **ret);
+
+const char* bus_message_get_arg(sd_bus_message *m, unsigned i);