GtkTextMark::set_visible

void set_visible(bool visible);

If visible is true a cursor will be shown where the mark is located in the buffer. If visible is false nothing will be shown at the position of the mark.

See also: get_visible()