Adds a timeout as with g_timeout_add
, but using the given async_context
.
async_context |
the MainContext to dispatch the I/O watch in, or |
interval |
the timeout interval, in milliseconds |
function |
the callback to invoke at timeout time |
data |
user data to pass to |
a SocketSource, which can be removed from |