libpurple/eventloop.h

branch
gtkdoc-conversion
changeset 35468
65e7b4566de4
parent 35467
975ae62dd895
child 35471
a23769351b31
child 37074
1e7b4b3741a0
equal deleted inserted replaced
35467:975ae62dd895 35468:65e7b4566de4
219 PurpleInputFunction func, gpointer user_data); 219 PurpleInputFunction func, gpointer user_data);
220 220
221 /** 221 /**
222 * purple_input_remove: 222 * purple_input_remove:
223 * @handle: The handle of the input handler. Note that this is the return 223 * @handle: The handle of the input handler. Note that this is the return
224 * value from purple_input_add(), <i>not</i> the file descriptor. 224 * value from purple_input_add(), <emphasis>not</emphasis> the
225 * file descriptor.
225 * 226 *
226 * Removes an input handler. 227 * Removes an input handler.
227 */ 228 */
228 gboolean purple_input_remove(guint handle); 229 gboolean purple_input_remove(guint handle);
229 230

mercurial