| 49 |
49 |
| 50 } PurpleInputCondition; |
50 } PurpleInputCondition; |
| 51 |
51 |
| 52 /** |
52 /** |
| 53 * PurpleInputFunction: |
53 * PurpleInputFunction: |
| |
54 * @data: User specified data. |
| |
55 * @fd: The input file descriptor. |
| |
56 * @cond: The condition type. |
| 54 * |
57 * |
| 55 * The type of callbacks to handle events on file descriptors, as passed to |
58 * The type of callbacks to handle events on file descriptors, as passed to |
| 56 * purple_input_add(). The callback will receive the @user_data passed to |
59 * purple_input_add(). The callback will receive the @user_data passed to |
| 57 * purple_input_add(), the file descriptor on which the event occurred, and the |
60 * purple_input_add(), the file descriptor on which the event occurred, and the |
| 58 * condition that was satisfied to cause the callback to be invoked. |
61 * condition that was satisfied to cause the callback to be invoked. |