summaryrefslogtreecommitdiff
path: root/src/dbus-common.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-05-26 02:16:49 +0200
committerLennart Poettering <lennart@poettering.net>2011-06-21 19:29:44 +0200
commitbd253d1b910a003c1d87f1f58a6afabd4f946ce5 (patch)
tree625adc43143be5324c5b2567f603e3a9454b4932 /src/dbus-common.h
parentc9f09cda7705a1ad583b0d9e95b5f1e1b091438d (diff)
dbus: add api for append gid/uid properties
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r--src/dbus-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-common.h b/src/dbus-common.h
index 1e5545f383..e321a2c822 100644
--- a/src/dbus-common.h
+++ b/src/dbus-common.h
@@ -129,6 +129,8 @@ int bus_property_append_long(DBusMessageIter *i, const char *property, void *dat
#define bus_property_append_int bus_property_append_int32
#define bus_property_append_pid bus_property_append_uint32
+#define bus_property_append_uid bus_property_append_uint32
+#define bus_property_append_gid bus_property_append_uint32
#define bus_property_append_mode bus_property_append_uint32
#define bus_property_append_unsigned bus_property_append_uint32
#define bus_property_append_usec bus_property_append_uint64