Hi Christian, On Fri, Jun 28, 2013 at 1:16 PM, Christian Fetzer <christian.fetzer@xxxxxxxxxxxxxxxx> wrote: > From: Christian Fetzer <christian.fetzer@xxxxxxxxxxxx> > > This got lost when switching to org.freedesktop.DBus.Properties. > --- > obexd/client/session.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/obexd/client/session.c b/obexd/client/session.c > index 8d32ed0..d971982 100644 > --- a/obexd/client/session.c > +++ b/obexd/client/session.c > @@ -856,7 +856,8 @@ const char *obc_session_register(struct obc_session *session, > > if (g_dbus_register_interface(session->conn, session->path, > SESSION_INTERFACE, session_methods, > - NULL, NULL, session, destroy) == FALSE) > + NULL, session_properties, session, > + destroy) == FALSE) > goto fail; > > if (session->driver->probe && session->driver->probe(session) < 0) { > -- > 1.8.3.1 > > -- Applied, thanks. -- Luiz Augusto von Dentz -- 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