pidgin/plugins/perl/common/GtkSession.xs@1ce5b83274c1
pidgin/plugins/perl/common/GtkSession.xs
Sun, 19 Dec 2010 20:30:38 +0000
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Sun, 19 Dec 2010 20:30:38 +0000
- changeset 31258
- 1ce5b83274c1
- parent 16529
-
1d0da9270ff9
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fix a crash on receiving a file with no preview that I just introduced
with the new functions. The preview pointer/size was left
uninitialized if there wasn't one.
#include "gtkmodule.h"
MODULE = Pidgin::Session PACKAGE = Pidgin::Session PREFIX = pidgin_session_
PROTOTYPES: ENABLE
void
pidgin_session_init(argv0, previous_id, config_dir)
gchar * argv0
gchar * previous_id
gchar * config_dir
void
pidgin_session_end()