Sets our main struct and passes it to the parent class.
Creates a #GtkTextAttributes, which describes a set of properties on some text.
Copies @src and returns a new #GtkTextAttributes.
Copies the values from @src to @dest so that @dest has the same values as @src. Frees existing values in @dest.
Increments the reference count on @values.
the main Gtk struct as a void*
Get the main Gtk struct
Decrements the reference count on @values, freeing the structure if the reference count reaches 0.
the main Gtk struct
Using #GtkTextAttributes 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.