| 34 with access to the Pidgin Gtk interface functions. With this, developers can |
34 with access to the Pidgin Gtk interface functions. With this, developers can |
| 35 write perl scripts that can be loaded in Pidgin as plugins. The script can |
35 write perl scripts that can be loaded in Pidgin as plugins. The script can |
| 36 interact with IMs, chats, accounts, the buddy list, pidgin signals, and more. |
36 interact with IMs, chats, accounts, the buddy list, pidgin signals, and more. |
| 37 |
37 |
| 38 The API for the perl interface is very similar to that of the Pidgin C API, |
38 The API for the perl interface is very similar to that of the Pidgin C API, |
| 39 which can be viewed at http://developer.pidgin.im/doxygen/ or in the header files |
39 which can be viewed at https://developer.pidgin.im/doxygen/ or in the header files |
| 40 in the Pidgin source tree. |
40 in the Pidgin source tree. |
| 41 |
41 |
| 42 =head1 FUNCTIONS |
42 =head1 FUNCTIONS |
| 43 |
43 |
| 44 =over |
44 =over |
| 45 |
45 |
| 46 =back |
46 =back |
| 47 |
47 |
| 48 =head1 SEE ALSO |
48 =head1 SEE ALSO |
| 49 Pidgin C API documentation - http://developer.pidgin.im/doxygen/ |
49 Pidgin C API documentation - https://developer.pidgin.im/doxygen/ |
| 50 |
50 |
| 51 The Pidgin perl module. |
51 The Pidgin perl module. |
| 52 |
52 |
| 53 Pidgin website - http://pidgin.im/ |
53 Pidgin website - https://pidgin.im/ |
| 54 |
54 |
| 55 =head1 AUTHOR |
55 =head1 AUTHOR |
| 56 |
56 |
| 57 Etan Reisner, E<lt>deryni@gmail.comE<gt> |
57 Etan Reisner, E<lt>deryni@gmail.comE<gt> |
| 58 |
58 |