Method

GtkWidgetPathiter_get_object_name

since: 3.20

Declaration [src]

const char*
gtk_widget_path_iter_get_object_name (
  const GtkWidgetPath* path,
  gint pos
)

Description [src]

Returns the object name that is at position pos in the widget hierarchy defined in path.

Available since: 3.20

Parameters

pos

Type: gint

Position to get the object name for, -1 for the path head.

Return value

Type: const char*

The name or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.