1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.TH DBUSXX-XML2CPP "1" "May 2011" "libdbus-c++-dev"
.SH NAME
dbusxx\-xml2cpp \- generate proxy and adapter interfaces.
.SH SYNOPSIS
.B dbusxx\-xml2cpp
[\fIxmlfile\fR]
[\-\-proxy=\fIoutfile.h\fR]
[\-\-adaptor=\fIoutfile.h\fR]
.SH DESCRIPTION
\fBdbusxx\-xml2cpp\fR
generates proxy and adapter interfaces from modified D-Bus XML
introspection documents.
.SH OPTIONS
.TP
\fB\-\-proxy=\fR\fIoutfile.h\fR
Generate a proxy interface to \fIoutfile.h\fR.
.TP
\fB\-\-adapter=\fR\fIoutfile.h\fR
Generate an adapter interface to \fIoutfile.h\fR.
.SH SEE ALSO
.PP
\fBdbusxx-introspection\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).
|