GtkEntry::set_visibility

void set_visibility(bool visible);

Sets whether the contents of the entry are visible or not. When visibility is set to false, characters are displayed as the invisible char, and will also appear that way when the text in the entry widget is copied elsewhere.

The default invisible char is the asterisk *,

See also: get_visibility()