edbus: Mark properties_signal to be removed

SVN revision: 78545
This commit is contained in:
Lucas De Marchi 2012-10-26 18:19:37 +00:00
parent c30124d90a
commit 6f52b71822
1 changed files with 5 additions and 0 deletions

View File

@ -332,6 +332,11 @@ static const EDBus_Method properties_methods[] = {
{ }
};
/*
* Temporary way to test the PropertiesChanged signal in FDO Properties
* interface. TODO: Remove me when service part is done.
*/
static const EDBus_Signal properties_signals[] = {
{ "PropertiesChanged",
EDBUS_ARGS({"s", "interface"}, {"a{sv}", "data"}, {"as", "invalidate"}), 0