comparison lisp/net/dbus.el @ 98668:a7acd2697027

* net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 12 Oct 2008 20:07:06 +0000
parents 2a8cbdcbe61d
children b265d0564f99
comparison
equal deleted inserted replaced
98667:93a529eadc1e 98668:a7acd2697027
62 (concat dbus-interface-dbus ".Introspectable") 62 (concat dbus-interface-dbus ".Introspectable")
63 "The interface supported by introspectable objects.") 63 "The interface supported by introspectable objects.")
64 64
65 (defconst dbus-interface-properties (concat dbus-interface-dbus ".Properties") 65 (defconst dbus-interface-properties (concat dbus-interface-dbus ".Properties")
66 "The interface for property objects.") 66 "The interface for property objects.")
67
68 (defconst dbus-service-emacs "org.gnu.Emacs"
69 "The well known service name of Emacs.")
70
71 (defconst dbus-path-emacs "/org/gnu/Emacs"
72 "The object path head used by Emacs.")
67 73
68 (defconst dbus-message-type-invalid 0 74 (defconst dbus-message-type-invalid 0
69 "This value is never a valid message type.") 75 "This value is never a valid message type.")
70 76
71 (defconst dbus-message-type-method-call 1 77 (defconst dbus-message-type-method-call 1