[Mono-bugs] [Bug 356138] New: Implement GLib.Timeout.Remove()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 24 18:07:42 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=356138


           Summary: Implement GLib.Timeout.Remove()
           Product: gtk#
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: gtk-sharp
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: lluis at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Timeout handlers can be added with GLib.Timeout.Add(), but they have to be
removed with GLib.Source.Remove(). The relation between Timeout and Source is
not obvious at all, and it is not easy to find out how to unregister handlers.

My suggestion is to add a GLib.Timeout.Remove method which does the same, and
which would be easier to find.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list