| 76 accounts, the buddy list, gaim signals, and more. |
76 accounts, the buddy list, gaim signals, and more. |
| 77 |
77 |
| 78 The API for the perl interface is very similar to that of the Gaim C |
78 The API for the perl interface is very similar to that of the Gaim C |
| 79 API, which can be viewed at http://gaim.sourceforge.net/api/ or in |
79 API, which can be viewed at http://gaim.sourceforge.net/api/ or in |
| 80 the header files in the Gaim source tree. |
80 the header files in the Gaim source tree. |
| |
81 |
| |
82 =head1 FUNCTIONS |
| |
83 |
| |
84 =over |
| |
85 |
| |
86 =item @accounts = Gaim::accounts |
| |
87 |
| |
88 Returns a list of all accounts, online or offline. |
| |
89 |
| |
90 =item @chats = Gaim::chats |
| |
91 |
| |
92 Returns a list of all chats currently open. |
| |
93 |
| |
94 =item @connections = Gaim:connections |
| |
95 |
| |
96 Returns a list of all active connections. |
| |
97 |
| |
98 =item @conversations = Gaim::conversations |
| |
99 |
| |
100 Returns a list of all conversations, both IM and chat, currently open. |
| |
101 |
| |
102 =item @conv_windows = Gaim::conv_windows |
| |
103 |
| |
104 Returns a list of all conversation windows currently open. |
| |
105 |
| |
106 =item @ims = Gaim::ims |
| |
107 |
| |
108 Returns a list of all instant messages currently open. |
| |
109 |
| |
110 =back |
| 81 |
111 |
| 82 =head1 SEE ALSO |
112 =head1 SEE ALSO |
| 83 |
113 |
| 84 Gaim C API documentation - http//gaim.sourceforge.net/api/ |
114 Gaim C API documentation - http//gaim.sourceforge.net/api/ |
| 85 |
115 |