Package: gio

Function gio:async-result-is-tagged

Lambda List

gio:async-result-is-tagged (result tag)

Arguments

result -- a g:async-result instance
tag -- a pointer to an application defined tag

Return Value

True if result has the indicated tag, false if not.

Details

Checks if result has the given tag, generally a function pointer indicating the result function was created by.
 

See also

#2024-10-23