From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/kdelibs/man-dcop.1.docbook | 161 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 doc/kdelibs/man-dcop.1.docbook (limited to 'doc/kdelibs/man-dcop.1.docbook') diff --git a/doc/kdelibs/man-dcop.1.docbook b/doc/kdelibs/man-dcop.1.docbook new file mode 100644 index 000000000..ba200e09b --- /dev/null +++ b/doc/kdelibs/man-dcop.1.docbook @@ -0,0 +1,161 @@ + + + + +]> + + + +ChrisCheney +ccheney@debian.org +March 7, 2003 + + + +dcop +1 + + + +dcop +Console &DCOP; client + + + + +dcop + + user + + session + + + + + application + + object + + function +arguments + + + + + + + + +Description +Console &DCOP; client + + + + + + +Options + + + + + +Call &DCOP; for each line read from stdin. +This is roughly equivalent to calling while read line +; do dcop $line ; done but because no new +dcop instance has to be started for each line this +is generally much faster, especially for the slower GNU dynamic +linkers. + + + + user + +Connect to the given user's &DCOP; server. This option will +ignore the values of the environment vars $DCOPSERVER +and $ICEAUTHORITY, even if they are set. +If the user has more than one open session, you must also use +one of the , + or +command-line options. + + + + + +Send the same &DCOP; call to all users with a running &DCOP; +server. Only failed calls to existing &DCOP; servers will generate an +error message. If no &DCOP; server is available at all, no error will +be generated. + + + + +session +Send to the given &kde; session. This option can only +be used in combination with the option. + + + + + +Send to all sessions found. Only works with the + and +options. + + + + + +List all active &kde; sessions for a user or all users. + + + + + +Don't update the user activity timestamp in the called application (for use in scripts running in the background). + + + + + +Environment + + + +DCOPSERVER + + + + + +ICEAUTHORITY + + + + + + + + +See Also + +dcopclient(1) dcopref(1) dcopfind(1) kdcop(1) + +Inside &kde;, you can enter help:/kdcop +in &konqueror; to see the User Manual for +kdcop graphical dcop tool. + + + + -- cgit v1.2.1