public weak Gtk.TextTagTable table;
public weak Gtk.TextAttributes values;
[CCode (has_construct_function = false)]
- public TextTag (string name);
+ public TextTag (string? name = null);
public int get_priority ();
public void set_priority (int priority);
[NoAccessorMethod]
[CCode (cheader_filename = "gtk/gtk.h")]
public class TextTag : GLib.Object {
[CCode (has_construct_function = false)]
- public TextTag (string name);
+ public TextTag (string? name = null);
public int get_priority ();
public void set_priority (int priority);
[NoAccessorMethod]
gtk_text_buffer_get_serialize_formats.n_formats hidden="1"
gtk_text_buffer_set_text.len default_value="-1"
gtk_text_child_anchor_get_widgets transfer_ownership="1" type_arguments="unowned Widget"
+gtk_text_tag_new.name nullable="1" default_value="null"
gtk_text_tag_table_foreach.data hidden="1"
GtkTextBuffer::apply_tag has_emitter="1"
GtkTextBuffer::begin_user_action has_emitter="1"
gtk_text_buffer_get_serialize_formats.n_formats hidden="1"
gtk_text_buffer_set_text.len default_value="-1"
gtk_text_child_anchor_get_widgets transfer_ownership="1" type_arguments="unowned Widget"
+gtk_text_tag_new.name nullable="1" default_value="null"
gtk_text_tag_table_foreach.data hidden="1"
GtkTextBuffer::apply_tag has_emitter="1"
GtkTextBuffer::begin_user_action has_emitter="1"