Method

GtkTreeViewColumnget_title

Declaration [src]

const gchar*
gtk_tree_view_column_get_title (
  GtkTreeViewColumn* tree_column
)

Description [src]

Returns the title of the widget.

Return value

Type: const gchar*

The title of the column. This string should not be modified or freed.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.