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::Session PACKAGE = Gaim::GtkUI::Session PREFIX = gaim_gtk_session_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 6 | void | |
| 7 | gaim_gtk_session_init(argv0, previous_id, config_dir) | |
| 8 | gchar * argv0 | |
| 9 | gchar * previous_id | |
| 10 | gchar * config_dir | |
| 11 | ||
| 12 | void | |
| 13 | gaim_gtk_session_end() |