has_name


Description:

[ Version ( since = "2.16" ) ]
public bool has_name ()

Checks whether or not this has a name.

get_name will always return some value, even if this has no name set; has_name can be used to tell if that name is real or not.

For icons titles, use has_icon_name instead.

Parameters:

this

a Window.

Returns:

true if get_name returns this 's name, false if it returns a fallback name.