view pidgin/plugins/perl/common/GtkSession.xs @ 28875:8464e695c62b

Fixes a bad MSN bug where passwords with multi-byte utf8 characters near the 16 byte mark would cause a segmentation fault due to chopping the multi-byte character and turning the string into invalidate utf8. Thanks to Shaun Lindsay at Meebo for tracking this down and fixing it.
author Mark Doliner <mark@kingant.net>
date Wed, 04 Nov 2009 18:41:21 +0000
parents ca09f5b57672
children
line wrap: on
line source

#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()