Gimp.Scanner.parse_string_no_validate
@accepts(Gimp.Scanner, unicode)
@returns(bool)
def parse_string_no_validate(self, dest):
# Python wrapper for gimp_scanner_parse_string_no_validate()
Since 2.4
- self
A Gimp.Scanner created by Gimp.Scanner.new_file or Gimp.Scanner.new_string
- dest
Return location for the parsed string
- Returns