Function

GtkTextAttributesnew

Declaration [src]

GtkTextAttributes*
gtk_text_attributes_new (
  void
)

Description [src]

Creates a GtkTextAttributes, which describes a set of properties on some text.

Return value

Type: GtkTextAttributes

A new GtkTextAttributes, free with gtk_text_attributes_unref().

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