| 99 */ |
99 */ |
| 100 void |
100 void |
| 101 ggp_status_fake_to_self(PurpleAccount *account); |
101 ggp_status_fake_to_self(PurpleAccount *account); |
| 102 |
102 |
| 103 |
103 |
| |
104 /** |
| |
105 * Adds an input handler in purple event loop for http request. |
| |
106 * |
| |
107 * @see purple_input_add |
| |
108 * |
| |
109 * @param http_req Http connection to watch. |
| |
110 * @param func The callback function for data. |
| |
111 * @param user_data User-specified data. |
| |
112 * |
| |
113 * @return The resulting handle (will be greater than 0). |
| |
114 */ |
| |
115 guint |
| |
116 ggp_http_input_add(struct gg_http *http_req, PurpleInputFunction func, |
| |
117 gpointer user_data); |
| |
118 |
| 104 #endif /* _PURPLE_GG_UTILS_H */ |
119 #endif /* _PURPLE_GG_UTILS_H */ |
| 105 |
120 |
| 106 /* vim: set ts=8 sts=0 sw=8 noet: */ |
121 /* vim: set ts=8 sts=0 sw=8 noet: */ |