File: dbus.xml

package info (click to toggle)
clisp 1%3A2.49-8.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 45,160 kB
  • sloc: lisp: 79,960; ansic: 48,257; xml: 26,814; sh: 12,846; fortran: 7,286; makefile: 1,456; perl: 164
file content (21 lines) | stat: -rw-r--r-- 849 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>

<section id="dbus"><title>Interface to D-Bus</title>

<para>This is an &ffi-pac;-based interface to the &d-bus-link; message bus
 system, a simple way for applications to talk to one another.</para>

<para>The package <quote role="package">DBUS</quote> is &case-sensitive-k;,
 e.g., you would write <code>(dbus:dbus_error_init ...)</code>
 when you need to call the &c-lang; function
 <function>dbus_error_init</function>.</para>

<simpara>When this module is present, &features-my;
 contains the symbol <constant>:D-BUS</constant>.</simpara>

<para>All public &c-lang; functions are available as &foreign-function-t;s,
 defined in <filename role="clisp-cvs">modules/dbus/dbus.lisp</filename>.</para>
<para>See <filename role="clisp-cvs">modules/dbus/test.tst</filename>
 for sample usage.</para>

</section>