comparison pidgin-twitter.h @ 85:fb9831fae969

- fixed the bug that icons didn't appear correctly for wassr conversation. - new function get_service_type() has been added. it takes PurpleConversation and returns service type number. - numerous is_*_conv() have been replaced with get_service_type() and switch clause.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sun, 06 Jul 2008 01:51:07 +0900
parents 0c1f63882b8a
children 89f52081f115 2b7ef3538cd3
comparison
equal deleted inserted replaced
84:0c1f63882b8a 85:fb9831fae969
101 static void counter_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data); 101 static void counter_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data);
102 static PurplePluginPrefFrame *get_plugin_pref_frame(PurplePlugin *plugin); 102 static PurplePluginPrefFrame *get_plugin_pref_frame(PurplePlugin *plugin);
103 static void init_plugin(PurplePlugin *plugin); 103 static void init_plugin(PurplePlugin *plugin);
104 static void remove_marks_func(gpointer key, gpointer value, gpointer user_data); 104 static void remove_marks_func(gpointer key, gpointer value, gpointer user_data);
105 static void cancel_fetch_func(gpointer key, gpointer value, gpointer user_data); 105 static void cancel_fetch_func(gpointer key, gpointer value, gpointer user_data);
106 static gint get_service_type(PurpleConversation *conv);
106 107
107 #endif 108 #endif