is_tagged


Description:

[ Version ( since = "2.34" ) ]
public abstract bool is_tagged (void* source_tag)

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

Parameters:

this

a [iface@Gio.AsyncResult]

source_tag

an application-defined tag

Returns:

`TRUE` if this has the indicated source_tag, `FALSE` if not.