Optionalproperties: Partial<Static$gtypeCopies src and returns a new Gtk.TextAttributes.
a copy of src, free with gtk_text_attributes_unref()
Copies the values from src to dest so that dest has
the same values as src. Frees existing values in dest.
another Gtk.TextAttributes
Increments the reference count on values.
the Gtk.TextAttributes that were passed in
Decrements the reference count on values, freeing the structure
if the reference count reaches 0.
Staticnew
Using Gtk.TextAttributes directly should rarely be necessary. It’s primarily useful with
gtk_text_iter_get_attributes(). As with most GTK+ structs, the fields in this struct should only be read, never modified directly.