- removed the evil hack
- twitter no longer requires preceding white space on a hash tag
author |
Yoshiki Yazawa <yaz@honeyplanet.jp> |
date |
Sun, 18 Oct 2009 16:55:57 +0900 |
parents |
954753a52ed8 |
children |
|
rev |
line source |
257
|
1 #ifndef _PIDGIN_TWITTER_MAIN_H_
|
|
2 #define _PIDGIN_TWITTER_MAIN_H_
|
|
3
|
|
4 void apply_filter(gchar **sender, gchar **buffer, PurpleMessageFlags *flags, int service);
|
|
5 gboolean is_twitter_account(PurpleAccount *account, const char *name);
|
|
6 void attach_to_window(void);
|
|
7 void detach_from_window(void);
|
|
8
|
|
9 #endif
|