chiark / gitweb /
bus: allow invocation of sd_bus_emit_properties_changed_strv() with NULL list
authorLennart Poettering <lennart@poettering.net>
Sun, 22 Dec 2013 02:22:34 +0000 (03:22 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 22 Dec 2013 02:50:52 +0000 (03:50 +0100)
commita03e4337fd2ae1cc90989e9b7b5f160b42cdb021
tree0118c4bab19df5bd9287b4af8c4446bda736f0b3
parent556089dc57b10a12a03edd3d3e90ca17398ad206
bus: allow invocation of sd_bus_emit_properties_changed_strv() with NULL list

When NULL is passed this shall indicate that a PropertiesChanged message
for all properties marked as EMITS_CHANGE or EMITS_INVALIDATION should
be generated.
src/libsystemd-bus/bus-objects.c
src/libsystemd-bus/test-bus-objects.c