Declaration

func postRead(_ error: NSErrorPointer, format formatVersion: GSFormatVersion) -> Bool

Declaration

- (BOOL) postRead:(NSError **) error format:(GSFormatVersion) formatVersion;

Declaration

postRead_format_(formatVersion: GSFormatVersion) -> tuple[bool, NSError]