rc_property_parse_border

function rc_property_parse_border(pspec:GObject.ParamSpec, gstring:GLib.String, property_value:GObject.Value):Boolean {
    // Gjs wrapper for gtk_rc_property_parse_border()
}

A Gtk.RcPropertyParser for use with install_property_parser or Gtk.install_style_property_parser which parses borders in the form <literal>"{ left, right, top, bottom }"</literal> for integers %left, %right, %top and %bottom.

pspec

a GObject.ParamSpec

gstring

the GLib.String to be parsed

property_value

a GObject.Value which must hold boxed values.

Returns

true if gstring could be parsed and property_value has been set to the resulting Gtk.Border.