Sun, 28 Jul 2013 23:36:59 +0530
Replaced purple_find_prpl() with purple_find_protocol_info().
* Changed its return type from PurplePlugin * to PurplePluginProtocolInfo *
* Added id to PurplePluginProtocolInfo
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
|
16529
1d0da9270ff9
This is mostly moving Purple::GtkUI:: -> Pidgin:: which has the side effect of
Etan Reisner <deryni@pidgin.im>
parents:
15899
diff
changeset
|
3 | MODULE = Pidgin::Session PACKAGE = Pidgin::Session PREFIX = pidgin_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() |