| 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 |