summaryrefslogtreecommitdiffstats
path: root/src/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager.c')
-rw-r--r--src/manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/manager.c b/src/manager.c
index 18df9946..393b6893 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -81,16 +81,16 @@ static DBusMessage *manager_get_modems(DBusConnection *conn,
}
static const GDBusMethodTable manager_methods[] = {
- { _GDBUS_METHOD("GetModems", "", "a(oa{sv})",
+ { GDBUS_METHOD("GetModems",
NULL, GDBUS_ARGS({ "modems", "a(oa{sv})" }),
manager_get_modems) },
{ }
};
static const GDBusSignalTable manager_signals[] = {
- { _GDBUS_SIGNAL("ModemAdded", "oa{sv}",
+ { GDBUS_SIGNAL("ModemAdded",
GDBUS_ARGS({ "modems", "a(oa{sv})" })) },
- { _GDBUS_SIGNAL("ModemRemoved", "o",
+ { GDBUS_SIGNAL("ModemRemoved",
GDBUS_ARGS({ "path", "o" })) },
{ }
};