From: <the...@us...> - 2006-05-08 17:09:17
|
Revision: 16156 Author: thekingant Date: 2006-05-07 21:02:50 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16156&view=rev Log Message: ----------- Clarify this a tiny bit Modified Paths: -------------- trunk/src/eventloop.h Modified: trunk/src/eventloop.h =================================================================== --- trunk/src/eventloop.h 2006-05-08 04:02:34 UTC (rev 16155) +++ trunk/src/eventloop.h 2006-05-08 04:02:50 UTC (rev 16156) @@ -107,7 +107,7 @@ * @param func The callback function for data. * @param user_data User-specified data. * - * @return The resulting handle. + * @return The resulting handle (will be greater than 0). * @see g_io_add_watch_full */ guint gaim_input_add(int fd, GaimInputCondition cond, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |