Method

GtkTextAttributescopy

Declaration [src]

GtkTextAttributes*
gtk_text_attributes_copy (
  GtkTextAttributes* src
)

Description [src]

Copies src and returns a new GtkTextAttributes.

Return value

Type: GtkTextAttributes

A copy of src, free with gtk_text_attributes_unref()

The caller of the method takes ownership of the returned data, and is responsible for freeing it.