summaryrefslogtreecommitdiffstats
path: root/src/cdma-netreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdma-netreg.c')
-rw-r--r--src/cdma-netreg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cdma-netreg.c b/src/cdma-netreg.c
index 9246f0cb..ba9ee23a 100644
--- a/src/cdma-netreg.c
+++ b/src/cdma-netreg.c
@@ -108,9 +108,9 @@ static DBusMessage *network_get_properties(DBusConnection *conn,
}
static const GDBusMethodTable cdma_netreg_manager_methods[] = {
- { _GDBUS_METHOD("GetProperties", "", "a{sv}",
- NULL, GDBUS_ARGS({ "properties", "a{sv}" }),
- network_get_properties) },
+ { GDBUS_METHOD("GetProperties",
+ NULL, GDBUS_ARGS({ "properties", "a{sv}" }),
+ network_get_properties) },
{ }
};