Unix and Linux Discussions Tagged with send |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
11 |
21,888 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
26,487 |
Shell Programming and Scripting |
|
|
|
4 |
14,636 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
17,996 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
8,883 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,085 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
10,310 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
10,073 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,866 |
Shell Programming and Scripting |
|
|
|
2 |
4,633 |
Shell Programming and Scripting |
|
|
|
4 |
1,265 |
Shell Programming and Scripting |
|
|
|
0 |
1,610 |
Shell Programming and Scripting |
|
|
|
1 |
6,567 |
Solaris |
|
|
|
2 |
4,269 |
Shell Programming and Scripting |
|
|
|
0 |
8,007 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
31,181 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,401 |
Solaris |
|
|
|
0 |
1,233 |
Software Releases - RSS News |
|
|
|
2 |
5,251 |
Solaris |
|
|
|
0 |
2,072 |
OS X Support RSS |
|
|
|
2 |
1,971 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
4,826 |
HP-UX |
|
|
|
1 |
2,424 |
Shell Programming and Scripting |
|
|
|
1 |
4,457 |
Shell Programming and Scripting |
|
|
|
3 |
4,129 |
Shell Programming and Scripting |
|
|
|
1 |
1,798 |
Shell Programming and Scripting |
|
|
|
2 |
6,240 |
Shell Programming and Scripting |
|
|
|
1 |
7,144 |
Ubuntu |
|
|
|
2 |
2,600 |
Shell Programming and Scripting |
|
|
|
0 |
2,891 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,938 |
Solaris |
|
|
|
1 |
4,310 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
1 |
3,218 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
2 |
42,519 |
IP Networking |
|
|
|
7 |
87,291 |
Solaris |
|
|
|
3 |
23,004 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,587 |
Shell Programming and Scripting |
|
|
|
1 |
4,314 |
Shell Programming and Scripting |
|
|
|
0 |
3,576 |
Solaris |
|
|
|
0 |
3,122 |
Shell Programming and Scripting |
purple-send(1) User Commands purple-send(1)
NAME
purple-send - calls purple API functions using DBus and prints the return value.
SYNOPSIS
purple-send method-name [type1:value1] [type2:value2] ...
DESCRIPTION
This program calls purple API functions using DBus and prints the return value. If you are not interested in the return value, use purple-
send-async. This shell script just invokes dbus-send, see man dbus-send for how to specify the parameters.
OPTIONS
Use dbus-viewer to get the list of supported functions and their parameters.
Here are some examples:
/usr/bin/purple-send PurpleAccountsFindConnected string: string:prpl-jabber
/usr/bin/purple-send PurpleAccountsGetAll
/usr/bin/purple-send PurpleCoreQuit
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-im-client |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO
purple-remote(1), purple-send-async(1), purple-url-handler(1), attributes(5)
purple-send Manual, http://pidgin.im/
NOTES
Updated by Lei Ju, Sun Microsystems Inc., 2006, 2007.
SunOS 5.11 02 Apr 2008 purple-send(1)