xamarin-macios/tests/xtro-sharpie/macOS-ImageKit.ignore

41 строка
2.2 KiB
Plaintext
Исходник Обычный вид История

# In header as old style, unnamed enums
!unknown-native-enum! IKCellsStyle bound
!unknown-native-enum! IKGroupStyle bound
2018-02-16 16:45:50 +03:00
# Deprecated, macOS version lower than the supported by Xamarin.Mac.
!missing-field! IKPictureTakerShowAddressBookPicture not bound
!missing-field! IKPictureTakerShowEmptyPicture not bound
# Informal protocols
## Inside IKImageBrowserDelegate informal protocol
!missing-selector! NSObject::imageBrowserSelectionDidChange: not bound
!missing-selector! NSObject::imageBrowser:cellWasDoubleClickedAtIndex: not bound
!missing-selector! NSObject::imageBrowser:cellWasRightClickedAtIndex:withEvent: not bound
!missing-selector! NSObject::imageBrowser:backgroundWasRightClickedWithEvent: not bound
## Inside IKImageBrowserDataSource informal protocol
!missing-selector! NSObject::imageBrowser:groupAtIndex: not bound
!missing-selector! NSObject::imageBrowser:itemAtIndex: not bound
!missing-selector! NSObject::imageBrowser:moveItemsAtIndexes:toIndex: not bound
!missing-selector! NSObject::imageBrowser:removeItemsAtIndexes: not bound
!missing-selector! NSObject::imageBrowser:writeItemsAtIndexes:toPasteboard: not bound
!missing-selector! NSObject::numberOfGroupsInImageBrowser: not bound
!missing-selector! NSObject::numberOfItemsInImageBrowser: not bound
## Inside IKImageBrowserItem informal protocol
!missing-selector! NSObject::isSelectable not bound
## Inside IKSaveOptionsDelegate informal protocol
!missing-selector! NSObject::saveOptions:shouldShowUTType: not bound
## Bound inside IKImageBrowserItem informal protocol.
!missing-selector! NSObject::imageRepresentation not bound
!missing-selector! NSObject::imageRepresentationType not bound
!missing-selector! NSObject::imageSubtitle not bound
!missing-selector! NSObject::imageTitle not bound
!missing-selector! NSObject::imageUID not bound
!missing-selector! NSObject::imageVersion not bound
# Initial result from new rule missing-release-attribute-on-return-value
!missing-release-attribute-on-return-value! ImageKit.IKImageBrowserCell ImageKit.IKImageBrowserView::NewCell(ImageKit.IIKImageBrowserItem)'s selector's ('newCellForRepresentedItem:') Objective-C method family ('new') indicates that the native method returns a retained object, and as such a '[return: Release]' attribute is required.