libpurple/protocols/gg/gg-utils.h

changeset 32648
198d9a91c334
parent 20289
5c844288fbec
child 33298
519acf37d16e
equal deleted inserted replaced
32647:a8e9b3781df1 32648:198d9a91c334
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: */

mercurial