Method

GtkColumnViewColumnget_id

Declaration [src]

const char*
gtk_column_view_column_get_id (
  GtkColumnViewColumn* self
)

Description [src]

Returns the ID set with gtk_column_view_column_set_id().

Available since:4.10

Return value

Returns: const char*
 

The column’s ID.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.