Fri, 16 Feb 2007 16:25:26 +0000
I like being able to compile :-)
(some name changes in the perl stuff)
| 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 | |
|
15599
ffdf171279a3
Fix compilation of the perl plugin when using session management
Mark Doliner <markdoliner@pidgin.im>
parents:
15435
diff
changeset
|
7 | pidgin_session_init(argv0, previous_id, config_dir) |
| 14478 | 8 | gchar * argv0 |
| 9 | gchar * previous_id | |
| 10 | gchar * config_dir | |
| 11 | ||
| 12 | void | |
|
15599
ffdf171279a3
Fix compilation of the perl plugin when using session management
Mark Doliner <markdoliner@pidgin.im>
parents:
15435
diff
changeset
|
13 | pidgin_session_end() |