Instance Method
instance(_:options:) instance:options:error: instance_options_error_
Declaration
func instance(_ instance: GSInstance, options: NSMutableDictionary) throwsDeclaration
- (BOOL) instance:(GSInstance *) instance options:(NSMutableDictionary *) options error:(NSError **) error;Declaration
instance_options_error_(instance: GSInstance, options: dict) -> tuple[bool, NSError]