Mercurial > pidgin.yaz
diff pidgin/plugins/perl/common/GtkDebug.xs @ 15526:cb0750152bf6
Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Sun, 04 Feb 2007 04:47:06 +0000 |
| parents | 5fe8042783c1 |
| children | e622745f6f42 |
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/GtkDebug.xs Sun Feb 04 02:31:04 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkDebug.xs Sun Feb 04 04:47:06 2007 +0000 @@ -1,16 +1,16 @@ #include "gtkmodule.h" -MODULE = Gaim::GtkUI::Debug PACKAGE = Gaim::GtkUI::Debug PREFIX = gaim_gtk_debug_ +MODULE = Pidgin::Debug PACKAGE = Pidgin::Debug PREFIX = pidgin_debug_ PROTOTYPES: ENABLE Gaim::Handle -gaim_gtk_debug_get_handle() +pidgin_debug_get_handle() -MODULE = Gaim::GtkUI::Debug PACKAGE = Gaim::GtkUI::Debug::Window PREFIX = gaim_gtk_debug_window_ +MODULE = Pidgin::Debug PACKAGE = Pidgin::Debug::Window PREFIX = pidgin_debug_window_ PROTOTYPES: ENABLE void -gaim_gtk_debug_window_show() +pidgin_debug_window_show() void -gaim_gtk_debug_window_hide() +pidgin_debug_window_hide()
