comparison pidgin-twitter.h @ 65:4949d4eb34ec

- revised store icon feature - renamed a few functions
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 22 Jun 2008 23:57:41 +0900
parents da37857f3033
children 0ddcba9161fd
comparison
equal deleted inserted replaced
64:da37857f3033 65:4949d4eb34ec
82 static gboolean is_twitter_conv(PurpleConversation *conv); 82 static gboolean is_twitter_conv(PurpleConversation *conv);
83 static void conv_created_cb(PurpleConversation *conv, gpointer null); 83 static void conv_created_cb(PurpleConversation *conv, gpointer null);
84 static void deleting_conv_cb(PurpleConversation *conv); 84 static void deleting_conv_cb(PurpleConversation *conv);
85 static gboolean receiving_im_cb(PurpleAccount *account, char **sender, char **buffer, PurpleConversation *conv, PurpleMessageFlags *flags, void *data); 85 static gboolean receiving_im_cb(PurpleAccount *account, char **sender, char **buffer, PurpleConversation *conv, PurpleMessageFlags *flags, void *data);
86 static void insert_requested_icon(gpointer data, gpointer user_data); 86 static void insert_requested_icon(gpointer data, gpointer user_data);
87 static void downloaded_icon_cb(PurpleUtilFetchUrlData *url_data, gpointer user_data, const gchar *url_text, gsize len, const gchar *error_message); 87 static void got_icon_cb(PurpleUtilFetchUrlData *url_data, gpointer user_data, const gchar *url_text, gsize len, const gchar *error_message);
88 static void request_icon(const char *buffer); 88 static void request_icon(const char *buffer);
89 static void displayed_im_cb(PurpleAccount *account, const char *who, char *message, PurpleConversation *conv, PurpleMessageFlags flags); 89 static void displayed_im_cb(PurpleAccount *account, const char *who, char *message, PurpleConversation *conv, PurpleMessageFlags flags);
90 static gboolean load_plugin(PurplePlugin *plugin); 90 static gboolean load_plugin(PurplePlugin *plugin);
91 static gboolean unload_plugin(PurplePlugin *plugin); 91 static gboolean unload_plugin(PurplePlugin *plugin);
92 static void counter_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data); 92 static void counter_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data);