--- src/manager.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/manager.c b/src/manager.c index 464b0ca..2ea0d51 100644 --- a/src/manager.c +++ b/src/manager.c @@ -199,7 +199,8 @@ static DBusMessage *get_properties(DBusConnection *conn, static GDBusMethodTable manager_methods[] = { { "GetProperties", "", "a{sv}",get_properties }, { "DefaultAdapter", "", "o", default_adapter }, - { "FindAdapter", "s", "o", find_adapter }, + { "FindAdapter", "s", "o", find_adapter, + .arg_names = "pattern" }, { "ListAdapters", "", "ao", list_adapters, G_DBUS_METHOD_FLAG_DEPRECATED}, { } -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html