Method

GtkListItemget_accessible_description

Declaration [src]

const char*
gtk_list_item_get_accessible_description (
  GtkListItem* self
)

Description [src]

Gets the accessible description of self.

Available since:4.12

Return value

Returns: const char*
 

The accessible description.

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