From bd253d1b910a003c1d87f1f58a6afabd4f946ce5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 26 May 2011 02:16:49 +0200 Subject: dbus: add api for append gid/uid properties --- src/dbus-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dbus-common.h') 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 -- cgit v1.2.3-54-g00ecf