Sun, 15 Apr 2007 03:43:17 +0000
propagate from branch 'im.pidgin.pidgin' (head 88b7040408c88e4516c008f4eac579f98ef53e85)
to branch 'im.pidgin.rlaager.merging.msnp13-and-pidgin' (head 198222e01a7dc9f8795f68ec618a48c3478e04a8)
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
|
15899
75f0041f72b8
Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <datallah@pidgin.im>
parents:
15599
diff
changeset
|
3 | MODULE = Purple::GtkUI::Session PACKAGE = Purple::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() |