Now we have the following extra 'name=pattern' as response to org.freedesktop.DBus.Introspectable.Introspect: ... <method name="FindAdapter"> <arg name="pattern" type="s" direction="in"/> <arg type="o" direction="out"/> </method> ... --- src/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager.c b/src/manager.c index 6244516..5ee1054 100644 --- a/src/manager.c +++ b/src/manager.c @@ -199,7 +199,7 @@ 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[pattern]", "o", find_adapter }, { "ListAdapters", "", "ao", list_adapters, G_DBUS_METHOD_FLAG_DEPRECATED}, { } -- 1.7.10 -- 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