get_path_string


Description:

public string get_path_string ()

Generates a string describing the path of this in the object hierarchy.

Only useful (or used) for debugging.

Free-function: g_free

Parameters:

this

a Object

Returns:

a string describing the path of this. You must g_free the string after usage.

MT safe. Grabs and releases the Object's LOCK for all objects in the hierarchy.