edbus: Signal property changed after a successful property-set in complex server example

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 80698
This commit is contained in:
José Roberto de Souza 2012-12-11 19:50:58 +00:00 committed by Lucas De Marchi
parent 55cd1268b3
commit 9308434937
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ _properties_set(const EDBus_Service_Interface *iface, const char *propname, EDBu
free(type);
free(resp2);
resp2 = strdup(txt);
edbus_service_property_changed(iface, propname);
return reply;
}