diff pidgin-twitter.h @ 80:e0bf37c105eb

work in progress one hash table code: - introduced icon_data structure to accommodate every icon related data. - added a common function remove_marks_func() which removes icon request mark. this function ought to be called from g_hash_table_foreach(). - added another new function cancel_fetch_func(), to clean up fetch requests at unload. this function also to be called from g_hash_table_foreach().
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 01 Jul 2008 18:20:48 +0900
parents 0b93dd0e0de1
children c9600d64781a
line wrap: on
line diff
--- a/pidgin-twitter.h	Mon Jun 30 11:02:01 2008 +0900
+++ b/pidgin-twitter.h	Tue Jul 01 18:20:48 2008 +0900
@@ -99,5 +99,7 @@
 static void counter_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data);
 static PurplePluginPrefFrame *get_plugin_pref_frame(PurplePlugin *plugin);
 static void init_plugin(PurplePlugin *plugin);
+static void remove_marks_func(gpointer key, gpointer value, gpointer user_data);
+static void cancel_fetch_func(gpointer key, gpointer value, gpointer user_data);
 
 #endif