Method

GtkColumnViewRowget_accessible_label

Declaration [src]

const char*
gtk_column_view_row_get_accessible_label (
  GtkColumnViewRow* self
)

Description [src]

Gets the accessible label of self.

Available since:4.12

Return value

Returns: const char*
 

The accessible label.

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