comparison libpurple/protocols/gg/gg-utils.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents 1d92b85ef5d9
children
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
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: */