After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 94239 - documentation addition for io_connect()
documentation addition for io_connect()
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: reference documentation
2.0
Other All
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-09-26 04:03 UTC by ebuddington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revised patch with correct boolean (562 bytes, patch)
2002-09-26 13:26 UTC, ebuddington
none Details | Review
Revised patch with correct boolean (562 bytes, patch)
2002-09-26 13:26 UTC, ebuddington
none Details | Review

Description ebuddington 2002-09-26 04:03:28 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.
Comment 1 ebuddington 2002-09-26 13:26:33 UTC
Created attachment 11272 [details] [review]
Revised patch with correct boolean
Comment 2 ebuddington 2002-09-26 13:26:33 UTC
Created attachment 11273 [details] [review]
Revised patch with correct boolean
Comment 3 Murray Cumming 2002-09-27 07:40:01 UTC
Please patch the Changelog, or I have to do it for you.
Comment 4 Murray Cumming 2002-10-02 09:52:49 UTC
You could have saved me some time.