Gimp.Scanner.parse_identifier
@accepts(Gimp.Scanner, unicode)
@returns(bool)
def parse_identifier(self, identifier):
# Python wrapper for gimp_scanner_parse_identifier()
Since 2.4
- self
A Gimp.Scanner created by Gimp.Scanner.new_file or Gimp.Scanner.new_string
- identifier
the expected identifier.
- Returns