emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DBus binding & direct connections (p2p)?


From: Michael Albinus
Subject: Re: DBus binding & direct connections (p2p)?
Date: Mon, 31 Jul 2017 16:29:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Nicolas Petton <address@hidden> writes:

> Michael Albinus <address@hidden> writes:
>
>>> Yes, I'll give it a shot.  I'll start by looking at the existing usages
>>> in C of direct DBus communications.
>>
>> Could you send me a pointer?
>
> Sure.  One thing I'm interested in is connecting Indium with
> WebKitGTK+.  The remote inspector server starts a p2p dbus connection,
> and the client connects to it, see:
>
> https://trac.webkit.org/browser/webkit/trunk/Source/WebKit/UIProcess/glib/RemoteInspectorClient.cpp#L160

Well, this is g_dbus_connection_new_for_address, see
<https://developer.gnome.org/gio/stable/GDBusConnection.html#g-dbus-connection-new-for-address>.

The gio implementation of D-Bus offers functions, which are not
available in libdbus-1.so, the reference implementation we use in Emacs.

> Cheers,
> Nico

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]