]> git.sesse.net Git - vlc/commit
dbus: Standardise property marshalling for PropertiesChanged signal
authorAlex Merry <dev@randomguy3.me.uk>
Tue, 29 Jan 2013 00:55:19 +0000 (00:55 +0000)
committerMirsal Ennaime <mirsal@videolan.org>
Tue, 29 Jan 2013 14:19:51 +0000 (15:19 +0100)
commit52903263c83014b127825f14a018d40e37129250
tree0de6be150faf86a172ca34f7478ee078fe0f3c16
parent3ed48e03b85431f8024389f1b352854f0714ec3c
dbus: Standardise property marshalling for PropertiesChanged signal

Re-use the AddProperty method (used in GetAllProperties) and use macros
to reduce repetition of code.  Now all the calls should be
error-checked.

Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
modules/control/dbus/dbus_player.c
modules/control/dbus/dbus_root.c