Method
GimpConfigdeserialize_property
Declaration [src]
GTokenType
gimp_config_deserialize_property (
GimpConfig* config,
GScanner* scanner,
gint nest_level
)
Description [src]
This function deserializes a single property of config
. You
shouldn’t need to call this function directly. If possible, use
gimp_config_deserialize_properties()
instead.
Available since: | 2.4 |
Parameters
scanner |
GScanner |
A |
|
The data is owned by the caller of the function. | |
nest_level |
gint |
The nest level. |
Return value
Returns: | GTokenType |
|