get_title
Description:
public unowned string?
get_title ()
Retrieves the title of the window.
See set_title.
Parameters:
Returns:
the title of the window, or null if none has been set explicitly. The returned string is owned by the
widget and must not be modified or freed.
|