comparison libpurple/protocols/gg/gg-utils.h @ 32737:03a55a2997d1

Gadu-Gadu: Fixed password change dialog and problems with connecting to accounts with non-ASCII passwords. Fixes #14652
author tomkiewicz@cpw.pidgin.im
date Mon, 10 Oct 2011 23:39:33 +0000
parents 1d92b85ef5d9
children
comparison
equal deleted inserted replaced
32736:1aebe64a412b 32737:03a55a2997d1
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: */