projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e524f6
)
manager: Use simpler argument names in ServicesChanged signal
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 22 May 2012 04:13:27 +0000
(06:13 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 22 May 2012 04:13:27 +0000
(06:13 +0200)
src/manager.c
patch
|
blob
|
history
diff --git
a/src/manager.c
b/src/manager.c
index
15cc447
..
1bf9189
100644
(file)
--- a/
src/manager.c
+++ b/
src/manager.c
@@
-454,8
+454,8
@@
static const GDBusSignalTable manager_signals[] = {
{ GDBUS_SIGNAL("TechnologyRemoved",
GDBUS_ARGS({ "path", "o" })) },
{ GDBUS_SIGNAL("ServicesChanged",
- GDBUS_ARGS({ "
services_
changed", "a(oa{sv})" },
- { "
services_
removed", "ao" })) },
+ GDBUS_ARGS({ "changed", "a(oa{sv})" },
+ { "removed", "ao" })) },
{ },
};