diff options
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r-- | src/dbus-common.h | 2 |
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 |