pidgin/plugins/perl/common/GtkSession.xs

Sun, 04 Feb 2007 04:47:06 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sun, 04 Feb 2007 04:47:06 +0000
changeset 15590
c07dd12bf3f4
parent 15435
4b933b06d75e
child 15599
ffdf171279a3
permissions
-rw-r--r--

Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Session  PACKAGE = Gaim::GtkUI::Session  PREFIX = gaim_gtk_session_
PROTOTYPES: ENABLE

void
gaim_gtk_session_init(argv0, previous_id, config_dir)
	gchar * argv0
	gchar * previous_id
	gchar * config_dir

void
gaim_gtk_session_end()

mercurial