rc_parse_state


Description:


[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public uint rc_parse_state (Scanner scanner, out StateType state)

Warning: rc_parse_state is deprecated since 3.0.

Parses a StateType variable from the format expected in a RC file.

Note:

Use CssProvider instead

Parameters:

scanner

a Scanner (must be initialized for parsing an RC file)

state

A pointer to a StateType variable in which to store the result.

Returns:

g_token_none if parsing succeeded, otherwise the token that was expected but not found.


Namespace: Gtk
Package: gtk+-3.0