All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] obexd: Re-add D-Bus session properties
@ 2013-06-28 10:16 Christian Fetzer
  2013-06-30 19:16 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Fetzer @ 2013-06-28 10:16 UTC (permalink / raw)
  To: linux-bluetooth

From: Christian Fetzer <christian.fetzer@bmw-carit.de>

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] obexd: Re-add D-Bus session properties
  2013-06-28 10:16 [PATCH 1/1] obexd: Re-add D-Bus session properties Christian Fetzer
@ 2013-06-30 19:16 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2013-06-30 19:16 UTC (permalink / raw)
  To: Christian Fetzer; +Cc: linux-bluetooth

Hi Christian,

On Fri, Jun 28, 2013 at 1:16 PM, Christian Fetzer
<christian.fetzer@oss.bmw-carit.de> wrote:
> From: Christian Fetzer <christian.fetzer@bmw-carit.de>
>
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-30 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28 10:16 [PATCH 1/1] obexd: Re-add D-Bus session properties Christian Fetzer
2013-06-30 19:16 ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.