rc_parse_priority

function rc_parse_priority(scanner:GLib.Scanner, priority:Gtk.PathPriorityType):Number {
    // Gjs wrapper for gtk_rc_parse_priority()
}

Parses a Gtk.PathPriorityType variable from the format expected in a RC file.

scanner

a #GtkScanner (must be initialized for parsing an RC file)

priority

A pointer to Gtk.PathPriorityType variable in which to store the result.

Returns

GLib.TokenType.none if parsing succeeded, otherwise the token that was expected but not found.