Method

GioTaskget_source_tag

since: 2.36

Declaration

gpointer
g_task_get_source_tag (
  GTask* task
)

Description

Gets tasks source tag. See g_task_set_source_tag().

Available since: 2.36

Return value

Type: gpointer

tasks source tag.

The data is owned by the instance.
The return value can be NULL.