gst-libav1: update to 1.24.11
[oi-userland.git] / components / library / dbus / files / libdbus-1.3lib
blobbe7372de708b9187b19cec062edf340eced6d679
1 .TH libdbus-1 3lib "13 April 2016"
2 .SH "NAME"
3 libdbus-1, libdbus-glib-1 \- D\-Bus Library and GLib bindings
4 .SH "DESCRIPTION"
5 .PP
6 D\-Bus is a message bus system, a simple way for applications to talk to one
7 another\&.  The \fBlibdbus-1\fR library provides low-level API\&.
8 The \fBdbus-glib-1\fR library provides C-language bindings for using
9 D\-Bus with a higher-level approach\&.  The higher level approach is possible
10 because GLib defines a main loop, an object/type system, and an out-of-memory
11 handling policy (it exits the program)\&.
12 .PP
13 D\-Bus supplies both a system daemon (for events such as "new hardware
14 device added" or "printer queue changed") and a
15 per-user-login-session daemon (for general IPC needs among user applications)\&.
16 Also, the message bus is built on top of a general one-to-one message passing
17 framework, which can be used by any two apps to communicate directly (without
18 going through the message bus daemon)\&.
19 .SH "FILES"
20 .TP 30
21 .B /usr/lib/libdbus-1\&.so
22 D\-Bus library
23 .TP 30
24 .B /usr/lib/libdbus-glib-1;\&.so
25 D\-Bus GLib bindings library
26 .TP 30
27 .B /usr/share/doc/dbus/
28 Location of developer documentation
29 .SH "SEE ALSO"
30 .PP
31 \fBdbus-binding-tool\fR(1),
32 \fBdbus-cleanup-sockets\fR(1),
33 \fBdbus-daemon\fR(1),
34 \fBdbus-launch\fR(1),
35 \fBdbus-monitor\fR(1),
36 \fBdbus-send\fR(1),
37 \fBdbus-uuidgen\fR(1),
38 \fBlibglib-2\&.0\fR(3),
39 \fBattributes\fR(7),
40 \fBgnome-interfaces\fR(7)