Sun, 17 Sep 2006 05:35:46 +0000
[gaim-migrate @ 17291]
This is a really huge commit for basically nothing, I decided that Gaim::Gtk
should really be Gaim::GtkUI (which will line up better with any eventual
Gaim::GntUI that might exist, etc.). So that's what this is, I think I got
everything, it builds here at least.
| 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 | ||
| 6 | void * | |
| 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() |