Virtual Method

GtkAccessibleget_next_accessible_sibling

Declaration [src]

GtkAccessible*
get_next_accessible_sibling (
  GtkAccessible* self
)

Description [src]

Retrieves the next accessible sibling of an accessible object.

Available since:4.10

Return value

Returns: GtkAccessible
 

The next accessible sibling.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.