Gtk.WidgetPath.prototype.iter_has_qname

function iter_has_qname(pos:Number, qname:GLib.Quark):Boolean {
    // Gjs wrapper for gtk_widget_path_iter_has_qname()
}

See Gtk.WidgetPath.prototype.iter_has_name. This is a version that operates on GLib.Quark<!-- -->s.

Since 3.0

pos

position to query, -1 for the path head

qname

widget name as a GLib.Quark

Returns

true if the widget at pos has this name