Mon, 04 Dec 2006 03:49:34 +0000
[gaim-migrate @ 17889]
Fix some leakage in the perl loader bindings by using a special typedef to handle functions that return g_malloc()-ed values. Thanks to the Gtk-Perl folks for any easy way to do this.
Fix gaim_gtk_sound_get_event_label() to correctly indicate that the retval is a constant.
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
| 14629 | 3 | MODULE = Gaim::GtkUI::Log PACKAGE = Gaim::GtkUI::Log PREFIX = gaim_gtk_log_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 14780 | 6 | Gaim::Handle |
| 14478 | 7 | gaim_gtk_log_get_handle() |
| 8 | ||
| 9 | void | |
| 10 | gaim_gtk_log_show(type, screenname, account) | |
| 11 | Gaim::LogType type | |
| 12 | const char * screenname | |
| 13 | Gaim::Account account | |
| 14 | ||
| 15 | void | |
| 16 | gaim_gtk_log_show_contact(contact) | |
| 17 | Gaim::BuddyList::Contact contact | |
| 18 | ||
| 14629 | 19 | MODULE = Gaim::GtkUI::Log PACKAGE = Gaim::GtkUI::SysLog PREFIX = gaim_gtk_syslog_ |
| 14478 | 20 | PROTOTYPES: ENABLE |
| 21 | ||
| 22 | void | |
| 23 | gaim_gtk_syslog_show() |