util_get_source_full_name


Description:


public string util_get_source_full_name (void* registry, void* source)

Constructs a full name of the source with all of its parents of the form: "<account-name> : <parent >/<source>" where the "<parent>/" part can be repeated zero or more times, depending on the deep level of the source.

Parameters:

registry

an SourceRegistry

source

an Source

Returns:

Full name of the source as a newly allocated string, which should be freed with g_free when done with it.

Since 3.18


Namespace: E