cdma-netreg: Fix emission of PropertyChanged

This commit is contained in:
Bassem Boubaker 2018-03-16 16:24:10 +01:00 committed by Denis Kenzior
parent e5da2bd37a
commit 4e908bfcf4
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ static const GDBusMethodTable cdma_netreg_manager_methods[] = {
};
static const GDBusSignalTable cdma_netreg_manager_signals[] = {
{ GDBUS_SIGNAL("PropertyChanged",
GDBUS_ARGS({ "name", "s" }, { "value", "v" })) },
{ }
};