Method

GtkColumnViewRowset_accessible_description

Declaration [src]

void
gtk_column_view_row_set_accessible_description (
  GtkColumnViewRow* self,
  const char* description
)

Description [src]

Sets the accessible description for the row, which may be used by e.g. screen readers.

Available since:4.12

Parameters

description const char*
 

The description.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.