--- a/pidgin/plugins/perl/common/GtkUI.pm Mon Mar 19 17:34:54 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkUI.pm Mon Mar 19 17:37:17 2007 +0000 @@ -1,4 +1,4 @@ -package Gaim::GtkUI; +package Purple::GtkUI; use 5.008; use strict; @@ -7,37 +7,37 @@ our $VERSION = '0.01'; -use Gaim; +use Purple; require XSLoader; -XSLoader::load('Gaim::GtkUI', $VERSION); +XSLoader::load('Purple::GtkUI', $VERSION); 1; __END__ =head1 NAME -Gaim::GtkUI - Perl extension for the Gaim instant messenger. +Purple::GtkUI - Perl extension for the Pidgin instant messenger. =head1 SYNOPSIS - use Gaim::GtkUI; + use Purple::GtkUI; =head1 ABSTRACT This module provides the interface for using perl scripts as plugins in - Gaim, with access to the Gaim Gtk interface functions. + Pidgin, with access to the Pidgin Gtk interface functions. =head1 DESCRIPTION -This module provides the interface for using perl scripts as plugins in Gaim, -with access to the Gaim Gtk interface functions. With this, developers can -write perl scripts that can be loaded in Gaim as plugins. The script can -interact with IMs, chats, accounts, the buddy list, gaim signals, and more. +This module provides the interface for using perl scripts as plugins in Pidgin, +with access to the Pidgin Gtk interface functions. With this, developers can +write perl scripts that can be loaded in Pidgin as plugins. The script can +interact with IMs, chats, accounts, the buddy list, pidgin signals, and more. -The API for the perl interface is very similar to that of the Gaim C API, -which can be viewed at http://gaim.sourceforge.net/api/ or in the header files -in the Gaim source tree. +The API for the perl interface is very similar to that of the Pidgin C API, +which can be viewed at http://developer.pidgin.im/doxygen/ or in the header files +in the Pidgin source tree. =head1 FUNCTIONS @@ -46,11 +46,11 @@ =back =head1 SEE ALSO -Gaim C API documentation - http://gaim.sourceforge.net/api/ +Pidgin C API documentation - http://developer.pidgin.im/doxygen/ -The Gaim perl module. +The Pidgin perl module. -Gaim website - http://gaim.sourceforge.net/ +Pidgin website - http://pidgin.im/ =head1 AUTHOR