GNOME Bugzilla – Bug 94239
documentation addition for io_connect()
Last modified: 2004-12-22 21:47:04 UTC
--- glib/glibmm/main.h.orig Wed Sep 25 23:47:24 2002 +++ glib/glibmm/main.h Wed Sep 25 23:54:03 2002 @@ -216,6 +216,7 @@ * @endcode * @param slot A slot to call when polling @a fd results in an event that matches @a condition. * The event will be passed as a parameter to @a slot. + * If @a io_handler ever returns 'true', the signal is disconnected. * @param fd The file descriptor (or a @c HANDLE on Win32 systems) to watch. * @param condition The conditions to watch for. * @param priority The priority of the new event source.
Created attachment 11272 [details] [review] Revised patch with correct boolean
Created attachment 11273 [details] [review] Revised patch with correct boolean
Please patch the Changelog, or I have to do it for you.
You could have saved me some time.