pidgin/plugins/perl/common/GtkSession.xs@6cd4a90e0970
pidgin/plugins/perl/common/GtkSession.xs
Fri, 27 Apr 2007 04:25:21 +0000
- author
- Etan Reisner <deryni@pidgin.im>
- date
- Fri, 27 Apr 2007 04:25:21 +0000
- changeset 16528
- 6cd4a90e0970
- parent 15899
-
75f0041f72b8
- child 16529
-
1d0da9270ff9
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Kill the libpurpleperl hack library and move the init stuff to perl.so itself.
This works fine for me and I'm hoping will work fine on Solaris as well. When
it gets tested we'll want to drop libpurpleperl.c but until I know it works I
don't want to drop it (because of mtn's die die dir merge stuff).
#include "gtkmodule.h"
MODULE = Purple::GtkUI::Session PACKAGE = Purple::GtkUI::Session PREFIX = gaim_gtk_session_
PROTOTYPES: ENABLE
void
pidgin_session_init(argv0, previous_id, config_dir)
gchar * argv0
gchar * previous_id
gchar * config_dir
void
pidgin_session_end()