comparison pidgin-twitter.h @ 179:7a3ed2b113c5

added missing prototypes.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 04 Aug 2008 19:05:53 +0900
parents 7fb35f47a477
children 1495b478680b
comparison
equal deleted inserted replaced
178:7fb35f47a477 179:7a3ed2b113c5
221 static gchar *strip_html_markup(const gchar *src); 221 static gchar *strip_html_markup(const gchar *src);
222 static GtkWidget *prefs_get_frame(PurplePlugin *plugin); 222 static GtkWidget *prefs_get_frame(PurplePlugin *plugin);
223 223
224 /* more prototypes */ 224 /* more prototypes */
225 static gboolean is_posted_message(status_t *status, guint lastid); 225 static gboolean is_posted_message(status_t *status, guint lastid);
226 static void free_status(status_t *st);
227 static gboolean ensure_path_exists(const char *dir);
228 static gchar *twitter_memrchr(const gchar *s, int c, size_t n);
229 static void got_page_cb(PurpleUtilFetchUrlData *url_data, gpointer user_data, const gchar *url_text, gsize len, const gchar *error_message);
230 static void cleanup_hash_entry_func(gpointer key, gpointer value, gpointer user_data);
231 static void invalidate_icon_data_func(gpointer key, gpointer value, gpointer user_data);
232 static void icon_size_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data);
233 static void interval_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data);
234 static void text_changed_cb(gpointer *data);
235 static void bool_toggled_cb(gpointer *data);
236 static void spin_changed_cb(gpointer *data);
237 static void combo_changed_cb(gpointer *data);
238 static void disconnect_prefs_cb(GtkObject *object, gpointer data);
239 static GtkWidget *prefs_get_frame(PurplePlugin *plugin);
226 240
227 #endif 241 #endif