all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rahguzar <rahguzar@zohomail.eu>
To: help-gnu-emacs@gnu.org
Subject: dbus-register-method and introspection
Date: Sun, 21 May 2023 13:40:23 +0200	[thread overview]
Message-ID: <87mt1xuchq.fsf@math.uu.se> (raw)

Hello all,

I am playing with the d-bus integration in Emacs 29.0.91. When I
register a method with `dbus-register-method` I am unable to see what
effect it has had. For example if I evaluate the following code in the
node (dbus) Register Objects of the manual,


(defun my-dbus-method-handler (filename) (if (find-file filename)
  '(:boolean t) '(:boolean nil)))

(dbus-register-method :session "org.freedesktop.TextEditor"
 "/org/freedesktop/TextEditor" "org.freedesktop.TextEditor" "OpenFile"
 #'my-dbus-method-handler)

and then evaluate

(dbus-introspect-xml :session "org.freedesktop.TextEditor"
"/org/freedesktop/TextEditor")

I get nil. Similarly I can see the service 'org.freedesktop.TextEditor'
in the application 'd-feet' but clicking on it doesn't show the method
that was registered above and after a while I get a timeout error. This
is in contrast to other services for which I can see what interfaces and
methods they provide.

Is there a simple way to expose such information for the services
provided from inside emacs?

Thanks in advance,
Rahguzar



             reply	other threads:[~2023-05-21 11:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-21 11:40 Rahguzar [this message]
2023-05-21 15:35 ` dbus-register-method and introspection Michael Albinus
2023-05-21 16:41   ` Rahguzar
2023-05-21 18:13     ` Michael Albinus

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=87mt1xuchq.fsf@math.uu.se \
    --to=rahguzar@zohomail.eu \
    --cc=help-gnu-emacs@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.