emacs-devel
[Top][All Lists]
Advanced

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

Re: [dbus] type errors


From: Michael Albinus
Subject: Re: [dbus] type errors
Date: Tue, 04 Dec 2012 12:21:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Lluís <address@hidden> writes:

> And here's a test handler:
>
> #v+
> (defun ogc:--dbus-get-events (since until force-reload)
>   '(("" "Test" "" nil 63490176000 63490176001)))
> #v-

The following works for me:

--8<---------------cut here---------------start------------->8---
(defun ogc:--dbus-get-events (since until force-reload)
  "Returns \"sssbxxa{sv}\"."
  '("" "Test" "" :boolean nil :int64 63490176000 :int64 63490176001
    (:array :signature "{sv}")))
--8<---------------cut here---------------end--------------->8---

The last entry is an empty argument of type "a{sv}".

>> See (info "(dbus)Type Conversion")
>
> Does not seem to exist in my currently installed package... (latest jd's
> emacs-snapshot).

Again, check where it is. I'm also consulting this manual permanently,
and I'm the author of dbus.el :-)

> Lluis

Best regards, Michael.



reply via email to

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