Method

GtkTextAttributescopy_values

Declaration [src]

void
gtk_text_attributes_copy_values (
  GtkTextAttributes* src,
  GtkTextAttributes* dest
)

Description [src]

Copies the values from src to dest so that dest has the same values as src. Frees existing values in dest.

Parameters

dest

Type: GtkTextAttributes

Another GtkTextAttributes.

The data is owned by the caller of the method.