| 35814:8d99745b6214 | 35815:d6fe2c2ebbbe |
|---|---|
| 29 */ | 29 */ |
| 30 | 30 |
| 31 #include <gtk/gtk.h> | 31 #include <gtk/gtk.h> |
| 32 #include "gtkwebview.h" | 32 #include "gtkwebview.h" |
| 33 #include "account.h" | 33 #include "account.h" |
| 34 #include "imgstore.h" | |
| 35 #include "savedstatuses.h" | 34 #include "savedstatuses.h" |
| 36 #include "status.h" | 35 #include "status.h" |
| 37 | 36 |
| 38 G_BEGIN_DECLS | 37 G_BEGIN_DECLS |
| 39 | 38 |
| 89 PurpleAccount *token_status_account; | 88 PurpleAccount *token_status_account; |
| 90 | 89 |
| 91 GtkWidget *vbox, *sw; | 90 GtkWidget *vbox, *sw; |
| 92 GtkWidget *webview; | 91 GtkWidget *webview; |
| 93 | 92 |
| 94 PurpleStoredImage *buddy_icon_img; | 93 PurpleImage *buddy_icon_img; |
| 95 GdkPixbuf *buddy_icon; | 94 GdkPixbuf *buddy_icon; |
| 96 GdkPixbuf *buddy_icon_hover; | 95 GdkPixbuf *buddy_icon_hover; |
| 97 GtkWidget *buddy_icon_sel; | 96 GtkWidget *buddy_icon_sel; |
| 98 GtkWidget *icon; | 97 GtkWidget *icon; |
| 99 GtkWidget *icon_box; | 98 GtkWidget *icon_box; |
| 176 | 175 |
| 177 void | 176 void |
| 178 pidgin_status_box_pulse_connecting(PidginStatusBox *status_box); | 177 pidgin_status_box_pulse_connecting(PidginStatusBox *status_box); |
| 179 | 178 |
| 180 void | 179 void |
| 181 pidgin_status_box_set_buddy_icon(PidginStatusBox *status_box, PurpleStoredImage *img); | 180 pidgin_status_box_set_buddy_icon(PidginStatusBox *status_box, PurpleImage *img); |
| 182 | 181 |
| 183 char *pidgin_status_box_get_message(PidginStatusBox *status_box); | 182 char *pidgin_status_box_get_message(PidginStatusBox *status_box); |
| 184 | 183 |
| 185 G_END_DECLS | 184 G_END_DECLS |
| 186 | 185 |