Constructor
Gtk.TextTag.new
Declaration [src]
GtkTextTag*
gtk_text_tag_new (
  const char* name
)
Parameters
| name | const char* | 
| tag name, or  | |
| Can be NULL | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | 
Return value
| Returns: GtkTextTag | |
| a new  | |
| Ownership of the data is transferred to the caller | |