all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Subject: Alternative D-Bus bindings
Date: Sun, 09 Sep 2012 13:58:15 +0200	[thread overview]
Message-ID: <87ligjmmqw.fsf@gmx.de> (raw)

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.



             reply	other threads:[~2012-09-09 11:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-09 11:58 Michael Albinus [this message]
2012-09-09 19:32 ` Alternative D-Bus bindings 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ligjmmqw.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.