comparison pidgin-twitter.h @ 91:2b7ef3538cd3

- Fix type of 'flag' of writing_im_cb - Support a function which displays icons of sent messages via IM.
author Konosuke Watanabe <sasugaanija@gmail.com>
date Sun, 06 Jul 2008 17:43:44 +0900
parents fb9831fae969
children 7f20a61e98ad
comparison
equal deleted inserted replaced
85:fb9831fae969 91:2b7ef3538cd3
73 static void escape(gchar **str); 73 static void escape(gchar **str);
74 static gboolean sending_im_cb(PurpleAccount *account, char *recipient, char **buffer, void *data); 74 static gboolean sending_im_cb(PurpleAccount *account, char *recipient, char **buffer, void *data);
75 static gboolean eval(const GMatchInfo *match_info, GString *result, gpointer user_data); 75 static gboolean eval(const GMatchInfo *match_info, GString *result, gpointer user_data);
76 static void translate(gchar **str, int which, int service); 76 static void translate(gchar **str, int which, int service);
77 static void playsound(gchar **str, int which); 77 static void playsound(gchar **str, int which);
78 static gboolean writing_im_cb(PurpleAccount *account, char *sender, char **buffer, PurpleConversation *conv, int *flags, void *data); 78 static gboolean writing_im_cb(PurpleAccount *account, char *sender, char **buffer, PurpleConversation *conv, int flags, void *data);
79 static void insert_text_cb(GtkTextBuffer *textbuffer, GtkTextIter *position, gchar *new_text, gint new_text_length, gpointer user_data); 79 static void insert_text_cb(GtkTextBuffer *textbuffer, GtkTextIter *position, gchar *new_text, gint new_text_length, gpointer user_data);
80 static void delete_text_cb(GtkTextBuffer *textbuffer, GtkTextIter *start_pos, GtkTextIter *end_pos, gpointer user_data); 80 static void delete_text_cb(GtkTextBuffer *textbuffer, GtkTextIter *start_pos, GtkTextIter *end_pos, gpointer user_data);
81 static void detach_from_window(void); 81 static void detach_from_window(void);
82 static void detach_from_conv(PurpleConversation *conv, gpointer null); 82 static void detach_from_conv(PurpleConversation *conv, gpointer null);
83 static void delete_requested_icon_marks(PidginConversation *gtkconv, GHashTable *table); 83 static void delete_requested_icon_marks(PidginConversation *gtkconv, GHashTable *table);