48 lines
1.3 KiB
Groff
48 lines
1.3 KiB
Groff
.\"
|
|
.\" qdbus manual page.
|
|
.\" Copyright (C) 2010 Andreas Marschke.
|
|
.\" Copyright (C) 2010 Pino Toscano <pino@kde.org>.
|
|
.\"
|
|
|
|
.TH qdbus 1 "Tue, 02 Feb 2010 23:35:52 +0100" "" "User commands"
|
|
|
|
.SH NAME
|
|
qdbus \- a communication-interface for qt-based applications
|
|
|
|
.SH SYNOPSIS
|
|
\fBqdbus\fR [\-\-system] [\-\-literal] [servicename] [path] [method] [args]
|
|
|
|
.br
|
|
|
|
.SH DESCRIPTION
|
|
\fBqdbus\fR provides an interface to Qt-based applications communicating over D-Bus.
|
|
See http://www.freedesktop.org/software/dbus/ for more information about the big picture.
|
|
|
|
By default \fBqdbus\fR will list all service names of services that are running and you can manipulate at the moment.
|
|
You can also manipulate and run several types of methods for each dbus-enabled application.
|
|
|
|
.IP \fBservicename\fP
|
|
the service to connect to (e.g., org.freedesktop.DBus)
|
|
.IP \fBpath\fP
|
|
the path to the object (e.g., /)
|
|
.IP \fBmethod\fP
|
|
the method to call, with or without the interface
|
|
.IP \fBargs\fP
|
|
arguments to pass to the call
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.IP \fB\-\-system\fP
|
|
connect to the system bus
|
|
.IP \fB\-\-literal\fP
|
|
print replies literally
|
|
|
|
.SH EXAMPLE
|
|
Here is an example of using \fBqdbus\fR to list all status information about a service:
|
|
.br
|
|
% qdbus org.ktorrent.ktorrent
|
|
|
|
.SH "SEE ALSO"
|
|
dbus-cleanup-sockets(1), dbus-launch(1), dbus-send(1), dbus-daemon(1), dbus-monitor(1), dbus-uuidgen(1)
|