Last chance! 50% off unlimited learning
Sale ends in
callback
will be called.
You can then call gInputStreamCloseFinish
to get the result of the
operation.gInputStreamCloseAsync(object, io.priority = 0, cancellable = NULL, callback, user.data = NULL)
object
GInputStream
.io.priority
cancellable
callback
user.data
gInputStreamClose
.
The asyncronous methods have a default fallback that uses threads to implement
asynchronicity, so they are optional for inheriting classes. However, if you
override one you must override all.