Method
GtkTextAttributescopy
Declaration [src]
GtkTextAttributes*
gtk_text_attributes_copy (
GtkTextAttributes* src
)
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. |