get_unowned_source_object
Description:
[ CCode ( cname = "g_task_get_source_object" ) ]
[ Version ( since = "2.36" ) ]
public unowned Object? get_unowned_source_object ()
[ Version ( since = "2.36" ) ]
public unowned Object? get_unowned_source_object ()
Gets the source object from this.
Like get_source_object, but does not ref the object.
Parameters:
this |
a Task |
Returns:
this's source object, or null |