Method

GtkWidgetPathiter_get_name

Declaration [src]

const gchar*
gtk_widget_path_iter_get_name (
  const GtkWidgetPath* path,
  gint pos
)

Description [src]

Returns the name corresponding to the widget found at the position pos in the widget hierarchy defined by path.

Parameters

pos

Type: gint

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

Return value

Type: const gchar*

The widget name, or NULL if none was set.

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