Method

GimpScannerparse_string

Declaration [src]

gboolean
gimp_scanner_parse_string (
  GimpScanner* scanner,
  gchar** dest
)

Description

No description available.
Available since:2.4

Parameters

dest gchar**
 

Return location for the parsed string.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: gboolean
 

TRUE on success.