Gimp » Gimp.Scanner »

Gimp.Scanner.parse_int

@accepts(Gimp.Scanner, int)
@returns(bool)
def parse_int(self, dest):
    # Python wrapper for gimp_scanner_parse_int()
  

Since 2.4

self

A Gimp.Scanner created by Gimp.Scanner.new_file or Gimp.Scanner.new_string

dest

Return location for the parsed integer

Returns

More Information

  • Gimp.Scanner