get_name
Description:
Returns a copy of the name of this.
Caller should g_free the return value after usage. For a nameless object, this returns null, which you can safely g_free as well.
Free-function: g_free
Parameters:
this |
a Object |
Returns:
the name of this. g_free after usage. MT safe. This function grabs and releases this's LOCK. |