Declaration

func addMaster(from instance: GSInstance) throws

Declaration

- (BOOL) addMasterFromInstance:(GSInstance *) instance error:(NSError **) error;

Declaration

addMasterFromInstance_error_(instance: GSInstance) -> tuple[bool, NSError]

Parameters

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Return Value

YES if the instance could be generated and added.

See Also

Master Content