Method
GtkWidgetPathiter_has_qname
since: 3.0
Declaration [src]
gboolean
gtk_widget_path_iter_has_qname (
const GtkWidgetPath* path,
gint pos,
GQuark qname
)
Description [src]
See gtk_widget_path_iter_has_name(). This is a version
that operates on GQuarks
.
Available since: 3.0
Parameters
pos
-
Type:
gint
Position to query, -1 for the path head.
qname
-
Type:
GQuark
Widget name as a
GQuark
.