all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Alternative D-Bus bindings
@ 2012-09-09 11:58 Michael Albinus
  2012-09-09 19:32 ` James Cloos
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Albinus @ 2012-09-09 11:58 UTC (permalink / raw)
  To: emacs-devel

Hi,

I'm planning to implement an alternative for dbusbindings.c [1]. The
major difference is the use of libgio instead of libdbus.

The reason is, that Emacs is already linked with libgio, when gconf or
gsettings is enabled (pretty much the default under GNU/Linux). libgio
opens an own connection to the D-Bus session bus in parallel to the
connection managed by libdbus. This runs into problems, if you need
information about the connection managed by libgio, as it is the case
for at-spi2 [2].

The implementation shall be backwards compatible, no Lisp interface
change shall be visible. During configuration time, it will be checked
whether libgio is available; if not libdbus will be used.

Comments?

[1] The alternative could be either a new gdbusbindings.c file, or
something controlled by configure flags inside dbusbindings.c. I haven't
checked yet, what is more appropriate.

[2] See also <http://thread.gmane.org/gmane.comp.freedesktop.dbus/14880>

Best regards, Michael.



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

end of thread, other threads:[~2012-09-10 21:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-09 11:58 Alternative D-Bus bindings Michael Albinus
2012-09-09 19:32 ` James Cloos
2012-09-09 20:01   ` Michael Albinus
2012-09-09 23:09     ` Glenn Morris
2012-09-10 14:41       ` Jan Djärv
2012-09-10 15:13         ` Michael Albinus
2012-09-10 19:44           ` Stefan Monnier
2012-09-10 19:52             ` Michael Albinus
2012-09-10 21:07               ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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.