view main.h @ 336:8de140bc8d13

better handling of non-ascii tag. now it properly handles tags in which the first ascii latter occurs in the beginning or mid of a non-ascii word.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 14 Oct 2009 14:55:55 +0900
parents 954753a52ed8
children
line wrap: on
line source

#ifndef _PIDGIN_TWITTER_MAIN_H_
#define _PIDGIN_TWITTER_MAIN_H_

void apply_filter(gchar **sender, gchar **buffer, PurpleMessageFlags *flags, int service);
gboolean is_twitter_account(PurpleAccount *account, const char *name);
void attach_to_window(void);
void detach_from_window(void);

#endif