1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
.TH DBUSXX-INTROSPECT "1" "May 2011" "libdbus-c++-dev"
.SH NAME
dbusxx\-introspect \- produce D-Bus XML interface descriptions.
.SH SYNOPSIS
.B dbusxx\-introspect
[\fIobject_path\fR]
[\fIdestination\fR]
.SH DESCRIPTION
\fBdbusxx\-introspect\fR
returns an XML description of the object, including its interfaces (with
signals and methods), objects below it in the object path tree, and its
properties.
.SH SEE ALSO
.PP
\fBdbusxx-xml2cpp\fR(1)
.SH AUTHOR
.PP
This manual page was written by Vincent Cheng <vcheng@debian.org>,
for the Debian project (and may be used by others).
|