annotate main.h @ 363:85e109dee063
0.9.2.1
- version bump to 0.9.2.1
- add dai as a contributor
author |
Yoshiki Yazawa <yaz@honeyplanet.jp> |
date |
Fri, 13 May 2011 00:01:48 +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
|