Gimp.Scanner.prototype.parse_int64
function parse_int64(): [ok: Boolean, dest: Number(gint64)] {
// Gjs wrapper for gimp_scanner_parse_int64()
}
Since 2.8
- ok
true on success
- dest
Return location for the parsed integer
function parse_int64(): [ok: Boolean, dest: Number(gint64)] {
// Gjs wrapper for gimp_scanner_parse_int64()
}
Since 2.8
true on success
Return location for the parsed integer