libpurple/eventloop.h

changeset 40827
ea25e596b1d4
parent 40474
1341be8e3402
child 41208
48baac6c8989
equal deleted inserted replaced
40826:f3fd62f8c831 40827:ea25e596b1d4
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.

mercurial