comparison src/eventloop.h @ 13745:fcb3f77df50d

[gaim-migrate @ 16156] Clarify this a tiny bit committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 May 2006 04:02:50 +0000
parents af06746954de
children
comparison
equal deleted inserted replaced
13744:c10237fd961c 13745:fcb3f77df50d
105 * @param fd The input file descriptor. 105 * @param fd The input file descriptor.
106 * @param cond The condition type. 106 * @param cond The condition type.
107 * @param func The callback function for data. 107 * @param func The callback function for data.
108 * @param user_data User-specified data. 108 * @param user_data User-specified data.
109 * 109 *
110 * @return The resulting handle. 110 * @return The resulting handle (will be greater than 0).
111 * @see g_io_add_watch_full 111 * @see g_io_add_watch_full
112 */ 112 */
113 guint gaim_input_add(int fd, GaimInputCondition cond, 113 guint gaim_input_add(int fd, GaimInputCondition cond,
114 GaimInputFunction func, gpointer user_data); 114 GaimInputFunction func, gpointer user_data);
115 115