get_title
Description:
[
Version ( since =
"0.12" ) ]
public string get_title ()
Returns the title associated with this.
It must be freed with g_free.
Parameters:
Returns:
a new string containing the this's title or null if this
doesn't have a title. The returned string should be freed with g_free when no
longer needed.
|