Hi Bartosz, On Fri, Dec 16, 2011, Bartosz Szatkowski wrote: > static GDBusMethodTable map_methods[] = { > { "SetFolder", "s", "", map_setpath, > G_DBUS_METHOD_FLAG_ASYNC }, > @@ -188,6 +232,7 @@ static GDBusMethodTable map_methods[] = { > G_DBUS_METHOD_FLAG_ASYNC }, > { "GetMessageListing", "sa{ss}", "s", map_get_message_listing, > G_DBUS_METHOD_FLAG_ASYNC }, > + { "GetMessage", "sa{ss}s", "o", map_get_message }, Before adding new methods could you please send a patch to add them to the Message Access section in doc/client-api.txt. It should contain all entries in this map_methods table but right now only contains SetFolder. This will also help me understand the API, and particularly parameters like "sa{ss}s" faster than by reading the code. Johan -- 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