gtk/plugins/perl/common/GtkUI.pm

changeset 14642
af9c32fb1d15
parent 14629
1a0cd727c121
equal deleted inserted replaced
14641:a55ef032e889 14642:af9c32fb1d15
31 =head1 DESCRIPTION 31 =head1 DESCRIPTION
32 32
33 This module provides the interface for using perl scripts as plugins in Gaim, 33 This module provides the interface for using perl scripts as plugins in Gaim,
34 with access to the Gaim Gtk interface functions. With this, developers can 34 with access to the Gaim Gtk interface functions. With this, developers can
35 write perl scripts that can be loaded in Gaim as plugins. The script can 35 write perl scripts that can be loaded in Gaim as plugins. The script can
36 interact with IMs, chats, accoutns, the buddy list, gaim signals, and more. 36 interact with IMs, chats, accounts, the buddy list, gaim signals, and more.
37 37
38 The API for the perl interface is very similar to that of the Gaim C API, 38 The API for the perl interface is very similar to that of the Gaim C API,
39 which can be viewed at http://gaim.sourceforge.net/api/ or in the header files 39 which can be viewed at http://gaim.sourceforge.net/api/ or in the header files
40 in the Gaim source tree. 40 in the Gaim source tree.
41 41

mercurial