Function

Gtk-3.0Gtkrc_property_parse_enum

  • A Gtk.RcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses a single enumeration value.

    The enumeration value can be specified by its name, its nickname or its numeric value. For consistency with flags parsing, the value may be surrounded by parentheses.

    Parameters

    Returns boolean

    true if gstring could be parsed and property_value has been set to the resulting GObject.EnumValue.