File: dbusxx-xml2cpp.1

package info (click to toggle)
dbus-c%2B%2B 0.9.0-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,868 kB
  • sloc: sh: 10,179; cpp: 7,702; makefile: 361; xml: 335; ansic: 110
file content (26 lines) | stat: -rw-r--r-- 715 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
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).