Variable timeouts in GLib

Posted by Matachana on Stack Overflow See other posts from Stack Overflow or by Matachana
Published on 2010-06-01T09:23:49Z Indexed on 2010/06/01 10:03 UTC
Read the original article Hit count: 205

Filed under:
|
|

I need to modify a GLib's time-out interval while it is in execution. Is that possible? I took a look to the source code and it seems possible to me, but is required use some non-public functions from GLib internals. Should I reimplement GTimeoutSource or there are a way to do it?

© Stack Overflow or respective owner

Related posts about c

    Related posts about gtk