mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-02-08 11:08:41 -05:00
2814 lines
145 KiB
C
2814 lines
145 KiB
C
/*
|
|
This file has been automatically generated by the shimmer industries c-ocoa API generator
|
|
Thus, manual changes to this file will be lost if the file is re-generated.
|
|
*/
|
|
|
|
#if defined(__OBJC__) && __has_feature(objc_arc)
|
|
#define ARC_AVAILABLE
|
|
#endif
|
|
|
|
// ABI is a bit different between platforms
|
|
#ifdef __arm64__
|
|
#define abi_objc_msgSend_stret objc_msgSend
|
|
#else
|
|
#define abi_objc_msgSend_stret objc_msgSend_stret
|
|
#endif
|
|
#ifdef __i386__
|
|
#define abi_objc_msgSend_fpret objc_msgSend_fpret
|
|
#else
|
|
#define abi_objc_msgSend_fpret objc_msgSend
|
|
#endif
|
|
|
|
#include "uipasteboard.h"
|
|
|
|
nsobject_t uipasteboard_string( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "string" );
|
|
#define uipasteboard_string_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_string_call( (id)object, methodSelector );
|
|
#undef uipasteboard_string_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_name( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "name" );
|
|
#define uipasteboard_name_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_name_call( (id)object, methodSelector );
|
|
#undef uipasteboard_name_call
|
|
}
|
|
|
|
void uipasteboard_setString( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setString:" );
|
|
#define uipasteboard_setString_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setString_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setString_call
|
|
}
|
|
|
|
long long uipasteboard_changeCount( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "changeCount" );
|
|
#define uipasteboard_changeCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_changeCount_call( (id)object, methodSelector );
|
|
#undef uipasteboard_changeCount_call
|
|
}
|
|
|
|
void uipasteboard_setName( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setName:" );
|
|
#define uipasteboard_setName_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setName_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setName_call
|
|
}
|
|
|
|
void uipasteboard_setURL( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setURL:" );
|
|
#define uipasteboard_setURL_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setURL_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setURL_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_URL( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URL" );
|
|
#define uipasteboard_URL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_URL_call( (id)object, methodSelector );
|
|
#undef uipasteboard_URL_call
|
|
}
|
|
|
|
void uipasteboard_setURLs( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setURLs:" );
|
|
#define uipasteboard_setURLs_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setURLs_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setURLs_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_URLs( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLs" );
|
|
#define uipasteboard_URLs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_URLs_call( (id)object, methodSelector );
|
|
#undef uipasteboard_URLs_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_color( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "color" );
|
|
#define uipasteboard_color_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_color_call( (id)object, methodSelector );
|
|
#undef uipasteboard_color_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_image( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "image" );
|
|
#define uipasteboard_image_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_image_call( (id)object, methodSelector );
|
|
#undef uipasteboard_image_call
|
|
}
|
|
|
|
void uipasteboard_setImage( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setImage:" );
|
|
#define uipasteboard_setImage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setImage_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setImage_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_images( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "images" );
|
|
#define uipasteboard_images_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_images_call( (id)object, methodSelector );
|
|
#undef uipasteboard_images_call
|
|
}
|
|
|
|
void uipasteboard_setColor( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setColor:" );
|
|
#define uipasteboard_setColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setColor_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_items( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "items" );
|
|
#define uipasteboard_items_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_items_call( (id)object, methodSelector );
|
|
#undef uipasteboard_items_call
|
|
}
|
|
|
|
bool uipasteboard_isPersistent( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isPersistent" );
|
|
#define uipasteboard_isPersistent_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isPersistent_call( (id)object, methodSelector );
|
|
#undef uipasteboard_isPersistent_call
|
|
}
|
|
|
|
void uipasteboard_setPersistent( uipasteboard_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPersistent:" );
|
|
#define uipasteboard_setPersistent_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setPersistent_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setPersistent_call
|
|
}
|
|
|
|
void uipasteboard_setColors( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setColors:" );
|
|
#define uipasteboard_setColors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setColors_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setColors_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_itemProviders( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "itemProviders" );
|
|
#define uipasteboard_itemProviders_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_itemProviders_call( (id)object, methodSelector );
|
|
#undef uipasteboard_itemProviders_call
|
|
}
|
|
|
|
void uipasteboard_setItems( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setItems:" );
|
|
#define uipasteboard_setItems_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setItems_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setItems_call
|
|
}
|
|
|
|
void uipasteboard_setItemProviders( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setItemProviders:" );
|
|
#define uipasteboard_setItemProviders_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setItemProviders_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setItemProviders_call
|
|
}
|
|
|
|
long long uipasteboard_numberOfItems( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "numberOfItems" );
|
|
#define uipasteboard_numberOfItems_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_numberOfItems_call( (id)object, methodSelector );
|
|
#undef uipasteboard_numberOfItems_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_availableTypes( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "availableTypes" );
|
|
#define uipasteboard_availableTypes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_availableTypes_call( (id)object, methodSelector );
|
|
#undef uipasteboard_availableTypes_call
|
|
}
|
|
|
|
bool uipasteboard_hasStrings( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasStrings" );
|
|
#define uipasteboard_hasStrings_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_hasStrings_call( (id)object, methodSelector );
|
|
#undef uipasteboard_hasStrings_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pasteboardTypes( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pasteboardTypes" );
|
|
#define uipasteboard_pasteboardTypes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_pasteboardTypes_call( (id)object, methodSelector );
|
|
#undef uipasteboard_pasteboardTypes_call
|
|
}
|
|
|
|
bool uipasteboard_containsPasteboardTypes( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "containsPasteboardTypes:" );
|
|
#define uipasteboard_containsPasteboardTypes_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_containsPasteboardTypes_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_containsPasteboardTypes_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_dataForPasteboardType( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dataForPasteboardType:" );
|
|
#define uipasteboard_dataForPasteboardType_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_dataForPasteboardType_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_dataForPasteboardType_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_valueForPasteboardType( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForPasteboardType:" );
|
|
#define uipasteboard_valueForPasteboardType_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_valueForPasteboardType_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_valueForPasteboardType_call
|
|
}
|
|
|
|
void uipasteboard_setValue( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValue:forPasteboardType:" );
|
|
#define uipasteboard_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_setValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_setValue_call
|
|
}
|
|
|
|
void uipasteboard_setData( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setData:forPasteboardType:" );
|
|
#define uipasteboard_setData_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_setData_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_setData_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pasteboardTypesForItemSet( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pasteboardTypesForItemSet:" );
|
|
#define uipasteboard_pasteboardTypesForItemSet_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_pasteboardTypesForItemSet_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_pasteboardTypesForItemSet_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_itemSetWithPasteboardTypes( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "itemSetWithPasteboardTypes:" );
|
|
#define uipasteboard_itemSetWithPasteboardTypes_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_itemSetWithPasteboardTypes_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_itemSetWithPasteboardTypes_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_valuesForPasteboardType( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valuesForPasteboardType:inItemSet:" );
|
|
#define uipasteboard_valuesForPasteboardType_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_valuesForPasteboardType_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_valuesForPasteboardType_call
|
|
}
|
|
|
|
void uipasteboard_addItems( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addItems:" );
|
|
#define uipasteboard_addItems_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_addItems_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_addItems_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_strings( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "strings" );
|
|
#define uipasteboard_strings_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_strings_call( (id)object, methodSelector );
|
|
#undef uipasteboard_strings_call
|
|
}
|
|
|
|
void uipasteboard_setStrings( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setStrings:" );
|
|
#define uipasteboard_setStrings_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setStrings_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setStrings_call
|
|
}
|
|
|
|
void uipasteboard_setImages( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setImages:" );
|
|
#define uipasteboard_setImages_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setImages_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setImages_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_colors( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "colors" );
|
|
#define uipasteboard_colors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_colors_call( (id)object, methodSelector );
|
|
#undef uipasteboard_colors_call
|
|
}
|
|
|
|
bool uipasteboard_hasURLs( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasURLs" );
|
|
#define uipasteboard_hasURLs_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_hasURLs_call( (id)object, methodSelector );
|
|
#undef uipasteboard_hasURLs_call
|
|
}
|
|
|
|
bool uipasteboard_hasImages( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasImages" );
|
|
#define uipasteboard_hasImages_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_hasImages_call( (id)object, methodSelector );
|
|
#undef uipasteboard_hasImages_call
|
|
}
|
|
|
|
bool uipasteboard_hasColors( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasColors" );
|
|
#define uipasteboard_hasColors_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_hasColors_call( (id)object, methodSelector );
|
|
#undef uipasteboard_hasColors_call
|
|
}
|
|
|
|
void uipasteboard_setObjects( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObjects:options:" );
|
|
#define uipasteboard_setObjects_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_setObjects_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_setObjects_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_itemProvidersForInstantiatingObjectsOfClass( uipasteboard_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "itemProvidersForInstantiatingObjectsOfClass:" );
|
|
#define uipasteboard_itemProvidersForInstantiatingObjectsOfClass_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_itemProvidersForInstantiatingObjectsOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_itemProvidersForInstantiatingObjectsOfClass_call
|
|
}
|
|
|
|
bool uipasteboard_canInstantiateObjectsOfClass( uipasteboard_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canInstantiateObjectsOfClass:" );
|
|
#define uipasteboard_canInstantiateObjectsOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_canInstantiateObjectsOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_canInstantiateObjectsOfClass_call
|
|
}
|
|
|
|
void uipasteboard_detectPatternsForPatterns( uipasteboard_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "detectPatternsForPatterns:completionHandler:" );
|
|
#define uipasteboard_detectPatternsForPatterns_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_detectPatternsForPatterns_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_detectPatternsForPatterns_call
|
|
}
|
|
|
|
void uipasteboard_detectValuesForPatterns( uipasteboard_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "detectValuesForPatterns:completionHandler:" );
|
|
#define uipasteboard_detectValuesForPatterns_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_detectValuesForPatterns_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_detectValuesForPatterns_call
|
|
}
|
|
|
|
nsclass_t uipasteboard_classForCoder( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForCoder" );
|
|
#define uipasteboard_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_classForCoder_call( (id)object, methodSelector );
|
|
#undef uipasteboard_classForCoder_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_replacementObjectForCoder( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
|
|
#define uipasteboard_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_replacementObjectForCoder_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_awakeAfterUsingCoder( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
|
|
#define uipasteboard_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_awakeAfterUsingCoder_call
|
|
}
|
|
|
|
bool uipasteboard_implementsSelector( uipasteboard_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "implementsSelector:" );
|
|
#define uipasteboard_implementsSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_implementsSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_implementsSelector_call
|
|
}
|
|
|
|
void uipasteboard_setObservationInfo( uipasteboard_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservationInfo:" );
|
|
#define uipasteboard_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setObservationInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setObservationInfo_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_replacementObjectForPortCoder( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
|
|
#define uipasteboard_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_replacementObjectForPortCoder_call
|
|
}
|
|
|
|
void uipasteboard_willChangeValueForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
|
|
#define uipasteboard_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_willChangeValueForKey_call
|
|
}
|
|
|
|
void uipasteboard_didChangeValueForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
|
|
#define uipasteboard_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_didChangeValueForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_replacementObjectForArchiver( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
|
|
#define uipasteboard_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_replacementObjectForArchiver_call
|
|
}
|
|
|
|
nsclass_t uipasteboard_classForArchiver( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForArchiver" );
|
|
#define uipasteboard_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_classForArchiver_call( (id)object, methodSelector );
|
|
#undef uipasteboard_classForArchiver_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_valueForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKey:" );
|
|
#define uipasteboard_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_valueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_valueForKey_call
|
|
}
|
|
|
|
nsclass_t uipasteboard_classForKeyedArchiver( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
|
|
#define uipasteboard_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_classForKeyedArchiver_call( (id)object, methodSelector );
|
|
#undef uipasteboard_classForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_replacementObjectForKeyedArchiver( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
|
|
#define uipasteboard_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_replacementObjectForKeyedArchiver_call
|
|
}
|
|
|
|
objc_method_description* uipasteboard_methodDescriptionForSelector( uipasteboard_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
|
|
#define uipasteboard_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_methodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_valueForKeyPath( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
|
|
#define uipasteboard_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_valueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_valueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_mutableArrayValueForKeyPath( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
|
|
#define uipasteboard_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_mutableArrayValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_mutableOrderedSetValueForKeyPath( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
|
|
#define uipasteboard_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_mutableOrderedSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_mutableSetValueForKeyPath( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
|
|
#define uipasteboard_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_mutableSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_addObserver( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserver:forObservableKeyPath:" );
|
|
#define uipasteboard_addObserver_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_addObserver_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_addObserver_call
|
|
}
|
|
|
|
void uipasteboard_removeObservation( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObservation:" );
|
|
#define uipasteboard_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_removeObservation_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_removeObservation_call
|
|
}
|
|
|
|
void uipasteboard_receiveObservedValue( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
|
|
#define uipasteboard_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_receiveObservedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_receiveObservedValue_call
|
|
}
|
|
|
|
void uipasteboard_receiveObservedError( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedError:" );
|
|
#define uipasteboard_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_receiveObservedError_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_receiveObservedError_call
|
|
}
|
|
|
|
void uipasteboard_finishObserving( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishObserving" );
|
|
#define uipasteboard_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_finishObserving_call( (id)object, methodSelector );
|
|
#undef uipasteboard_finishObserving_call
|
|
}
|
|
|
|
void uipasteboard_setObservation( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
|
|
#define uipasteboard_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_setObservation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_setObservation_call
|
|
}
|
|
|
|
void uipasteboard_observeValueForKeyPath( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
|
|
#define uipasteboard_observeValueForKeyPath_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
uipasteboard_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uipasteboard_observeValueForKeyPath_call
|
|
}
|
|
|
|
void uipasteboard_removeObserver( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
|
|
#define uipasteboard_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uipasteboard_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uipasteboard_removeObserver_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_addChainedObservers( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChainedObservers:" );
|
|
#define uipasteboard_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_addChainedObservers_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_addChainedObservers_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_addObserverBlock( uipasteboard_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserverBlock:" );
|
|
#define uipasteboard_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_addObserverBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_addObserverBlock_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_addObservationTransformer( uipasteboard_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
|
|
#define uipasteboard_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_addObservationTransformer_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_addObservationTransformer_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_valueForUndefinedKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
|
|
#define uipasteboard_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_valueForUndefinedKey_call
|
|
}
|
|
|
|
void uipasteboard_setNilValueForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
|
|
#define uipasteboard_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setNilValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setNilValueForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_mutableArrayValueForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
|
|
#define uipasteboard_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_mutableArrayValueForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_mutableOrderedSetValueForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
|
|
#define uipasteboard_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_mutableOrderedSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_mutableSetValueForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
|
|
#define uipasteboard_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_mutableSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_dictionaryWithValuesForKeys( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
|
|
#define uipasteboard_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_dictionaryWithValuesForKeys_call
|
|
}
|
|
|
|
void uipasteboard_setValuesForKeysWithDictionary( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
|
|
#define uipasteboard_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setValuesForKeysWithDictionary_call
|
|
}
|
|
|
|
void uipasteboard_willChange( uipasteboard_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
|
|
#define uipasteboard_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uipasteboard_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uipasteboard_willChange_call
|
|
}
|
|
|
|
void uipasteboard_didChange( uipasteboard_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
|
|
#define uipasteboard_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uipasteboard_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uipasteboard_didChange_call
|
|
}
|
|
|
|
void* uipasteboard_observationInfo( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observationInfo" );
|
|
#define uipasteboard_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_observationInfo_call( (id)object, methodSelector );
|
|
#undef uipasteboard_observationInfo_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_autoContentAccessingProxy( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
|
|
#define uipasteboard_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_autoContentAccessingProxy_call( (id)object, methodSelector );
|
|
#undef uipasteboard_autoContentAccessingProxy_call
|
|
}
|
|
|
|
nsclass_t uipasteboard_classForPortCoder( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForPortCoder" );
|
|
#define uipasteboard_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_classForPortCoder_call( (id)object, methodSelector );
|
|
#undef uipasteboard_classForPortCoder_call
|
|
}
|
|
|
|
void uipasteboard_performSelector( uipasteboard_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
|
|
#define uipasteboard_performSelector_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, double, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
uipasteboard_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uipasteboard_performSelector_call
|
|
}
|
|
|
|
void uipasteboard_performSelectorOnMainThread( uipasteboard_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
|
|
#define uipasteboard_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
uipasteboard_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uipasteboard_performSelectorOnMainThread_call
|
|
}
|
|
|
|
void uipasteboard_performSelectorInBackground( uipasteboard_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
|
|
#define uipasteboard_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_performSelectorInBackground_call
|
|
}
|
|
|
|
bool uipasteboard_isNSDate__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDate__" );
|
|
#define uipasteboard_isNSDate___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSDate___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSDate___call
|
|
}
|
|
|
|
bool uipasteboard_isNSString__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSString__" );
|
|
#define uipasteboard_isNSString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSString___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSString___call
|
|
}
|
|
|
|
bool uipasteboard_isNSCFConstantString__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
|
|
#define uipasteboard_isNSCFConstantString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSCFConstantString___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSCFConstantString___call
|
|
}
|
|
|
|
bool uipasteboard_isNSNumber__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSNumber__" );
|
|
#define uipasteboard_isNSNumber___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSNumber___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSNumber___call
|
|
}
|
|
|
|
bool uipasteboard_isNSArray__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSArray__" );
|
|
#define uipasteboard_isNSArray___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSArray___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSArray___call
|
|
}
|
|
|
|
bool uipasteboard_isNSDictionary__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDictionary__" );
|
|
#define uipasteboard_isNSDictionary___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSDictionary___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSDictionary___call
|
|
}
|
|
|
|
bool uipasteboard_isNSData__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSData__" );
|
|
#define uipasteboard_isNSData___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSData___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSData___call
|
|
}
|
|
|
|
bool uipasteboard_isNSObject__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSObject__" );
|
|
#define uipasteboard_isNSObject___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSObject___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSObject___call
|
|
}
|
|
|
|
bool uipasteboard_isNSOrderedSet__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
|
|
#define uipasteboard_isNSOrderedSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSOrderedSet___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSOrderedSet___call
|
|
}
|
|
|
|
bool uipasteboard_isNSSet__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSSet__" );
|
|
#define uipasteboard_isNSSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSSet___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSSet___call
|
|
}
|
|
|
|
bool uipasteboard_isNSTimeZone__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
|
|
#define uipasteboard_isNSTimeZone___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSTimeZone___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSTimeZone___call
|
|
}
|
|
|
|
bool uipasteboard_isNSValue__( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSValue__" );
|
|
#define uipasteboard_isNSValue___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNSValue___call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNSValue___call
|
|
}
|
|
|
|
nsobject_t uipasteboard_description( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "description" );
|
|
#define uipasteboard_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_description_call( (id)object, methodSelector );
|
|
#undef uipasteboard_description_call
|
|
}
|
|
|
|
void uipasteboard_doesNotRecognizeSelector( uipasteboard_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
|
|
#define uipasteboard_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_doesNotRecognizeSelector_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_methodSignatureForSelector( uipasteboard_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
|
|
#define uipasteboard_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_methodSignatureForSelector_call
|
|
}
|
|
|
|
double uipasteboard_CA_distanceToValue( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
|
|
#define uipasteboard_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return uipasteboard_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_CA_distanceToValue_call
|
|
}
|
|
|
|
Object* uipasteboard_CA_copyRenderValueWithColorspace( uipasteboard_t object, CGColorSpace* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValueWithColorspace:" );
|
|
#define uipasteboard_CA_copyRenderValueWithColorspace_call( obj, selector, arg0 ) ((Object* (*)( id, SEL, CGColorSpace* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_CA_copyRenderValueWithColorspace_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_CA_copyRenderValueWithColorspace_call
|
|
}
|
|
|
|
Object* uipasteboard_CA_copyRenderValue( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
|
|
#define uipasteboard_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CA_copyRenderValue_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CA_copyRenderValue_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CA_interpolateValue( uipasteboard_t object, nsobject_t arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
|
|
#define uipasteboard_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_CA_interpolateValue_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CA_addValue( uipasteboard_t object, nsobject_t arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
|
|
#define uipasteboard_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_CA_addValue_call
|
|
}
|
|
|
|
bool uipasteboard_CAMLTypeSupportedForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
|
|
#define uipasteboard_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_CAMLTypeSupportedForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CAMLTypeForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
|
|
#define uipasteboard_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_CAMLTypeForKey_call
|
|
}
|
|
|
|
bool uipasteboard_CA_validateValue( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
|
|
#define uipasteboard_CA_validateValue_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_CA_validateValue_call
|
|
}
|
|
|
|
void uipasteboard_encodeWithCAMLWriter( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
|
|
#define uipasteboard_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_encodeWithCAMLWriter_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CA_interpolateValues( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
|
|
#define uipasteboard_CA_interpolateValues_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, ValueInterpolator* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uipasteboard_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uipasteboard_CA_interpolateValues_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CAMLType( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLType" );
|
|
#define uipasteboard_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CAMLType_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CAMLType_call
|
|
}
|
|
|
|
void uipasteboard_CA_prepareRenderValue( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
|
|
#define uipasteboard_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_CA_prepareRenderValue_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CA_prepareRenderValue_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CA_archivingValueForKey( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
|
|
#define uipasteboard_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_CA_archivingValueForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CA_roundToIntegerFromValue( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
|
|
#define uipasteboard_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_CA_roundToIntegerFromValue_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_className( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "className" );
|
|
#define uipasteboard_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_className_call( (id)object, methodSelector );
|
|
#undef uipasteboard_className_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityLabel( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabel" );
|
|
#define uipasteboard_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityLabel_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityLabel_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityLabel( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
|
|
#define uipasteboard_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityLabel_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityIdentifier( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
|
|
#define uipasteboard_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityIdentifier_call
|
|
}
|
|
|
|
CGRect uipasteboard_accessibilityFrame( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrame" );
|
|
#define uipasteboard_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uipasteboard_accessibilityFrame_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityViewIsModal( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityViewIsModal" );
|
|
#define uipasteboard_storedAccessibilityViewIsModal_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityViewIsModal_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityElementsHidden( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityElementsHidden" );
|
|
#define uipasteboard_storedAccessibilityElementsHidden_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityElementsHidden_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedShouldGroupAccessibilityChildren( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedShouldGroupAccessibilityChildren" );
|
|
#define uipasteboard_storedShouldGroupAccessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedShouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityNavigationStyle( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityNavigationStyle" );
|
|
#define uipasteboard_storedAccessibilityNavigationStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityRespondsToUserInteraction( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityRespondsToUserInteraction" );
|
|
#define uipasteboard_storedAccessibilityRespondsToUserInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityAttributedLabel( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedLabel" );
|
|
#define uipasteboard_accessibilityAttributedLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityAttributedLabel_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityAttributedLabel_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityValue( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValue" );
|
|
#define uipasteboard_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityValue_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityValue_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityAttributedValue( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedValue" );
|
|
#define uipasteboard_accessibilityAttributedValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityAttributedValue_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityAttributedValue_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityHint( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHint" );
|
|
#define uipasteboard_accessibilityHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityHint_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityHint_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityAttributedHint( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedHint" );
|
|
#define uipasteboard_accessibilityAttributedHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityAttributedHint_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityAttributedHint_call
|
|
}
|
|
|
|
CGPoint uipasteboard_accessibilityActivationPoint( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
|
|
#define uipasteboard_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityActivationPoint_call
|
|
}
|
|
|
|
unsigned long long uipasteboard_accessibilityTraits( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTraits" );
|
|
#define uipasteboard_accessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityTraits_call
|
|
}
|
|
|
|
bool uipasteboard_isAccessibilityElement( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
|
|
#define uipasteboard_isAccessibilityElement_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef uipasteboard_isAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityContainer( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainer" );
|
|
#define uipasteboard_accessibilityContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityContainer_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityContainer_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityLanguage( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLanguage" );
|
|
#define uipasteboard_accessibilityLanguage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityLanguage_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityLanguage_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityPath( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPath" );
|
|
#define uipasteboard_accessibilityPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityPath_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityPath_call
|
|
}
|
|
|
|
bool uipasteboard_accessibilityViewIsModal( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityViewIsModal" );
|
|
#define uipasteboard_accessibilityViewIsModal_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityViewIsModal_call
|
|
}
|
|
|
|
bool uipasteboard_accessibilityElementsHidden( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementsHidden" );
|
|
#define uipasteboard_accessibilityElementsHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityElementsHidden_call
|
|
}
|
|
|
|
bool uipasteboard_shouldGroupAccessibilityChildren( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldGroupAccessibilityChildren" );
|
|
#define uipasteboard_shouldGroupAccessibilityChildren_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_shouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef uipasteboard_shouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
long long uipasteboard_accessibilityNavigationStyle( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNavigationStyle" );
|
|
#define uipasteboard_accessibilityNavigationStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityNavigationStyle_call
|
|
}
|
|
|
|
bool uipasteboard_accessibilityRespondsToUserInteraction( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRespondsToUserInteraction" );
|
|
#define uipasteboard_accessibilityRespondsToUserInteraction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityUserInputLabels( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
|
|
#define uipasteboard_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityUserInputLabels_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityAttributedUserInputLabels( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
|
|
#define uipasteboard_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityIdentifier( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityIdentifier" );
|
|
#define uipasteboard_storedAccessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityIdentifier_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityTraits( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityTraits" );
|
|
#define uipasteboard_storedAccessibilityTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityTraits_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedIsAccessibilityElement( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedIsAccessibilityElement" );
|
|
#define uipasteboard_storedIsAccessibilityElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedIsAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedIsAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityFrame( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityFrame" );
|
|
#define uipasteboard_storedAccessibilityFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityFrame_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityActivationPoint( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityActivationPoint" );
|
|
#define uipasteboard_storedAccessibilityActivationPoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityActivationPoint_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityHeaderElements( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderElements" );
|
|
#define uipasteboard_accessibilityHeaderElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityHeaderElements_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityHeaderElements_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityElementsHidden( uipasteboard_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElementsHidden:" );
|
|
#define uipasteboard_setAccessibilityElementsHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityElementsHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityElementsHidden_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityViewIsModal( uipasteboard_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityViewIsModal:" );
|
|
#define uipasteboard_setAccessibilityViewIsModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityViewIsModal_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityViewIsModal_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityAttributedLabel( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedLabel:" );
|
|
#define uipasteboard_setAccessibilityAttributedLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityAttributedLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityAttributedLabel_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityValue( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
|
|
#define uipasteboard_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityValue_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityAttributedValue( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedValue:" );
|
|
#define uipasteboard_setAccessibilityAttributedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityAttributedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityAttributedValue_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityHint( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHint:" );
|
|
#define uipasteboard_setAccessibilityHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityHint_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityHint_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityAttributedHint( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedHint:" );
|
|
#define uipasteboard_setAccessibilityAttributedHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityAttributedHint_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityAttributedHint_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityFrame( uipasteboard_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
|
|
#define uipasteboard_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityFrame_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityPath( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPath:" );
|
|
#define uipasteboard_setAccessibilityPath_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityPath_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityActivationPoint( uipasteboard_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
|
|
#define uipasteboard_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityActivationPoint_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityTraits( uipasteboard_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTraits:" );
|
|
#define uipasteboard_setAccessibilityTraits_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityTraits_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityTraits_call
|
|
}
|
|
|
|
void uipasteboard_setIsAccessibilityElement( uipasteboard_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsAccessibilityElement:" );
|
|
#define uipasteboard_setIsAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setIsAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setIsAccessibilityElement_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityContainer( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainer:" );
|
|
#define uipasteboard_setAccessibilityContainer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityContainer_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityContainer_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityLanguage( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLanguage:" );
|
|
#define uipasteboard_setAccessibilityLanguage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityLanguage_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityLanguage_call
|
|
}
|
|
|
|
void uipasteboard_setShouldGroupAccessibilityChildren( uipasteboard_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShouldGroupAccessibilityChildren:" );
|
|
#define uipasteboard_setShouldGroupAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setShouldGroupAccessibilityChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityNavigationStyle( uipasteboard_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNavigationStyle:" );
|
|
#define uipasteboard_setAccessibilityNavigationStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityNavigationStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityRespondsToUserInteraction( uipasteboard_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRespondsToUserInteraction:" );
|
|
#define uipasteboard_setAccessibilityRespondsToUserInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityUserInputLabels( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
|
|
#define uipasteboard_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityUserInputLabels_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityAttributedUserInputLabels( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
|
|
#define uipasteboard_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityTextualContext( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTextualContext" );
|
|
#define uipasteboard_accessibilityTextualContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityTextualContext_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityTextualContext_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityTextualContext( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTextualContext:" );
|
|
#define uipasteboard_setAccessibilityTextualContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityTextualContext_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityTextualContext_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityHeaderElements( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeaderElements:" );
|
|
#define uipasteboard_setAccessibilityHeaderElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityHeaderElements_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityHeaderElements_call
|
|
}
|
|
|
|
void uipasteboard_accessibilityElementDidBecomeFocused( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidBecomeFocused" );
|
|
#define uipasteboard_accessibilityElementDidBecomeFocused_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_accessibilityElementDidBecomeFocused_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityElementDidBecomeFocused_call
|
|
}
|
|
|
|
void uipasteboard_accessibilityElementDidLoseFocus( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidLoseFocus" );
|
|
#define uipasteboard_accessibilityElementDidLoseFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_accessibilityElementDidLoseFocus_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityElementDidLoseFocus_call
|
|
}
|
|
|
|
bool uipasteboard_accessibilityElementIsFocused( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementIsFocused" );
|
|
#define uipasteboard_accessibilityElementIsFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityElementIsFocused_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityElementIsFocused_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityAssistiveTechnologyFocusedIdentifiers( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAssistiveTechnologyFocusedIdentifiers" );
|
|
#define uipasteboard_accessibilityAssistiveTechnologyFocusedIdentifiers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityAssistiveTechnologyFocusedIdentifiers_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityAssistiveTechnologyFocusedIdentifiers_call
|
|
}
|
|
|
|
void uipasteboard_accessibilityIncrement( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIncrement" );
|
|
#define uipasteboard_accessibilityIncrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_accessibilityIncrement_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityIncrement_call
|
|
}
|
|
|
|
void uipasteboard_accessibilityDecrement( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecrement" );
|
|
#define uipasteboard_accessibilityDecrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_accessibilityDecrement_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityDecrement_call
|
|
}
|
|
|
|
bool uipasteboard_accessibilityScroll( uipasteboard_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScroll:" );
|
|
#define uipasteboard_accessibilityScroll_call( obj, selector, arg0 ) ((bool (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_accessibilityScroll_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_accessibilityScroll_call
|
|
}
|
|
|
|
bool uipasteboard_accessibilityPerformEscape( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformEscape" );
|
|
#define uipasteboard_accessibilityPerformEscape_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityPerformEscape_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityPerformEscape_call
|
|
}
|
|
|
|
bool uipasteboard_accessibilityPerformMagicTap( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformMagicTap" );
|
|
#define uipasteboard_accessibilityPerformMagicTap_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityPerformMagicTap_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityPerformMagicTap_call
|
|
}
|
|
|
|
bool uipasteboard_accessibilityActivate( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivate" );
|
|
#define uipasteboard_accessibilityActivate_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityActivate_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityActivate_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityCustomActions( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
|
|
#define uipasteboard_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityCustomActions( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
|
|
#define uipasteboard_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityCustomActions_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityIdentification( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentification" );
|
|
#define uipasteboard_accessibilityIdentification_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityIdentification_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityIdentification_call
|
|
}
|
|
|
|
void uipasteboard_accessibilitySetIdentification( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetIdentification:" );
|
|
#define uipasteboard_accessibilitySetIdentification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_accessibilitySetIdentification_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_accessibilitySetIdentification_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityIdentifier( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
|
|
#define uipasteboard_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityIdentifier_call
|
|
}
|
|
|
|
unsigned long long uipasteboard_defaultAccessibilityTraits( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAccessibilityTraits" );
|
|
#define uipasteboard_defaultAccessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_defaultAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uipasteboard_defaultAccessibilityTraits_call
|
|
}
|
|
|
|
bool uipasteboard_isAccessibilityElementByDefault( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElementByDefault" );
|
|
#define uipasteboard_isAccessibilityElementByDefault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isAccessibilityElementByDefault_call( (id)object, methodSelector );
|
|
#undef uipasteboard_isAccessibilityElementByDefault_call
|
|
}
|
|
|
|
bool uipasteboard_isElementAccessibilityExposedToInterfaceBuilder( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isElementAccessibilityExposedToInterfaceBuilder" );
|
|
#define uipasteboard_isElementAccessibilityExposedToInterfaceBuilder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isElementAccessibilityExposedToInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef uipasteboard_isElementAccessibilityExposedToInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityLocalizedStringKey( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLocalizedStringKey" );
|
|
#define uipasteboard_accessibilityLocalizedStringKey_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityLocalizedStringKey_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityLocalizedStringKey_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityDragSourceDescriptors( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDragSourceDescriptors:" );
|
|
#define uipasteboard_setAccessibilityDragSourceDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityDragSourceDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityDragSourceDescriptors( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDragSourceDescriptors" );
|
|
#define uipasteboard_accessibilityDragSourceDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityDragSourceDescriptors_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityDropPointDescriptors( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDropPointDescriptors:" );
|
|
#define uipasteboard_setAccessibilityDropPointDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityDropPointDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityDropPointDescriptors( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDropPointDescriptors" );
|
|
#define uipasteboard_accessibilityDropPointDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityDropPointDescriptors_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_storedAccessibilityContainerType( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityContainerType" );
|
|
#define uipasteboard_storedAccessibilityContainerType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_storedAccessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef uipasteboard_storedAccessibilityContainerType_call
|
|
}
|
|
|
|
long long uipasteboard_accessibilityElementCount( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementCount" );
|
|
#define uipasteboard_accessibilityElementCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityElementCount_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityElementCount_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityElementAtIndex( uipasteboard_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementAtIndex:" );
|
|
#define uipasteboard_accessibilityElementAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_accessibilityElementAtIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_accessibilityElementAtIndex_call
|
|
}
|
|
|
|
long long uipasteboard_indexOfAccessibilityElement( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "indexOfAccessibilityElement:" );
|
|
#define uipasteboard_indexOfAccessibilityElement_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_indexOfAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_indexOfAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityElements( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElements" );
|
|
#define uipasteboard_accessibilityElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityElements_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityElements_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityElements( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElements:" );
|
|
#define uipasteboard_setAccessibilityElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityElements_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityElements_call
|
|
}
|
|
|
|
long long uipasteboard_accessibilityContainerType( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
|
|
#define uipasteboard_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityContainerType_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityContainerType( uipasteboard_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
|
|
#define uipasteboard_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityContainerType_call
|
|
}
|
|
|
|
void uipasteboard_setAccessibilityCustomRotors( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
|
|
#define uipasteboard_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_setAccessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_accessibilityCustomRotors( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
|
|
#define uipasteboard_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessibilityCustomRotors_call( (id)object, methodSelector );
|
|
#undef uipasteboard_accessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_uiPresentationManager( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "uiPresentationManager" );
|
|
#define uipasteboard_uiPresentationManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_uiPresentationManager_call( (id)object, methodSelector );
|
|
#undef uipasteboard_uiPresentationManager_call
|
|
}
|
|
|
|
void uipasteboard_awakeFromNib( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeFromNib" );
|
|
#define uipasteboard_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_awakeFromNib_call( (id)object, methodSelector );
|
|
#undef uipasteboard_awakeFromNib_call
|
|
}
|
|
|
|
bool uipasteboard_conformsToProtocolCached( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocolCached:" );
|
|
#define uipasteboard_conformsToProtocolCached_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_conformsToProtocolCached_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_conformsToProtocolCached_call
|
|
}
|
|
|
|
void uipasteboard_prepareForInterfaceBuilder( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
|
|
#define uipasteboard_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_prepareForInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef uipasteboard_prepareForInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_initFromPQLResultSet( uipasteboard_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initFromPQLResultSet:error:" );
|
|
#define uipasteboard_initFromPQLResultSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_initFromPQLResultSet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_initFromPQLResultSet_call
|
|
}
|
|
|
|
bool uipasteboard_supportsRBSXPCSecureCoding( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
|
|
#define uipasteboard_supportsRBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef uipasteboard_supportsRBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool uipasteboard_RBSIsXPCObject( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
|
|
#define uipasteboard_RBSIsXPCObject_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_RBSIsXPCObject_call( (id)object, methodSelector );
|
|
#undef uipasteboard_RBSIsXPCObject_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_NSRepresentation( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSRepresentation" );
|
|
#define uipasteboard_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_NSRepresentation_call( (id)object, methodSelector );
|
|
#undef uipasteboard_NSRepresentation_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pep_onMainThread( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThread" );
|
|
#define uipasteboard_pep_onMainThread_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_pep_onMainThread_call( (id)object, methodSelector );
|
|
#undef uipasteboard_pep_onMainThread_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pep_onThread( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onThread:" );
|
|
#define uipasteboard_pep_onThread_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_pep_onThread_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_pep_onThread_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pep_onOperationQueue( uipasteboard_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onOperationQueue:priority:" );
|
|
#define uipasteboard_pep_onOperationQueue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_pep_onOperationQueue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_pep_onOperationQueue_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pep_onMainThreadIfNecessary( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThreadIfNecessary" );
|
|
#define uipasteboard_pep_onMainThreadIfNecessary_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_pep_onMainThreadIfNecessary_call( (id)object, methodSelector );
|
|
#undef uipasteboard_pep_onMainThreadIfNecessary_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pep_afterDelay( uipasteboard_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_afterDelay:" );
|
|
#define uipasteboard_pep_afterDelay_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_pep_afterDelay_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_pep_afterDelay_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pep_getInvocation( uipasteboard_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_getInvocation:" );
|
|
#define uipasteboard_pep_getInvocation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_pep_getInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_pep_getInvocation_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_stringValueSafe( uipasteboard_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stringValueSafe:" );
|
|
#define uipasteboard_stringValueSafe_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_stringValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_stringValueSafe_call
|
|
}
|
|
|
|
char* uipasteboard_utf8ValueSafe( uipasteboard_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "utf8ValueSafe:" );
|
|
#define uipasteboard_utf8ValueSafe_call( obj, selector, arg0 ) ((char* (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_utf8ValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_utf8ValueSafe_call
|
|
}
|
|
|
|
bool uipasteboard_boolValueSafe( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boolValueSafe" );
|
|
#define uipasteboard_boolValueSafe_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_boolValueSafe_call( (id)object, methodSelector );
|
|
#undef uipasteboard_boolValueSafe_call
|
|
}
|
|
|
|
long long uipasteboard_int64ValueSafe( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "int64ValueSafe" );
|
|
#define uipasteboard_int64ValueSafe_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_int64ValueSafe_call( (id)object, methodSelector );
|
|
#undef uipasteboard_int64ValueSafe_call
|
|
}
|
|
|
|
double uipasteboard_doubleValueSafe( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doubleValueSafe" );
|
|
#define uipasteboard_doubleValueSafe_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uipasteboard_doubleValueSafe_call( (id)object, methodSelector );
|
|
#undef uipasteboard_doubleValueSafe_call
|
|
}
|
|
|
|
bool uipasteboard_un_safeBoolValue( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "un_safeBoolValue" );
|
|
#define uipasteboard_un_safeBoolValue_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_un_safeBoolValue_call( (id)object, methodSelector );
|
|
#undef uipasteboard_un_safeBoolValue_call
|
|
}
|
|
|
|
bool uipasteboard_supportsBSXPCSecureCoding( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
|
|
#define uipasteboard_supportsBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef uipasteboard_supportsBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool uipasteboard_bs_isPlistableType( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
|
|
#define uipasteboard_bs_isPlistableType_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_bs_isPlistableType_call( (id)object, methodSelector );
|
|
#undef uipasteboard_bs_isPlistableType_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_bs_secureEncoded( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
|
|
#define uipasteboard_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_bs_secureEncoded_call( (id)object, methodSelector );
|
|
#undef uipasteboard_bs_secureEncoded_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_bs_encoded( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_encoded" );
|
|
#define uipasteboard_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_bs_encoded_call( (id)object, methodSelector );
|
|
#undef uipasteboard_bs_encoded_call
|
|
}
|
|
|
|
void uipasteboard_releaseOnMainThread( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "releaseOnMainThread" );
|
|
#define uipasteboard_releaseOnMainThread_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_releaseOnMainThread_call( (id)object, methodSelector );
|
|
#undef uipasteboard_releaseOnMainThread_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_debugHierarchyAdditionalGroupingIDs( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyAdditionalGroupingIDs" );
|
|
#define uipasteboard_debugHierarchyAdditionalGroupingIDs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_debugHierarchyAdditionalGroupingIDs_call( (id)object, methodSelector );
|
|
#undef uipasteboard_debugHierarchyAdditionalGroupingIDs_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_debugHierarchyObjectsInGroupWithID( uipasteboard_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyObjectsInGroupWithID:outOptions:" );
|
|
#define uipasteboard_debugHierarchyObjectsInGroupWithID_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_debugHierarchyObjectsInGroupWithID_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_debugHierarchyObjectsInGroupWithID_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_debugHierarchyPropertyDescriptions( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyPropertyDescriptions" );
|
|
#define uipasteboard_debugHierarchyPropertyDescriptions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_debugHierarchyPropertyDescriptions_call( (id)object, methodSelector );
|
|
#undef uipasteboard_debugHierarchyPropertyDescriptions_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_debugHierarchyValueForPropertyWithName( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyValueForPropertyWithName:" );
|
|
#define uipasteboard_debugHierarchyValueForPropertyWithName_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_debugHierarchyValueForPropertyWithName_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_debugHierarchyValueForPropertyWithName_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_SCN_setupDisplayLinkWithQueue( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SCN_setupDisplayLinkWithQueue:screen:policy:" );
|
|
#define uipasteboard_SCN_setupDisplayLinkWithQueue_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uipasteboard_SCN_setupDisplayLinkWithQueue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uipasteboard_SCN_setupDisplayLinkWithQueue_call
|
|
}
|
|
|
|
void uipasteboard_postNotificationWithDescription( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "postNotificationWithDescription:" );
|
|
#define uipasteboard_postNotificationWithDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_postNotificationWithDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_postNotificationWithDescription_call
|
|
}
|
|
|
|
bool uipasteboard_okToNotifyFromThisThread( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "okToNotifyFromThisThread" );
|
|
#define uipasteboard_okToNotifyFromThisThread_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_okToNotifyFromThisThread_call( (id)object, methodSelector );
|
|
#undef uipasteboard_okToNotifyFromThisThread_call
|
|
}
|
|
|
|
void uipasteboard_fromNotifySafeThreadPerformSelector( uipasteboard_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromNotifySafeThreadPerformSelector:withObject:" );
|
|
#define uipasteboard_fromNotifySafeThreadPerformSelector_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_fromNotifySafeThreadPerformSelector_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_fromNotifySafeThreadPerformSelector_call
|
|
}
|
|
|
|
void uipasteboard_allowSafePerformSelector( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowSafePerformSelector" );
|
|
#define uipasteboard_allowSafePerformSelector_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_allowSafePerformSelector_call( (id)object, methodSelector );
|
|
#undef uipasteboard_allowSafePerformSelector_call
|
|
}
|
|
|
|
void uipasteboard_disallowSafePerformSelector( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disallowSafePerformSelector" );
|
|
#define uipasteboard_disallowSafePerformSelector_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_disallowSafePerformSelector_call( (id)object, methodSelector );
|
|
#undef uipasteboard_disallowSafePerformSelector_call
|
|
}
|
|
|
|
void uipasteboard_fromNotifySafeThreadPostNotificationName( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromNotifySafeThreadPostNotificationName:object:userInfo:" );
|
|
#define uipasteboard_fromNotifySafeThreadPostNotificationName_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uipasteboard_fromNotifySafeThreadPostNotificationName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uipasteboard_fromNotifySafeThreadPostNotificationName_call
|
|
}
|
|
|
|
void uipasteboard_fromMainThreadPostNotificationName( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromMainThreadPostNotificationName:object:userInfo:" );
|
|
#define uipasteboard_fromMainThreadPostNotificationName_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uipasteboard_fromMainThreadPostNotificationName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uipasteboard_fromMainThreadPostNotificationName_call
|
|
}
|
|
|
|
void uipasteboard_cn_updateDictionaryForKey( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cn_updateDictionaryForKey:withChanges:" );
|
|
#define uipasteboard_cn_updateDictionaryForKey_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_cn_updateDictionaryForKey_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_cn_updateDictionaryForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_descriptionAtIndent( uipasteboard_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "descriptionAtIndent:" );
|
|
#define uipasteboard_descriptionAtIndent_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_descriptionAtIndent_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_descriptionAtIndent_call
|
|
}
|
|
|
|
bool uipasteboard_isNull( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNull" );
|
|
#define uipasteboard_isNull_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isNull_call( (id)object, methodSelector );
|
|
#undef uipasteboard_isNull_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKDescription( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescription" );
|
|
#define uipasteboard_CKDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CKDescription_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CKDescription_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKPropertiesDescription( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPropertiesDescription" );
|
|
#define uipasteboard_CKPropertiesDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CKPropertiesDescription_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CKPropertiesDescription_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKUnredactedDescription( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKUnredactedDescription" );
|
|
#define uipasteboard_CKUnredactedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CKUnredactedDescription_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CKUnredactedDescription_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKRedactedDescription( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKRedactedDescription" );
|
|
#define uipasteboard_CKRedactedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CKRedactedDescription_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CKRedactedDescription_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKDescriptionPropertiesWithPublic( uipasteboard_t object, bool arg0, bool arg1, bool arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescriptionPropertiesWithPublic:private:shouldExpand:" );
|
|
#define uipasteboard_CKDescriptionPropertiesWithPublic_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, bool, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uipasteboard_CKDescriptionPropertiesWithPublic_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uipasteboard_CKDescriptionPropertiesWithPublic_call
|
|
}
|
|
|
|
void uipasteboard_CKAssignToContainerWithID( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKAssignToContainerWithID:" );
|
|
#define uipasteboard_CKAssignToContainerWithID_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_CKAssignToContainerWithID_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_CKAssignToContainerWithID_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKSingleLineDescription( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSingleLineDescription" );
|
|
#define uipasteboard_CKSingleLineDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CKSingleLineDescription_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CKSingleLineDescription_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKPropertiesDescriptionStringFromProperties( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPropertiesDescriptionStringFromProperties:" );
|
|
#define uipasteboard_CKPropertiesDescriptionStringFromProperties_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_CKPropertiesDescriptionStringFromProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_CKPropertiesDescriptionStringFromProperties_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKExpandedDescription( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKExpandedDescription" );
|
|
#define uipasteboard_CKExpandedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CKExpandedDescription_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CKExpandedDescription_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKHashedDescription( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKHashedDescription" );
|
|
#define uipasteboard_CKHashedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CKHashedDescription_call( (id)object, methodSelector );
|
|
#undef uipasteboard_CKHashedDescription_call
|
|
}
|
|
|
|
void uipasteboard_ck_bindInStatement( uipasteboard_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ck_bindInStatement:atIndex:" );
|
|
#define uipasteboard_ck_bindInStatement_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_ck_bindInStatement_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_ck_bindInStatement_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKDescriptionRedact( uipasteboard_t object, bool arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescriptionRedact:avoidShortDescription:" );
|
|
#define uipasteboard_CKDescriptionRedact_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_CKDescriptionRedact_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_CKDescriptionRedact_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKObjectDescriptionRedact( uipasteboard_t object, bool arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKObjectDescriptionRedact:avoidShortDescription:" );
|
|
#define uipasteboard_CKObjectDescriptionRedact_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_CKObjectDescriptionRedact_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_CKObjectDescriptionRedact_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_fm_addNotificationBlockObserverForName( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_addNotificationBlockObserverForName:object:queue:usingBlock:" );
|
|
#define uipasteboard_fm_addNotificationBlockObserverForName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uipasteboard_fm_addNotificationBlockObserverForName_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uipasteboard_fm_addNotificationBlockObserverForName_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_fm_addNotificationBlockObserverForObject( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_addNotificationBlockObserverForObject:keyPath:options:usingBlock:" );
|
|
#define uipasteboard_fm_addNotificationBlockObserverForObject_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uipasteboard_fm_addNotificationBlockObserverForObject_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uipasteboard_fm_addNotificationBlockObserverForObject_call
|
|
}
|
|
|
|
void uipasteboard_fm_removeNotificationBlockObserver( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_removeNotificationBlockObserver:" );
|
|
#define uipasteboard_fm_removeNotificationBlockObserver_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_fm_removeNotificationBlockObserver_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_fm_removeNotificationBlockObserver_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_fm_nullToNil( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_nullToNil" );
|
|
#define uipasteboard_fm_nullToNil_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_fm_nullToNil_call( (id)object, methodSelector );
|
|
#undef uipasteboard_fm_nullToNil_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_fm_logID( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_logID" );
|
|
#define uipasteboard_fm_logID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_fm_logID_call( (id)object, methodSelector );
|
|
#undef uipasteboard_fm_logID_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_nullToNil( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nullToNil" );
|
|
#define uipasteboard_nullToNil_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_nullToNil_call( (id)object, methodSelector );
|
|
#undef uipasteboard_nullToNil_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_logID( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "logID" );
|
|
#define uipasteboard_logID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_logID_call( (id)object, methodSelector );
|
|
#undef uipasteboard_logID_call
|
|
}
|
|
|
|
void uipasteboard_if_setValueIfNonNil( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_setValueIfNonNil:forKey:" );
|
|
#define uipasteboard_if_setValueIfNonNil_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_if_setValueIfNonNil_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_if_setValueIfNonNil_call
|
|
}
|
|
|
|
void uipasteboard_if_setValueIfYES( uipasteboard_t object, bool arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_setValueIfYES:forKey:" );
|
|
#define uipasteboard_if_setValueIfYES_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_if_setValueIfYES_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_if_setValueIfYES_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_toPBCodable( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toPBCodable" );
|
|
#define uipasteboard_toPBCodable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_toPBCodable_call( (id)object, methodSelector );
|
|
#undef uipasteboard_toPBCodable_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_ams_generateDescriptionWithSubObjects( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_generateDescriptionWithSubObjects:" );
|
|
#define uipasteboard_ams_generateDescriptionWithSubObjects_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_ams_generateDescriptionWithSubObjects_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_ams_generateDescriptionWithSubObjects_call
|
|
}
|
|
|
|
bool uipasteboard_isProxy( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isProxy" );
|
|
#define uipasteboard_isProxy_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isProxy_call( (id)object, methodSelector );
|
|
#undef uipasteboard_isProxy_call
|
|
}
|
|
|
|
unsigned long long uipasteboard_retainCount( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainCount" );
|
|
#define uipasteboard_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_retainCount_call( (id)object, methodSelector );
|
|
#undef uipasteboard_retainCount_call
|
|
}
|
|
|
|
void uipasteboard_dealloc( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dealloc" );
|
|
#define uipasteboard_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_dealloc_call( (id)object, methodSelector );
|
|
#undef uipasteboard_dealloc_call
|
|
}
|
|
|
|
bool uipasteboard_isEqual( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqual:" );
|
|
#define uipasteboard_isEqual_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_isEqual_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_isEqual_call
|
|
}
|
|
|
|
nsclass_t uipasteboard_class( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "class" );
|
|
#define uipasteboard_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_class_call( (id)object, methodSelector );
|
|
#undef uipasteboard_class_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_self( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "self" );
|
|
#define uipasteboard_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_self_call( (id)object, methodSelector );
|
|
#undef uipasteboard_self_call
|
|
}
|
|
|
|
bool uipasteboard_isKindOfClass( uipasteboard_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKindOfClass:" );
|
|
#define uipasteboard_isKindOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_isKindOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_isKindOfClass_call
|
|
}
|
|
|
|
bool uipasteboard_isMemberOfClass( uipasteboard_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
|
|
#define uipasteboard_isMemberOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_isMemberOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_isMemberOfClass_call
|
|
}
|
|
|
|
bool uipasteboard_conformsToProtocol( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
|
|
#define uipasteboard_conformsToProtocol_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_conformsToProtocol_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_conformsToProtocol_call
|
|
}
|
|
|
|
bool uipasteboard_respondsToSelector( uipasteboard_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "respondsToSelector:" );
|
|
#define uipasteboard_respondsToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_respondsToSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_respondsToSelector_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_retain( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retain" );
|
|
#define uipasteboard_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_retain_call( (id)object, methodSelector );
|
|
#undef uipasteboard_retain_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_autorelease( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorelease" );
|
|
#define uipasteboard_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_autorelease_call( (id)object, methodSelector );
|
|
#undef uipasteboard_autorelease_call
|
|
}
|
|
|
|
_NSZone* uipasteboard_zone( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zone" );
|
|
#define uipasteboard_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_zone_call( (id)object, methodSelector );
|
|
#undef uipasteboard_zone_call
|
|
}
|
|
|
|
unsigned long long uipasteboard_hash( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hash" );
|
|
#define uipasteboard_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_hash_call( (id)object, methodSelector );
|
|
#undef uipasteboard_hash_call
|
|
}
|
|
|
|
nsclass_t uipasteboard_superclass( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superclass" );
|
|
#define uipasteboard_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_superclass_call( (id)object, methodSelector );
|
|
#undef uipasteboard_superclass_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_debugDescription( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugDescription" );
|
|
#define uipasteboard_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_debugDescription_call( (id)object, methodSelector );
|
|
#undef uipasteboard_debugDescription_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_init( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "init" );
|
|
#define uipasteboard_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_init_call( (id)object, methodSelector );
|
|
#undef uipasteboard_init_call
|
|
}
|
|
|
|
bool uipasteboard_retainWeakReference( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainWeakReference" );
|
|
#define uipasteboard_retainWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_retainWeakReference_call( (id)object, methodSelector );
|
|
#undef uipasteboard_retainWeakReference_call
|
|
}
|
|
|
|
bool uipasteboard_allowsWeakReference( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsWeakReference" );
|
|
#define uipasteboard_allowsWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_allowsWeakReference_call( (id)object, methodSelector );
|
|
#undef uipasteboard_allowsWeakReference_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_copy( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copy" );
|
|
#define uipasteboard_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_copy_call( (id)object, methodSelector );
|
|
#undef uipasteboard_copy_call
|
|
}
|
|
|
|
void uipasteboard_finalize( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finalize" );
|
|
#define uipasteboard_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_finalize_call( (id)object, methodSelector );
|
|
#undef uipasteboard_finalize_call
|
|
}
|
|
|
|
bool uipasteboard_isFault( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFault" );
|
|
#define uipasteboard_isFault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_isFault_call( (id)object, methodSelector );
|
|
#undef uipasteboard_isFault_call
|
|
}
|
|
|
|
void uipasteboard_forwardInvocation( uipasteboard_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardInvocation:" );
|
|
#define uipasteboard_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_forwardInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_forwardInvocation_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_forwardingTargetForSelector( uipasteboard_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
|
|
#define uipasteboard_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uipasteboard_forwardingTargetForSelector_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_mutableCopy( uipasteboard_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopy" );
|
|
#define uipasteboard_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_mutableCopy_call( (id)object, methodSelector );
|
|
#undef uipasteboard_mutableCopy_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_generalPasteboard( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "generalPasteboard" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_generalPasteboard_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_generalPasteboard_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_generalPasteboard_call
|
|
}
|
|
|
|
void uipasteboard_removePasteboardWithName( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removePasteboardWithName:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_removePasteboardWithName_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_removePasteboardWithName_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_removePasteboardWithName_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pasteboardWithName( nsobject_t arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pasteboardWithName:create:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_pasteboardWithName_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_pasteboardWithName_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_pasteboardWithName_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_pasteboardWithUniqueName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pasteboardWithUniqueName" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_pasteboardWithUniqueName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_pasteboardWithUniqueName_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_pasteboardWithUniqueName_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_fallback_debugHierarchyPropertyDescriptions( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyPropertyDescriptions" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_fallback_debugHierarchyPropertyDescriptions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_fallback_debugHierarchyPropertyDescriptions_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_fallback_debugHierarchyPropertyDescriptions_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_fallback_debugHierarchyValueForPropertyWithName( nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyValueForPropertyWithName:onObject:outOptions:outError:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_fallback_debugHierarchyValueForPropertyWithName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uipasteboard_fallback_debugHierarchyValueForPropertyWithName_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uipasteboard_fallback_debugHierarchyValueForPropertyWithName_call
|
|
}
|
|
|
|
void uipasteboard_load( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "load" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_load_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_load_call
|
|
}
|
|
|
|
long long uipasteboard_version( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "version" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_version_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_version_call
|
|
}
|
|
|
|
bool uipasteboard_instancesImplementSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_instancesImplementSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_instancesImplementSelector_call
|
|
}
|
|
|
|
void uipasteboard_setVersion( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVersion:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uipasteboard_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_setVersion_call
|
|
}
|
|
|
|
bool uipasteboard_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_automaticallyNotifiesObserversForKey_call
|
|
}
|
|
|
|
objc_method_description* uipasteboard_instanceMethodDescriptionForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_instanceMethodDescriptionForSelector_call
|
|
}
|
|
|
|
bool uipasteboard_accessInstanceVariablesDirectly( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_accessInstanceVariablesDirectly_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_accessInstanceVariablesDirectly_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_keyPathsForValuesAffectingValueForKey_call
|
|
}
|
|
|
|
void uipasteboard_setKeys( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uipasteboard_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_setKeys_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_classFallbacksForKeyedArchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_classFallbacksForKeyedArchiver_call
|
|
}
|
|
|
|
nsclass_t uipasteboard_classForKeyedUnarchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_classForKeyedUnarchiver_call
|
|
}
|
|
|
|
void uipasteboard_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uipasteboard_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef uipasteboard_cancelPreviousPerformRequestsWithTarget_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_instanceMethodSignatureForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_instanceMethodSignatureForSelector_call
|
|
}
|
|
|
|
bool uipasteboard_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_CA_automaticallyNotifiesObservers_call
|
|
}
|
|
|
|
bool uipasteboard_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_CA_encodesPropertyConditionally_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CA_CAMLPropertyForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_CA_CAMLPropertyForKey_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_SFSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_SFSQLiteClassName_call
|
|
}
|
|
|
|
bool uipasteboard_isSelectorExcludedFromWebScript( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSelectorExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_isSelectorExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_isSelectorExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_isSelectorExcludedFromWebScript_call
|
|
}
|
|
|
|
bool uipasteboard_isKeyExcludedFromWebScript( char* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKeyExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_isKeyExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_isKeyExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_isKeyExcludedFromWebScript_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_bs_secureDecodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_bs_secureDecodedFromData_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_bs_secureDataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_bs_secureDataFromObject_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_bs_secureObjectFromData_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_bs_dataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_bs_dataFromObject_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_bs_objectFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_bs_objectFromData_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_bs_decodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_bs_decodedFromData_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_CKSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_CKSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_CKSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_CKSQLiteClassName_call
|
|
}
|
|
|
|
bool uipasteboard_brc_swizzleInstanceMethod( nsselector_t arg0, nsselector_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_swizzleInstanceMethod:with:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_brc_swizzleInstanceMethod_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsselector_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_brc_swizzleInstanceMethod_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_brc_swizzleInstanceMethod_call
|
|
}
|
|
|
|
bool uipasteboard_brc_swizzleClassMethod( nsselector_t arg0, nsselector_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_swizzleClassMethod:with:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_brc_swizzleClassMethod_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsselector_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uipasteboard_brc_swizzleClassMethod_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uipasteboard_brc_swizzleClassMethod_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_fromPBCodable( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromPBCodable:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_fromPBCodable_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_fromPBCodable_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_fromPBCodable_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_copyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_copyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_copyWithZone_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_allocWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_allocWithZone_call
|
|
}
|
|
|
|
void uipasteboard_initialize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialize" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uipasteboard_initialize_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_initialize_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_new( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "new" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_new_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_new_call
|
|
}
|
|
|
|
bool uipasteboard_resolveInstanceMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_resolveInstanceMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_resolveInstanceMethod_call
|
|
}
|
|
|
|
bool uipasteboard_resolveClassMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_resolveClassMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_resolveClassMethod_call
|
|
}
|
|
|
|
uipasteboard_t uipasteboard_alloc( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alloc" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uipasteboard_alloc_call( (id)internalClassObject, methodSelector );
|
|
#undef uipasteboard_alloc_call
|
|
}
|
|
|
|
nsobject_t uipasteboard_mutableCopyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_mutableCopyWithZone_call
|
|
}
|
|
|
|
bool uipasteboard_isSubclassOfClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_isSubclassOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_isSubclassOfClass_call
|
|
}
|
|
|
|
bool uipasteboard_isAncestorOfObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_isAncestorOfObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_isAncestorOfObject_call
|
|
}
|
|
|
|
bool uipasteboard_instancesRespondToSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
|
|
Class internalClassObject = objc_getClass( "UIPasteboard" );
|
|
#define uipasteboard_instancesRespondToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uipasteboard_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uipasteboard_instancesRespondToSelector_call
|
|
}
|
|
|