Gio.AsyncResult::is_tagged

function vfunc_is_tagged(source_tag: void): Boolean {
}
  

Checks if res has the given source_tag (generally a function pointer indicating the function res was created by).

Since 2.34

source_tag

an application-defined tag

Returns

true if res has the indicated source_tag, false if not.