ref_source
Description:
public virtual Source?
ref_source (
string uid)
Returns referenced Source with the given uid
, or null
,
when it could not be found.
Parameters:
Returns:
Referenced Source with the given uid , or null ,
when it could not be found. Unref the returned Source with
unref, when no longer needed.
|