Method

GtkAccessibleget_accessible_parent

Declaration [src]

GtkAccessible*
gtk_accessible_get_accessible_parent (
  GtkAccessible* self
)

Description [src]

Retrieves the accessible parent for an accessible object.

This function returns NULL for top level widgets.

Available since:4.10

Return value

Returns: GtkAccessible
 

The accessible parent.

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