Michael Albinus
977640ed13
* dbus.texi (Receiving Method Calls): New defun
...
`dbus-unregister-service'.
2009-11-16 14:29:55 +00:00
Michael Albinus
0ecd3c90f7
* dbus.texi (Type Conversion): Fix typo.
...
(Asynchronous Methods): Rename `dbus-registered-functions-table' to
`dbus-registered-objects-table'.
(Receiving Method Calls): New defun `dbus-register-property'. Move
`dbus-unregister-object' here.
2009-11-13 16:19:19 +00:00
Michael Albinus
78176e6906
* dbus.texi (Top): Remove footnote saying D-Bus is not enabled by
...
default. (Bug#4256)
2009-08-25 19:26:37 +00:00
Michael Albinus
ecd3d54f20
* dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
...
Describe autostart behaviour of dbus-ping.
(Synchronous Methods, Asynchronous Methods): Use English numeric format
for timeout values.
2009-08-25 08:42:25 +00:00
Michael Albinus
4f22e84d74
* dbus.texi (Asynchronous Methods): Allow nil handler.
2009-08-16 17:49:54 +00:00
Michael Albinus
42fb7e6146
* dbus.texi (Receiving Method Calls): Describe special return value
...
`:ignore'.
2009-07-27 10:11:47 +00:00
Andreas Schwab
fa0f81b0b2
(Type Conversion): Don't use literal control character.
2009-07-01 15:15:52 +00:00
Juanma Barranquero
867d4bb371
Remove duplicate words.
2009-02-20 12:36:50 +00:00
Karl Berry
5dc584b517
consistently use @insertcopying, @direntry, @contents
2009-02-16 17:41:58 +00:00
Michael Albinus
74fc50477b
* dbus.texi (Errors and Events): Fix typos. Describe second parameter
...
of hook functions.
2009-01-28 16:07:33 +00:00
Michael Albinus
e743350883
* dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
2009-01-26 20:23:49 +00:00
Glenn Morris
6ed161e1d6
Add 2009 to copyright years.
2009-01-08 05:28:46 +00:00
Richard M. Stallman
ac134f2fc7
(Receiving Method Calls): Clean up previous change.
2008-11-28 14:48:05 +00:00
Michael Albinus
7b66ce51f4
* dbus.texi (Receiving Method Calls): Precise return values of
...
`dbus-register-method'.
2008-11-26 20:14:09 +00:00
Michael Albinus
ace706d14b
* dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
...
`dbus-escape-as-identifier', `dbus-byte-array-to-string' and
`dbus-unescape-from-identifier'.
(Receiving Method Calls): New constants `dbus-service-emacs' and
`dbus-path-emacs'.
(Signals): Use the constants in the example.
2008-11-26 07:08:36 +00:00
Glenn Morris
6a2c4aece5
Relicense all texi files under FDL 1.3 or later.
2008-11-19 04:29:29 +00:00
Michael Albinus
eb932e8a59
* dbus.texi (Receiving Method Calls): Document error handling of own
...
D-Bus methods.
2008-08-03 17:14:34 +00:00
Michael Albinus
21956b56a5
* dbus.texi (Arguments and Signatures): Fix example.
...
(Synchronous Methods): New defun `dbus-call-method-non-blocking'.
(Asynchronous Methods): New node.
(Errors and Events): Describe extended layout of `dbus-event'. New
defun `dbus-event-message-type'.
2008-07-31 18:49:46 +00:00
Michael Albinus
cd71b9ae85
* dbus.texi (Inspection): Rework, introduce submenus.
...
(Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
(Properties and Annotations, Arguments and Signatures): New nodes.
2008-07-18 20:27:34 +00:00
Michael Albinus
9b7993b44f
* dbus.texi (Receiving Method Calls): Fix description of
...
`dbus-register-method'.
(Signals): Allow also signal arguments for filtering in
`dbus-register-signal'.
2008-07-13 15:12:58 +00:00
Glenn Morris
debf4439f3
Remove references to external license, since doclicense is included.
2008-06-15 02:31:43 +00:00
Glenn Morris
6f09330716
Update Back-Cover Text as per maintain.info.
2008-06-13 04:20:28 +00:00
Michael Albinus
134ce16c74
* dbus.texi (Synchronous Methods): New parameter TIMEOUT for
...
dbus-call-method.
(Receiving Method Calls): The timeout can be set by the calling client.
2008-03-30 12:52:18 +00:00
Michael Albinus
4a7c4c40fb
* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
2008-03-21 20:47:48 +00:00
Michael Albinus
06c0751a07
* dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
...
(Inspection): New function dbus-ping.
2008-02-06 21:31:16 +00:00
Michael Albinus
d2e4a6c904
* dbus.texi (Errors and Events): New macro dbus-ignore-errors.
2008-01-21 20:01:19 +00:00
Michael Albinus
addb7f2e1e
* dbus.texi (Receiving Method Calls): New chapter.
...
(Errors and Events): Add serial number to events. Replace "signal" by
"message". Introduce dbus-event-serial-number.
2008-01-04 21:44:23 +00:00
Michael Albinus
4db2806c44
* dbus.texi (Type Conversion): Explain the type specification for empty
...
arrays. Use another example.
2008-01-03 21:32:04 +00:00
Michael Albinus
c9ecb5a74f
* dbus.texi (all): Replace "..." by @dots{}.
...
(Type Conversion): Precise the value range for :byte types.
(Signals): Rename dbus-unregister-signal to dbus-unregister-object.
Mention its return value.
(Errors and Events): There is no D-Bus error propagation during event
processing.
2007-12-30 15:47:41 +00:00
Michael Albinus
d4e67bc5cb
* dbus.texi (Type Conversion): Correct input parameters mapping.
2007-12-22 14:59:24 +00:00
Michael Albinus
6a31c8196e
* dbus.texi (Type Conversion): Extend for D-Bus compound types.
...
(Errors and Events): Mention wrong-type-argument error.
2007-12-21 22:05:24 +00:00
Michael Albinus
cd71c3ef56
* dbus.texi (Signals): Fix example in dbus-register-signal.
2007-12-16 22:45:21 +00:00
Michael Albinus
0ce574ef77
* dbus.texi (Synchronous Methods): Adapt dbus-call-method.
...
(Signals): Adapt dbus-send-signal and dbus-register-signal.
(Errors and Events): Adapt dbus-event.
2007-12-07 04:42:00 +00:00
Miles Bader
79f10da0c3
Add arch tagline
2007-12-04 22:41:47 +00:00
Michael Albinus
a4397af9ae
* dbus.texi (Signals): Precise `dbus-register-signal'.
...
(Errors and Events): Rework events part, the internal structure of
dbus-event has changed.
2007-12-04 21:12:46 +00:00
Michael Albinus
7b13a0f20c
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
...
unconditionally.
* dbus.texi (Synchronous Methods): Show the result of the "lshal"
emulation with @print{}.
2007-12-03 06:48:12 +00:00
Richard M. Stallman
7ef92bc9ea
(Overview): Minor cleanup.
2007-12-02 20:21:49 +00:00
Michael Albinus
d9e2115863
* dbus.texi: Applying comments from RMS.
2007-12-02 17:19:17 +00:00
Michael Albinus
22d8ac3a6a
* dbus.texi: New file.
2007-12-02 16:28:13 +00:00