QuelSolaar/macos/c-ocoa/nsapplication.c

7082 lines
377 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 "nsapplication.h"
void nsapplication_run( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "run" );
#define nsapplication_run_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_run_call( (id)object, methodSelector );
#undef nsapplication_run_call
}
void nsapplication_dealloc( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "dealloc" );
#define nsapplication_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_dealloc_call( (id)object, methodSelector );
#undef nsapplication_dealloc_call
}
char nsapplication_conformsToProtocol( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
#define nsapplication_conformsToProtocol_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_conformsToProtocol_call( (id)object, methodSelector, arg0 );
#undef nsapplication_conformsToProtocol_call
}
nsobject_t nsapplication_init( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "init" );
#define nsapplication_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_init_call( (id)object, methodSelector );
#undef nsapplication_init_call
}
void nsapplication_encodeWithCoder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "encodeWithCoder:" );
#define nsapplication_encodeWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_encodeWithCoder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_encodeWithCoder_call
}
nsobject_t nsapplication_initWithCoder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "initWithCoder:" );
#define nsapplication_initWithCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_initWithCoder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_initWithCoder_call
}
nsobject_t nsapplication_delegate( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "delegate" );
#define nsapplication_delegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_delegate_call( (id)object, methodSelector );
#undef nsapplication_delegate_call
}
void nsapplication_setDelegate( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setDelegate:" );
#define nsapplication_setDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setDelegate_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setDelegate_call
}
char nsapplication_isHidden( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isHidden" );
#define nsapplication_isHidden_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isHidden_call( (id)object, methodSelector );
#undef nsapplication_isHidden_call
}
void nsapplication_setValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setValue:forKey:" );
#define nsapplication_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_setValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_setValue_call
}
nsobject_t nsapplication_valueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForKey:" );
#define nsapplication_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_valueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_valueForKey_call
}
char nsapplication_isActive( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isActive" );
#define nsapplication_isActive_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isActive_call( (id)object, methodSelector );
#undef nsapplication_isActive_call
}
nsobject_t nsapplication_menu( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "menu" );
#define nsapplication_menu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_menu_call( (id)object, methodSelector );
#undef nsapplication_menu_call
}
nsobject_t nsapplication_copyScriptingValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "copyScriptingValue:forKey:withProperties:" );
#define nsapplication_copyScriptingValue_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return nsapplication_copyScriptingValue_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_copyScriptingValue_call
}
nsobject_t nsapplication_newScriptingObjectOfClass( nsapplication_t object, nsclass_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3 )
{
SEL methodSelector = sel_registerName( "newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:" );
#define nsapplication_newScriptingObjectOfClass_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsclass_t, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return nsapplication_newScriptingObjectOfClass_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef nsapplication_newScriptingObjectOfClass_call
}
void nsapplication_observeValueForKeyPath( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
{
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
#define nsapplication_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 )
nsapplication_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef nsapplication_observeValueForKeyPath_call
}
nsobject_t nsapplication_valueAtIndex( nsapplication_t object, unsigned long long arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "valueAtIndex:inPropertyWithKey:" );
#define nsapplication_valueAtIndex_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_valueAtIndex_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_valueAtIndex_call
}
nsobject_t nsapplication_valueWithName( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "valueWithName:inPropertyWithKey:" );
#define nsapplication_valueWithName_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_valueWithName_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_valueWithName_call
}
nsobject_t nsapplication_valueWithUniqueID( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "valueWithUniqueID:inPropertyWithKey:" );
#define nsapplication_valueWithUniqueID_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_valueWithUniqueID_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_valueWithUniqueID_call
}
void nsapplication_insertValue( nsapplication_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "insertValue:atIndex:inPropertyWithKey:" );
#define nsapplication_insertValue_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_insertValue_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_insertValue_call
}
void nsapplication_replaceValueAtIndex( nsapplication_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "replaceValueAtIndex:inPropertyWithKey:withValue:" );
#define nsapplication_replaceValueAtIndex_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_replaceValueAtIndex_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_replaceValueAtIndex_call
}
void nsapplication_removeValueAtIndex( nsapplication_t object, unsigned long long arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "removeValueAtIndex:fromPropertyWithKey:" );
#define nsapplication_removeValueAtIndex_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_removeValueAtIndex_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_removeValueAtIndex_call
}
void nsapplication_disableAutomaticTermination( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "disableAutomaticTermination" );
#define nsapplication_disableAutomaticTermination_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_disableAutomaticTermination_call( (id)object, methodSelector );
#undef nsapplication_disableAutomaticTermination_call
}
void nsapplication_enableAutomaticTermination( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "enableAutomaticTermination" );
#define nsapplication_enableAutomaticTermination_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_enableAutomaticTermination_call( (id)object, methodSelector );
#undef nsapplication_enableAutomaticTermination_call
}
char nsapplication_isRunning( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isRunning" );
#define nsapplication_isRunning_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isRunning_call( (id)object, methodSelector );
#undef nsapplication_isRunning_call
}
nsobject_t nsapplication_context( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "context" );
#define nsapplication_context_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_context_call( (id)object, methodSelector );
#undef nsapplication_context_call
}
nsobject_t nsapplication_keyWindow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "keyWindow" );
#define nsapplication_keyWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_keyWindow_call( (id)object, methodSelector );
#undef nsapplication_keyWindow_call
}
unsigned int nsapplication_contextID( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "contextID" );
#define nsapplication_contextID_call( obj, selector ) ((unsigned int (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_contextID_call( (id)object, methodSelector );
#undef nsapplication_contextID_call
}
void nsapplication_pushRegistrationDidRegisterWithDeviceToken( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "pushRegistrationDidRegisterWithDeviceToken:" );
#define nsapplication_pushRegistrationDidRegisterWithDeviceToken_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_pushRegistrationDidRegisterWithDeviceToken_call( (id)object, methodSelector, arg0 );
#undef nsapplication_pushRegistrationDidRegisterWithDeviceToken_call
}
void nsapplication_pushRegistrationDidFailToRegister( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "pushRegistrationDidFailToRegister:" );
#define nsapplication_pushRegistrationDidFailToRegister_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_pushRegistrationDidFailToRegister_call( (id)object, methodSelector, arg0 );
#undef nsapplication_pushRegistrationDidFailToRegister_call
}
void nsapplication_pushRegistrationDidReceiveRemotePush( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "pushRegistrationDidReceiveRemotePush:" );
#define nsapplication_pushRegistrationDidReceiveRemotePush_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_pushRegistrationDidReceiveRemotePush_call( (id)object, methodSelector, arg0 );
#undef nsapplication_pushRegistrationDidReceiveRemotePush_call
}
void nsapplication_setWindowsNeedUpdate( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setWindowsNeedUpdate:" );
#define nsapplication_setWindowsNeedUpdate_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setWindowsNeedUpdate_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setWindowsNeedUpdate_call
}
nsobject_t nsapplication_nextEventMatchingMask( nsapplication_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2, char arg3 )
{
SEL methodSelector = sel_registerName( "nextEventMatchingMask:untilDate:inMode:dequeue:" );
#define nsapplication_nextEventMatchingMask_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return nsapplication_nextEventMatchingMask_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef nsapplication_nextEventMatchingMask_call
}
void nsapplication_postEvent( nsapplication_t object, nsobject_t arg0, char arg1 )
{
SEL methodSelector = sel_registerName( "postEvent:atStart:" );
#define nsapplication_postEvent_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_postEvent_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_postEvent_call
}
nsobject_t nsapplication_effectiveAppearance( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "effectiveAppearance" );
#define nsapplication_effectiveAppearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_effectiveAppearance_call( (id)object, methodSelector );
#undef nsapplication_effectiveAppearance_call
}
long long nsapplication_userInterfaceLayoutDirection( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "userInterfaceLayoutDirection" );
#define nsapplication_userInterfaceLayoutDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_userInterfaceLayoutDirection_call( (id)object, methodSelector );
#undef nsapplication_userInterfaceLayoutDirection_call
}
nsobject_t nsapplication_accessibilityAttributeNames( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributeNames" );
#define nsapplication_accessibilityAttributeNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityAttributeNames_call( (id)object, methodSelector );
#undef nsapplication_accessibilityAttributeNames_call
}
void nsapplication_sendEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "sendEvent:" );
#define nsapplication_sendEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_sendEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_sendEvent_call
}
nsobject_t nsapplication_windowWithWindowNumber( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "windowWithWindowNumber:" );
#define nsapplication_windowWithWindowNumber_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_windowWithWindowNumber_call( (id)object, methodSelector, arg0 );
#undef nsapplication_windowWithWindowNumber_call
}
nsobject_t nsapplication_targetForAction( nsapplication_t object, nsselector_t arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "targetForAction:to:from:" );
#define nsapplication_targetForAction_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsselector_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return nsapplication_targetForAction_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_targetForAction_call
}
char nsapplication_validateMenuItem( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "validateMenuItem:" );
#define nsapplication_validateMenuItem_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_validateMenuItem_call( (id)object, methodSelector, arg0 );
#undef nsapplication_validateMenuItem_call
}
char nsapplication_validateUserInterfaceItem( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "validateUserInterfaceItem:" );
#define nsapplication_validateUserInterfaceItem_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_validateUserInterfaceItem_call( (id)object, methodSelector, arg0 );
#undef nsapplication_validateUserInterfaceItem_call
}
nsobject_t nsapplication_appearance( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "appearance" );
#define nsapplication_appearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_appearance_call( (id)object, methodSelector );
#undef nsapplication_appearance_call
}
nsobject_t nsapplication_accessibilityParent( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityParent" );
#define nsapplication_accessibilityParent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityParent_call( (id)object, methodSelector );
#undef nsapplication_accessibilityParent_call
}
void nsapplication_accessibilitySetMayContainProtectedContent( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "accessibilitySetMayContainProtectedContent:" );
#define nsapplication_accessibilitySetMayContainProtectedContent_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilitySetMayContainProtectedContent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilitySetMayContainProtectedContent_call
}
nsobject_t nsapplication_accessibilityFocusedUIElement( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFocusedUIElement" );
#define nsapplication_accessibilityFocusedUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFocusedUIElement_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFocusedUIElement_call
}
nsobject_t nsapplication_accessibilityHitTest( nsapplication_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityHitTest:" );
#define nsapplication_accessibilityHitTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityHitTest_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityHitTest_call
}
CGRect nsapplication_accessibilityFrame( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFrame" );
#define nsapplication_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return nsapplication_accessibilityFrame_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFrame_call
}
char nsapplication_accessibilityIsIgnored( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsIgnored" );
#define nsapplication_accessibilityIsIgnored_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsIgnored_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsIgnored_call
}
nsobject_t nsapplication_accessibilityAttributeValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "accessibilityAttributeValue:forParameter:" );
#define nsapplication_accessibilityAttributeValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_accessibilityAttributeValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_accessibilityAttributeValue_call
}
nsobject_t nsapplication_mainMenu( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "mainMenu" );
#define nsapplication_mainMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_mainMenu_call( (id)object, methodSelector );
#undef nsapplication_mainMenu_call
}
char nsapplication_accessibilityMayContainProtectedContent( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMayContainProtectedContent" );
#define nsapplication_accessibilityMayContainProtectedContent_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMayContainProtectedContent_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMayContainProtectedContent_call
}
char nsapplication_canEnterFullScreenMode( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "canEnterFullScreenMode" );
#define nsapplication_canEnterFullScreenMode_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_canEnterFullScreenMode_call( (id)object, methodSelector );
#undef nsapplication_canEnterFullScreenMode_call
}
nsobject_t nsapplication_mainWindow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "mainWindow" );
#define nsapplication_mainWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_mainWindow_call( (id)object, methodSelector );
#undef nsapplication_mainWindow_call
}
unsigned long long nsapplication_presentationOptions( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "presentationOptions" );
#define nsapplication_presentationOptions_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_presentationOptions_call( (id)object, methodSelector );
#undef nsapplication_presentationOptions_call
}
nsobject_t nsapplication_windows( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "windows" );
#define nsapplication_windows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_windows_call( (id)object, methodSelector );
#undef nsapplication_windows_call
}
void nsapplication_enumerateWindowsWithOptions( nsapplication_t object, long long arg0, nsobject_t* arg1 )
{
SEL methodSelector = sel_registerName( "enumerateWindowsWithOptions:usingBlock:" );
#define nsapplication_enumerateWindowsWithOptions_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_enumerateWindowsWithOptions_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_enumerateWindowsWithOptions_call
}
nsobject_t nsapplication_windowsMenu( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "windowsMenu" );
#define nsapplication_windowsMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_windowsMenu_call( (id)object, methodSelector );
#undef nsapplication_windowsMenu_call
}
void nsapplication_closeAll( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "closeAll:" );
#define nsapplication_closeAll_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_closeAll_call( (id)object, methodSelector, arg0 );
#undef nsapplication_closeAll_call
}
nsobject_t nsapplication_supplementalTargetForAction( nsapplication_t object, nsselector_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "supplementalTargetForAction:sender:" );
#define nsapplication_supplementalTargetForAction_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_supplementalTargetForAction_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_supplementalTargetForAction_call
}
char nsapplication_accessibilityShouldUseUniqueId( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityShouldUseUniqueId" );
#define nsapplication_accessibilityShouldUseUniqueId_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityShouldUseUniqueId_call( (id)object, methodSelector );
#undef nsapplication_accessibilityShouldUseUniqueId_call
}
nsobject_t nsapplication_accessibilityRoleAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRoleAttribute" );
#define nsapplication_accessibilityRoleAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRoleAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRoleAttribute_call
}
char nsapplication_accessibilityIsRoleAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsRoleAttributeSettable" );
#define nsapplication_accessibilityIsRoleAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsRoleAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsRoleAttributeSettable_call
}
nsobject_t nsapplication_accessibilityRoleDescriptionAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRoleDescriptionAttribute" );
#define nsapplication_accessibilityRoleDescriptionAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRoleDescriptionAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRoleDescriptionAttribute_call
}
char nsapplication_accessibilityIsRoleDescriptionAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsRoleDescriptionAttributeSettable" );
#define nsapplication_accessibilityIsRoleDescriptionAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsRoleDescriptionAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsRoleDescriptionAttributeSettable_call
}
char nsapplication_accessibilityIsAttributeSettable( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityIsAttributeSettable:" );
#define nsapplication_accessibilityIsAttributeSettable_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityIsAttributeSettable_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityIsAttributeSettable_call
}
void nsapplication_accessibilitySetValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "accessibilitySetValue:forAttribute:" );
#define nsapplication_accessibilitySetValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_accessibilitySetValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_accessibilitySetValue_call
}
nsobject_t nsapplication_accessibilityActionNames( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityActionNames" );
#define nsapplication_accessibilityActionNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityActionNames_call( (id)object, methodSelector );
#undef nsapplication_accessibilityActionNames_call
}
nsobject_t nsapplication_accessibilityActionDescription( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityActionDescription:" );
#define nsapplication_accessibilityActionDescription_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityActionDescription_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityActionDescription_call
}
void nsapplication_accessibilityPerformAction( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityPerformAction:" );
#define nsapplication_accessibilityPerformAction_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilityPerformAction_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityPerformAction_call
}
void nsapplication_setAccessibilityMainThreadIdleNotificationEnabled( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMainThreadIdleNotificationEnabled:" );
#define nsapplication_setAccessibilityMainThreadIdleNotificationEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMainThreadIdleNotificationEnabled_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMainThreadIdleNotificationEnabled_call
}
void nsapplication_setAccessibilityEventProcessedNotificationEnabled( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityEventProcessedNotificationEnabled:" );
#define nsapplication_setAccessibilityEventProcessedNotificationEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityEventProcessedNotificationEnabled_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityEventProcessedNotificationEnabled_call
}
nsobject_t nsapplication_accessibilityChildrenAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityChildrenAttribute" );
#define nsapplication_accessibilityChildrenAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityChildrenAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityChildrenAttribute_call
}
void nsapplication_exitFullScreenMode( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "exitFullScreenMode:" );
#define nsapplication_exitFullScreenMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_exitFullScreenMode_call( (id)object, methodSelector, arg0 );
#undef nsapplication_exitFullScreenMode_call
}
void nsapplication_disableCursorRects( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "disableCursorRects" );
#define nsapplication_disableCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_disableCursorRects_call( (id)object, methodSelector );
#undef nsapplication_disableCursorRects_call
}
void nsapplication_enableCursorRects( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "enableCursorRects" );
#define nsapplication_enableCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_enableCursorRects_call( (id)object, methodSelector );
#undef nsapplication_enableCursorRects_call
}
long long nsapplication_runModalForWindow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "runModalForWindow:" );
#define nsapplication_runModalForWindow_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_runModalForWindow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_runModalForWindow_call
}
void nsapplication_endSheet( nsapplication_t object, nsobject_t arg0, long long arg1 )
{
SEL methodSelector = sel_registerName( "endSheet:returnCode:" );
#define nsapplication_endSheet_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_endSheet_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_endSheet_call
}
void nsapplication_stopModalWithCode( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "stopModalWithCode:" );
#define nsapplication_stopModalWithCode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_stopModalWithCode_call( (id)object, methodSelector, arg0 );
#undef nsapplication_stopModalWithCode_call
}
void nsapplication_speakString( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "speakString:" );
#define nsapplication_speakString_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_speakString_call( (id)object, methodSelector, arg0 );
#undef nsapplication_speakString_call
}
nsobject_t nsapplication_touchBar( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "touchBar" );
#define nsapplication_touchBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_touchBar_call( (id)object, methodSelector );
#undef nsapplication_touchBar_call
}
void nsapplication_terminate( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "terminate:" );
#define nsapplication_terminate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_terminate_call( (id)object, methodSelector, arg0 );
#undef nsapplication_terminate_call
}
void nsapplication_hide( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "hide:" );
#define nsapplication_hide_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_hide_call( (id)object, methodSelector, arg0 );
#undef nsapplication_hide_call
}
void nsapplication_setIsActive( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setIsActive:" );
#define nsapplication_setIsActive_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setIsActive_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setIsActive_call
}
void nsapplication_orderFrontCharacterPalette( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "orderFrontCharacterPalette:" );
#define nsapplication_orderFrontCharacterPalette_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_orderFrontCharacterPalette_call( (id)object, methodSelector, arg0 );
#undef nsapplication_orderFrontCharacterPalette_call
}
void nsapplication_setApplicationIconImage( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setApplicationIconImage:" );
#define nsapplication_setApplicationIconImage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setApplicationIconImage_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setApplicationIconImage_call
}
nsobject_t nsapplication_validRequestorForSendType( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "validRequestorForSendType:returnType:" );
#define nsapplication_validRequestorForSendType_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_validRequestorForSendType_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_validRequestorForSendType_call
}
long long nsapplication_activationPolicy( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "activationPolicy" );
#define nsapplication_activationPolicy_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_activationPolicy_call( (id)object, methodSelector );
#undef nsapplication_activationPolicy_call
}
void nsapplication_activateIgnoringOtherApps( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "activateIgnoringOtherApps:" );
#define nsapplication_activateIgnoringOtherApps_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_activateIgnoringOtherApps_call( (id)object, methodSelector, arg0 );
#undef nsapplication_activateIgnoringOtherApps_call
}
void nsapplication_unhideWithoutActivation( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "unhideWithoutActivation" );
#define nsapplication_unhideWithoutActivation_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_unhideWithoutActivation_call( (id)object, methodSelector );
#undef nsapplication_unhideWithoutActivation_call
}
unsigned long long nsapplication_currentSystemPresentationOptions( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "currentSystemPresentationOptions" );
#define nsapplication_currentSystemPresentationOptions_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_currentSystemPresentationOptions_call( (id)object, methodSelector );
#undef nsapplication_currentSystemPresentationOptions_call
}
void nsapplication_updateWindows( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "updateWindows" );
#define nsapplication_updateWindows_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_updateWindows_call( (id)object, methodSelector );
#undef nsapplication_updateWindows_call
}
nsobject_t nsapplication_makeWindowsPerform( nsapplication_t object, nsselector_t arg0, char arg1 )
{
SEL methodSelector = sel_registerName( "makeWindowsPerform:inOrder:" );
#define nsapplication_makeWindowsPerform_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsselector_t, char ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_makeWindowsPerform_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_makeWindowsPerform_call
}
nsobject_t nsapplication_modalWindow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "modalWindow" );
#define nsapplication_modalWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_modalWindow_call( (id)object, methodSelector );
#undef nsapplication_modalWindow_call
}
void nsapplication_finishLaunching( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "finishLaunching" );
#define nsapplication_finishLaunching_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_finishLaunching_call( (id)object, methodSelector );
#undef nsapplication_finishLaunching_call
}
long long nsapplication_unhide( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "unhide" );
#define nsapplication_unhide_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_unhide_call( (id)object, methodSelector );
#undef nsapplication_unhide_call
}
_NSModalSession* nsapplication_beginModalSessionForWindow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "beginModalSessionForWindow:" );
#define nsapplication_beginModalSessionForWindow_call( obj, selector, arg0 ) ((_NSModalSession* (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_beginModalSessionForWindow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_beginModalSessionForWindow_call
}
void nsapplication_endModalSession( nsapplication_t object, _NSModalSession* arg0 )
{
SEL methodSelector = sel_registerName( "endModalSession:" );
#define nsapplication_endModalSession_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSModalSession* ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_endModalSession_call( (id)object, methodSelector, arg0 );
#undef nsapplication_endModalSession_call
}
long long nsapplication_requestUserAttention( nsapplication_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "requestUserAttention:" );
#define nsapplication_requestUserAttention_call( obj, selector, arg0 ) ((long long (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_requestUserAttention_call( (id)object, methodSelector, arg0 );
#undef nsapplication_requestUserAttention_call
}
void nsapplication_cancelUserAttentionRequest( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "cancelUserAttentionRequest:" );
#define nsapplication_cancelUserAttentionRequest_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_cancelUserAttentionRequest_call( (id)object, methodSelector, arg0 );
#undef nsapplication_cancelUserAttentionRequest_call
}
void nsapplication_replyToApplicationShouldTerminate( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "replyToApplicationShouldTerminate:" );
#define nsapplication_replyToApplicationShouldTerminate_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_replyToApplicationShouldTerminate_call( (id)object, methodSelector, arg0 );
#undef nsapplication_replyToApplicationShouldTerminate_call
}
char nsapplication_shouldRestoreStateOnNextLaunch( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "shouldRestoreStateOnNextLaunch" );
#define nsapplication_shouldRestoreStateOnNextLaunch_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_shouldRestoreStateOnNextLaunch_call( (id)object, methodSelector );
#undef nsapplication_shouldRestoreStateOnNextLaunch_call
}
void nsapplication_encodeRestorableStateWithCoder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "encodeRestorableStateWithCoder:" );
#define nsapplication_encodeRestorableStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_encodeRestorableStateWithCoder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_encodeRestorableStateWithCoder_call
}
void nsapplication_restoreStateWithCoder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "restoreStateWithCoder:" );
#define nsapplication_restoreStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_restoreStateWithCoder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_restoreStateWithCoder_call
}
nsobject_t nsapplication_currentEvent( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "currentEvent" );
#define nsapplication_currentEvent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_currentEvent_call( (id)object, methodSelector );
#undef nsapplication_currentEvent_call
}
void nsapplication_activeSpaceChanged( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "activeSpaceChanged:" );
#define nsapplication_activeSpaceChanged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_activeSpaceChanged_call( (id)object, methodSelector, arg0 );
#undef nsapplication_activeSpaceChanged_call
}
void nsapplication_quickLookPreviewItems( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "quickLookPreviewItems:" );
#define nsapplication_quickLookPreviewItems_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_quickLookPreviewItems_call( (id)object, methodSelector, arg0 );
#undef nsapplication_quickLookPreviewItems_call
}
nsobject_t nsapplication_dockTile( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "dockTile" );
#define nsapplication_dockTile_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_dockTile_call( (id)object, methodSelector );
#undef nsapplication_dockTile_call
}
void nsapplication_setMainMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setMainMenu:" );
#define nsapplication_setMainMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setMainMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setMainMenu_call
}
void nsapplication_stopSpeaking( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "stopSpeaking:" );
#define nsapplication_stopSpeaking_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_stopSpeaking_call( (id)object, methodSelector, arg0 );
#undef nsapplication_stopSpeaking_call
}
char nsapplication_isSpeaking( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isSpeaking" );
#define nsapplication_isSpeaking_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isSpeaking_call( (id)object, methodSelector );
#undef nsapplication_isSpeaking_call
}
void nsapplication_runPageLayout( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "runPageLayout:" );
#define nsapplication_runPageLayout_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_runPageLayout_call( (id)object, methodSelector, arg0 );
#undef nsapplication_runPageLayout_call
}
void nsapplication_startDictation( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "startDictation:" );
#define nsapplication_startDictation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_startDictation_call( (id)object, methodSelector, arg0 );
#undef nsapplication_startDictation_call
}
void nsapplication_stopDictation( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "stopDictation:" );
#define nsapplication_stopDictation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_stopDictation_call( (id)object, methodSelector, arg0 );
#undef nsapplication_stopDictation_call
}
void nsapplication_arrangeInFront( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "arrangeInFront:" );
#define nsapplication_arrangeInFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_arrangeInFront_call( (id)object, methodSelector, arg0 );
#undef nsapplication_arrangeInFront_call
}
void nsapplication_alternateArrangeInFront( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "alternateArrangeInFront:" );
#define nsapplication_alternateArrangeInFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_alternateArrangeInFront_call( (id)object, methodSelector, arg0 );
#undef nsapplication_alternateArrangeInFront_call
}
void nsapplication_miniaturizeAll( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "miniaturizeAll:" );
#define nsapplication_miniaturizeAll_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_miniaturizeAll_call( (id)object, methodSelector, arg0 );
#undef nsapplication_miniaturizeAll_call
}
void nsapplication_zoomAll( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "zoomAll:" );
#define nsapplication_zoomAll_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_zoomAll_call( (id)object, methodSelector, arg0 );
#undef nsapplication_zoomAll_call
}
void nsapplication_unhideAllApplications( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "unhideAllApplications:" );
#define nsapplication_unhideAllApplications_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_unhideAllApplications_call( (id)object, methodSelector, arg0 );
#undef nsapplication_unhideAllApplications_call
}
void nsapplication_hideOtherApplications( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "hideOtherApplications:" );
#define nsapplication_hideOtherApplications_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_hideOtherApplications_call( (id)object, methodSelector, arg0 );
#undef nsapplication_hideOtherApplications_call
}
void nsapplication_toggleTouchBarCustomizationPalette( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "toggleTouchBarCustomizationPalette:" );
#define nsapplication_toggleTouchBarCustomizationPalette_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_toggleTouchBarCustomizationPalette_call( (id)object, methodSelector, arg0 );
#undef nsapplication_toggleTouchBarCustomizationPalette_call
}
void nsapplication_toggleTouchBarControlStripCustomizationPalette( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "toggleTouchBarControlStripCustomizationPalette:" );
#define nsapplication_toggleTouchBarControlStripCustomizationPalette_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_toggleTouchBarControlStripCustomizationPalette_call( (id)object, methodSelector, arg0 );
#undef nsapplication_toggleTouchBarControlStripCustomizationPalette_call
}
void nsapplication_orderFrontColorPanel( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "orderFrontColorPanel:" );
#define nsapplication_orderFrontColorPanel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_orderFrontColorPanel_call( (id)object, methodSelector, arg0 );
#undef nsapplication_orderFrontColorPanel_call
}
void nsapplication_showGuessPanel( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "showGuessPanel:" );
#define nsapplication_showGuessPanel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_showGuessPanel_call( (id)object, methodSelector, arg0 );
#undef nsapplication_showGuessPanel_call
}
void nsapplication_doCommandBySelector( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "doCommandBySelector:" );
#define nsapplication_doCommandBySelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_doCommandBySelector_call( (id)object, methodSelector, arg0 );
#undef nsapplication_doCommandBySelector_call
}
void nsapplication_enterFullScreenMode( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "enterFullScreenMode:" );
#define nsapplication_enterFullScreenMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_enterFullScreenMode_call( (id)object, methodSelector, arg0 );
#undef nsapplication_enterFullScreenMode_call
}
void nsapplication_markAppLaunchComplete( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "markAppLaunchComplete" );
#define nsapplication_markAppLaunchComplete_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_markAppLaunchComplete_call( (id)object, methodSelector );
#undef nsapplication_markAppLaunchComplete_call
}
unsigned long long nsapplication_occlusionState( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "occlusionState" );
#define nsapplication_occlusionState_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_occlusionState_call( (id)object, methodSelector );
#undef nsapplication_occlusionState_call
}
long long nsapplication_openFile( nsapplication_t object, nsobject_t arg0, long long* arg1 )
{
SEL methodSelector = sel_registerName( "openFile:ok:" );
#define nsapplication_openFile_call( obj, selector, arg0, arg1 ) ((long long (*)( id, SEL, nsobject_t, long long* ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_openFile_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_openFile_call
}
long long nsapplication_openTempFile( nsapplication_t object, nsobject_t arg0, long long* arg1 )
{
SEL methodSelector = sel_registerName( "openTempFile:ok:" );
#define nsapplication_openTempFile_call( obj, selector, arg0, arg1 ) ((long long (*)( id, SEL, nsobject_t, long long* ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_openTempFile_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_openTempFile_call
}
void nsapplication_replyToOpenOrPrint( nsapplication_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "replyToOpenOrPrint:" );
#define nsapplication_replyToOpenOrPrint_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_replyToOpenOrPrint_call( (id)object, methodSelector, arg0 );
#undef nsapplication_replyToOpenOrPrint_call
}
void nsapplication_deactivate( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "deactivate" );
#define nsapplication_deactivate_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_deactivate_call( (id)object, methodSelector );
#undef nsapplication_deactivate_call
}
void nsapplication_beginSheet( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsselector_t arg3, void* arg4 )
{
SEL methodSelector = sel_registerName( "beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:" );
#define nsapplication_beginSheet_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsselector_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
nsapplication_beginSheet_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4 );
#undef nsapplication_beginSheet_call
}
void nsapplication_stop( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "stop:" );
#define nsapplication_stop_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_stop_call( (id)object, methodSelector, arg0 );
#undef nsapplication_stop_call
}
void nsapplication_stopModal( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "stopModal" );
#define nsapplication_stopModal_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_stopModal_call( (id)object, methodSelector );
#undef nsapplication_stopModal_call
}
void nsapplication_abortModal( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "abortModal" );
#define nsapplication_abortModal_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_abortModal_call( (id)object, methodSelector );
#undef nsapplication_abortModal_call
}
long long nsapplication_runModalSession( nsapplication_t object, _NSModalSession* arg0 )
{
SEL methodSelector = sel_registerName( "runModalSession:" );
#define nsapplication_runModalSession_call( obj, selector, arg0 ) ((long long (*)( id, SEL, _NSModalSession* ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_runModalSession_call( (id)object, methodSelector, arg0 );
#undef nsapplication_runModalSession_call
}
nsobject_t nsapplication_delayWindowOrdering( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "delayWindowOrdering" );
#define nsapplication_delayWindowOrdering_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_delayWindowOrdering_call( (id)object, methodSelector );
#undef nsapplication_delayWindowOrdering_call
}
void nsapplication_preventWindowOrdering( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "preventWindowOrdering" );
#define nsapplication_preventWindowOrdering_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_preventWindowOrdering_call( (id)object, methodSelector );
#undef nsapplication_preventWindowOrdering_call
}
void nsapplication_onFirstEvent( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "onFirstEvent" );
#define nsapplication_onFirstEvent_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_onFirstEvent_call( (id)object, methodSelector );
#undef nsapplication_onFirstEvent_call
}
void nsapplication_rightMouseDown( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "rightMouseDown:" );
#define nsapplication_rightMouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_rightMouseDown_call( (id)object, methodSelector, arg0 );
#undef nsapplication_rightMouseDown_call
}
void nsapplication_event( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "event:wouldActivateWindow:" );
#define nsapplication_event_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_event_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_event_call
}
void nsapplication_quickLookPreviewItemsAtWindowLocation( nsapplication_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "quickLookPreviewItemsAtWindowLocation:" );
#define nsapplication_quickLookPreviewItemsAtWindowLocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_quickLookPreviewItemsAtWindowLocation_call( (id)object, methodSelector, arg0 );
#undef nsapplication_quickLookPreviewItemsAtWindowLocation_call
}
nsobject_t nsapplication_frontWindow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "frontWindow" );
#define nsapplication_frontWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_frontWindow_call( (id)object, methodSelector );
#undef nsapplication_frontWindow_call
}
nsobject_t nsapplication_applicationIconImage( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "applicationIconImage" );
#define nsapplication_applicationIconImage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_applicationIconImage_call( (id)object, methodSelector );
#undef nsapplication_applicationIconImage_call
}
char nsapplication_setActivationPolicy( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setActivationPolicy:" );
#define nsapplication_setActivationPolicy_call( obj, selector, arg0 ) ((char (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_setActivationPolicy_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setActivationPolicy_call
}
void nsapplication_setMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setMenu:" );
#define nsapplication_setMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setMenu_call
}
void nsapplication_setHelpMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setHelpMenu:" );
#define nsapplication_setHelpMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setHelpMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setHelpMenu_call
}
nsobject_t nsapplication_helpMenu( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "helpMenu" );
#define nsapplication_helpMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_helpMenu_call( (id)object, methodSelector );
#undef nsapplication_helpMenu_call
}
void nsapplication_setDockMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setDockMenu:" );
#define nsapplication_setDockMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setDockMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setDockMenu_call
}
void nsapplication_reportException( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "reportException:" );
#define nsapplication_reportException_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_reportException_call( (id)object, methodSelector, arg0 );
#undef nsapplication_reportException_call
}
void nsapplication_speechSynthesizer( nsapplication_t object, nsobject_t arg0, char arg1 )
{
SEL methodSelector = sel_registerName( "speechSynthesizer:didFinishSpeaking:" );
#define nsapplication_speechSynthesizer_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_speechSynthesizer_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_speechSynthesizer_call
}
char nsapplication_isFullKeyboardAccessEnabled( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isFullKeyboardAccessEnabled" );
#define nsapplication_isFullKeyboardAccessEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isFullKeyboardAccessEnabled_call( (id)object, methodSelector );
#undef nsapplication_isFullKeyboardAccessEnabled_call
}
void nsapplication_setPresentationOptions( nsapplication_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "setPresentationOptions:" );
#define nsapplication_setPresentationOptions_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setPresentationOptions_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setPresentationOptions_call
}
void nsapplication_setCanEnterFullScreenMode( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setCanEnterFullScreenMode:" );
#define nsapplication_setCanEnterFullScreenMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setCanEnterFullScreenMode_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setCanEnterFullScreenMode_call
}
void nsapplication_abortAllToolTips( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "abortAllToolTips" );
#define nsapplication_abortAllToolTips_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_abortAllToolTips_call( (id)object, methodSelector );
#undef nsapplication_abortAllToolTips_call
}
nsobject_t nsapplication_addMemoryPressureMonitorUsingHandler( nsapplication_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "addMemoryPressureMonitorUsingHandler:" );
#define nsapplication_addMemoryPressureMonitorUsingHandler_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_addMemoryPressureMonitorUsingHandler_call( (id)object, methodSelector, arg0 );
#undef nsapplication_addMemoryPressureMonitorUsingHandler_call
}
void nsapplication_removeMemoryPressureMonitor( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeMemoryPressureMonitor:" );
#define nsapplication_removeMemoryPressureMonitor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_removeMemoryPressureMonitor_call( (id)object, methodSelector, arg0 );
#undef nsapplication_removeMemoryPressureMonitor_call
}
nsobject_t nsapplication_addIdleMonitorUsingHandler( nsapplication_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "addIdleMonitorUsingHandler:" );
#define nsapplication_addIdleMonitorUsingHandler_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_addIdleMonitorUsingHandler_call( (id)object, methodSelector, arg0 );
#undef nsapplication_addIdleMonitorUsingHandler_call
}
void nsapplication_removeIdleMonitor( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeIdleMonitor:" );
#define nsapplication_removeIdleMonitor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_removeIdleMonitor_call( (id)object, methodSelector, arg0 );
#undef nsapplication_removeIdleMonitor_call
}
long long nsapplication_memoryStatus( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "memoryStatus" );
#define nsapplication_memoryStatus_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_memoryStatus_call( (id)object, methodSelector );
#undef nsapplication_memoryStatus_call
}
char nsapplication_presentError( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "presentError:" );
#define nsapplication_presentError_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_presentError_call( (id)object, methodSelector, arg0 );
#undef nsapplication_presentError_call
}
nsobject_t nsapplication_willPresentError( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "willPresentError:" );
#define nsapplication_willPresentError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_willPresentError_call( (id)object, methodSelector, arg0 );
#undef nsapplication_willPresentError_call
}
void nsapplication_registerForRemoteNotificationTypes( nsapplication_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "registerForRemoteNotificationTypes:" );
#define nsapplication_registerForRemoteNotificationTypes_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_registerForRemoteNotificationTypes_call( (id)object, methodSelector, arg0 );
#undef nsapplication_registerForRemoteNotificationTypes_call
}
void nsapplication_registerForRemoteNotifications( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "registerForRemoteNotifications" );
#define nsapplication_registerForRemoteNotifications_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_registerForRemoteNotifications_call( (id)object, methodSelector );
#undef nsapplication_registerForRemoteNotifications_call
}
void nsapplication_unregisterForRemoteNotifications( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "unregisterForRemoteNotifications" );
#define nsapplication_unregisterForRemoteNotifications_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_unregisterForRemoteNotifications_call( (id)object, methodSelector );
#undef nsapplication_unregisterForRemoteNotifications_call
}
char nsapplication_isRegisteredForRemoteNotifications( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isRegisteredForRemoteNotifications" );
#define nsapplication_isRegisteredForRemoteNotifications_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isRegisteredForRemoteNotifications_call( (id)object, methodSelector );
#undef nsapplication_isRegisteredForRemoteNotifications_call
}
unsigned long long nsapplication_enabledRemoteNotificationTypes( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "enabledRemoteNotificationTypes" );
#define nsapplication_enabledRemoteNotificationTypes_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_enabledRemoteNotificationTypes_call( (id)object, methodSelector );
#undef nsapplication_enabledRemoteNotificationTypes_call
}
char nsapplication_isRunningTest( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isRunningTest" );
#define nsapplication_isRunningTest_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isRunningTest_call( (id)object, methodSelector );
#undef nsapplication_isRunningTest_call
}
char nsapplication_isRunningQuitTest( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isRunningQuitTest" );
#define nsapplication_isRunningQuitTest_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isRunningQuitTest_call( (id)object, methodSelector );
#undef nsapplication_isRunningQuitTest_call
}
char nsapplication_runTest( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "runTest:options:" );
#define nsapplication_runTest_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_runTest_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_runTest_call
}
void nsapplication_startedTest( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "startedTest:" );
#define nsapplication_startedTest_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_startedTest_call( (id)object, methodSelector, arg0 );
#undef nsapplication_startedTest_call
}
void nsapplication_finishedTest( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "finishedTest:" );
#define nsapplication_finishedTest_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_finishedTest_call( (id)object, methodSelector, arg0 );
#undef nsapplication_finishedTest_call
}
void nsapplication_failedTest( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "failedTest:" );
#define nsapplication_failedTest_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_failedTest_call( (id)object, methodSelector, arg0 );
#undef nsapplication_failedTest_call
}
void nsapplication_startedSubTest( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "startedSubTest:forTest:" );
#define nsapplication_startedSubTest_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_startedSubTest_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_startedSubTest_call
}
void nsapplication_finishedSubTest( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "finishedSubTest:forTest:" );
#define nsapplication_finishedSubTest_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_finishedSubTest_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_finishedSubTest_call
}
void nsapplication_installCACommitCompletionBlock( nsapplication_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "installCACommitCompletionBlock:" );
#define nsapplication_installCACommitCompletionBlock_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_installCACommitCompletionBlock_call( (id)object, methodSelector, arg0 );
#undef nsapplication_installCACommitCompletionBlock_call
}
void nsapplication_performScrollTestOnScrollView( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
{
SEL methodSelector = sel_registerName( "performScrollTestOnScrollView:usingTestName:completionHandler:" );
#define nsapplication_performScrollTestOnScrollView_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_performScrollTestOnScrollView_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_performScrollTestOnScrollView_call
}
void nsapplication_performResizeTestOnWindow( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
{
SEL methodSelector = sel_registerName( "performResizeTestOnWindow:usingTestName:completionHandler:" );
#define nsapplication_performResizeTestOnWindow_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_performResizeTestOnWindow_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_performResizeTestOnWindow_call
}
void nsapplication_performActivateDeactivateTestUsingTestName( nsapplication_t object, nsobject_t arg0, nsobject_t* arg1 )
{
SEL methodSelector = sel_registerName( "performActivateDeactivateTestUsingTestName:completionHandler:" );
#define nsapplication_performActivateDeactivateTestUsingTestName_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_performActivateDeactivateTestUsingTestName_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_performActivateDeactivateTestUsingTestName_call
}
char nsapplication_isLaunchedForTesting( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isLaunchedForTesting" );
#define nsapplication_isLaunchedForTesting_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isLaunchedForTesting_call( (id)object, methodSelector );
#undef nsapplication_isLaunchedForTesting_call
}
void nsapplication_disableRelaunchOnLogin( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "disableRelaunchOnLogin" );
#define nsapplication_disableRelaunchOnLogin_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_disableRelaunchOnLogin_call( (id)object, methodSelector );
#undef nsapplication_disableRelaunchOnLogin_call
}
void nsapplication_enableRelaunchOnLogin( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "enableRelaunchOnLogin" );
#define nsapplication_enableRelaunchOnLogin_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_enableRelaunchOnLogin_call( (id)object, methodSelector );
#undef nsapplication_enableRelaunchOnLogin_call
}
void nsapplication_importFromDevice( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "importFromDevice:" );
#define nsapplication_importFromDevice_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_importFromDevice_call( (id)object, methodSelector, arg0 );
#undef nsapplication_importFromDevice_call
}
nsobject_t nsapplication_accessibilityExtrasMenuBarAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityExtrasMenuBarAttribute" );
#define nsapplication_accessibilityExtrasMenuBarAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityExtrasMenuBarAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityExtrasMenuBarAttribute_call
}
nsobject_t nsapplication_accessibilityMenuBarAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMenuBarAttribute" );
#define nsapplication_accessibilityMenuBarAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMenuBarAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMenuBarAttribute_call
}
nsobject_t nsapplication_accessibilityWindowsAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityWindowsAttribute" );
#define nsapplication_accessibilityWindowsAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityWindowsAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityWindowsAttribute_call
}
nsobject_t nsapplication_accessibilityFunctionRowTopLevelElementsAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFunctionRowTopLevelElementsAttribute" );
#define nsapplication_accessibilityFunctionRowTopLevelElementsAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFunctionRowTopLevelElementsAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFunctionRowTopLevelElementsAttribute_call
}
nsobject_t nsapplication_accessibilityFocusedWindowAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFocusedWindowAttribute" );
#define nsapplication_accessibilityFocusedWindowAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFocusedWindowAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFocusedWindowAttribute_call
}
void nsapplication_set_currentWordHighlightInfo( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "set_currentWordHighlightInfo:" );
#define nsapplication_set_currentWordHighlightInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_set_currentWordHighlightInfo_call( (id)object, methodSelector, arg0 );
#undef nsapplication_set_currentWordHighlightInfo_call
}
void nsapplication_set_currentSentenceHighlightInfo( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "set_currentSentenceHighlightInfo:" );
#define nsapplication_set_currentSentenceHighlightInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_set_currentSentenceHighlightInfo_call( (id)object, methodSelector, arg0 );
#undef nsapplication_set_currentSentenceHighlightInfo_call
}
void nsapplication_accessibilityWorkaroundAddExtraWindow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityWorkaroundAddExtraWindow:" );
#define nsapplication_accessibilityWorkaroundAddExtraWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilityWorkaroundAddExtraWindow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityWorkaroundAddExtraWindow_call
}
void nsapplication_accessibilityWorkaroundRemoveExtraWindow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityWorkaroundRemoveExtraWindow:" );
#define nsapplication_accessibilityWorkaroundRemoveExtraWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilityWorkaroundRemoveExtraWindow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityWorkaroundRemoveExtraWindow_call
}
nsobject_t nsapplication_accessibilityTitleAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTitleAttribute" );
#define nsapplication_accessibilityTitleAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityTitleAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityTitleAttribute_call
}
char nsapplication_accessibilityIsTitleAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsTitleAttributeSettable" );
#define nsapplication_accessibilityIsTitleAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsTitleAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsTitleAttributeSettable_call
}
char nsapplication_accessibilityIsMenuBarAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsMenuBarAttributeSettable" );
#define nsapplication_accessibilityIsMenuBarAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsMenuBarAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsMenuBarAttributeSettable_call
}
char nsapplication_accessibilityIsWindowsAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsWindowsAttributeSettable" );
#define nsapplication_accessibilityIsWindowsAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsWindowsAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsWindowsAttributeSettable_call
}
nsobject_t nsapplication_accessibilityChildrenInNavigationOrderAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityChildrenInNavigationOrderAttribute" );
#define nsapplication_accessibilityChildrenInNavigationOrderAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityChildrenInNavigationOrderAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityChildrenInNavigationOrderAttribute_call
}
char nsapplication_accessibilityIsChildrenAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsChildrenAttributeSettable" );
#define nsapplication_accessibilityIsChildrenAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsChildrenAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsChildrenAttributeSettable_call
}
nsobject_t nsapplication_accessibilityFrontmostAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFrontmostAttribute" );
#define nsapplication_accessibilityFrontmostAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFrontmostAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFrontmostAttribute_call
}
char nsapplication_accessibilityIsFrontmostAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsFrontmostAttributeSettable" );
#define nsapplication_accessibilityIsFrontmostAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsFrontmostAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsFrontmostAttributeSettable_call
}
void nsapplication_accessibilitySetFrontmostAttribute( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilitySetFrontmostAttribute:" );
#define nsapplication_accessibilitySetFrontmostAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilitySetFrontmostAttribute_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilitySetFrontmostAttribute_call
}
nsobject_t nsapplication_accessibilityHiddenAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHiddenAttribute" );
#define nsapplication_accessibilityHiddenAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityHiddenAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityHiddenAttribute_call
}
char nsapplication_accessibilityIsHiddenAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsHiddenAttributeSettable" );
#define nsapplication_accessibilityIsHiddenAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsHiddenAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsHiddenAttributeSettable_call
}
void nsapplication_accessibilitySetHiddenAttribute( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilitySetHiddenAttribute:" );
#define nsapplication_accessibilitySetHiddenAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilitySetHiddenAttribute_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilitySetHiddenAttribute_call
}
nsobject_t nsapplication_accessibilityMainWindowAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMainWindowAttribute" );
#define nsapplication_accessibilityMainWindowAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMainWindowAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMainWindowAttribute_call
}
char nsapplication_accessibilityIsMainWindowAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsMainWindowAttributeSettable" );
#define nsapplication_accessibilityIsMainWindowAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsMainWindowAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsMainWindowAttributeSettable_call
}
char nsapplication_accessibilityIsFocusedWindowAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsFocusedWindowAttributeSettable" );
#define nsapplication_accessibilityIsFocusedWindowAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsFocusedWindowAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsFocusedWindowAttributeSettable_call
}
nsobject_t nsapplication_accessibilityFocusedUIElementAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFocusedUIElementAttribute" );
#define nsapplication_accessibilityFocusedUIElementAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFocusedUIElementAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFocusedUIElementAttribute_call
}
char nsapplication_accessibilityIsFocusedUIElementAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsFocusedUIElementAttributeSettable" );
#define nsapplication_accessibilityIsFocusedUIElementAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsFocusedUIElementAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsFocusedUIElementAttributeSettable_call
}
nsobject_t nsapplication_accessibilityEnhancedUserInterfaceAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityEnhancedUserInterfaceAttribute" );
#define nsapplication_accessibilityEnhancedUserInterfaceAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityEnhancedUserInterfaceAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityEnhancedUserInterfaceAttribute_call
}
char nsapplication_accessibilityIsEnhancedUserInterfaceAttributeSettable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIsEnhancedUserInterfaceAttributeSettable" );
#define nsapplication_accessibilityIsEnhancedUserInterfaceAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIsEnhancedUserInterfaceAttributeSettable_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIsEnhancedUserInterfaceAttributeSettable_call
}
void nsapplication_accessibilitySetEnhancedUserInterfaceAttribute( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilitySetEnhancedUserInterfaceAttribute:" );
#define nsapplication_accessibilitySetEnhancedUserInterfaceAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilitySetEnhancedUserInterfaceAttribute_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilitySetEnhancedUserInterfaceAttribute_call
}
nsobject_t nsapplication_accessibilityAuditIssuesAttribute( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAuditIssuesAttribute" );
#define nsapplication_accessibilityAuditIssuesAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityAuditIssuesAttribute_call( (id)object, methodSelector );
#undef nsapplication_accessibilityAuditIssuesAttribute_call
}
void nsapplication_setAccessibilityMovingFromTable( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMovingFromTable:" );
#define nsapplication_setAccessibilityMovingFromTable_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMovingFromTable_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMovingFromTable_call
}
char nsapplication_isAccessibilityMainThreadIdleNotificationSupported( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityMainThreadIdleNotificationSupported" );
#define nsapplication_isAccessibilityMainThreadIdleNotificationSupported_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityMainThreadIdleNotificationSupported_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityMainThreadIdleNotificationSupported_call
}
char nsapplication_isAccessibilityMainThreadIdleNotificationEnabled( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityMainThreadIdleNotificationEnabled" );
#define nsapplication_isAccessibilityMainThreadIdleNotificationEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityMainThreadIdleNotificationEnabled_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityMainThreadIdleNotificationEnabled_call
}
char nsapplication_isAccessibilityEventProcessedNotificationSupported( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityEventProcessedNotificationSupported" );
#define nsapplication_isAccessibilityEventProcessedNotificationSupported_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityEventProcessedNotificationSupported_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityEventProcessedNotificationSupported_call
}
char nsapplication_isAccessibilityEventProcessedNotificationEnabled( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityEventProcessedNotificationEnabled" );
#define nsapplication_isAccessibilityEventProcessedNotificationEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityEventProcessedNotificationEnabled_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityEventProcessedNotificationEnabled_call
}
char nsapplication_isAccessibilityMovingFromTable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityMovingFromTable" );
#define nsapplication_isAccessibilityMovingFromTable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityMovingFromTable_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityMovingFromTable_call
}
void nsapplication_accessibilityFocusChangedToElement( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityFocusChangedToElement:" );
#define nsapplication_accessibilityFocusChangedToElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilityFocusChangedToElement_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityFocusChangedToElement_call
}
nsobject_t nsapplication_orderedDocuments( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "orderedDocuments" );
#define nsapplication_orderedDocuments_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_orderedDocuments_call( (id)object, methodSelector );
#undef nsapplication_orderedDocuments_call
}
nsobject_t nsapplication_orderedWindows( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "orderedWindows" );
#define nsapplication_orderedWindows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_orderedWindows_call( (id)object, methodSelector );
#undef nsapplication_orderedWindows_call
}
nsobject_t nsapplication_valueInOrderedWindowsWithUniqueID( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "valueInOrderedWindowsWithUniqueID:" );
#define nsapplication_valueInOrderedWindowsWithUniqueID_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_valueInOrderedWindowsWithUniqueID_call( (id)object, methodSelector, arg0 );
#undef nsapplication_valueInOrderedWindowsWithUniqueID_call
}
nsobject_t nsapplication_handleOpenScriptCommand( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "handleOpenScriptCommand:" );
#define nsapplication_handleOpenScriptCommand_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_handleOpenScriptCommand_call( (id)object, methodSelector, arg0 );
#undef nsapplication_handleOpenScriptCommand_call
}
void nsapplication_handlePrintScriptCommand( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "handlePrintScriptCommand:" );
#define nsapplication_handlePrintScriptCommand_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_handlePrintScriptCommand_call( (id)object, methodSelector, arg0 );
#undef nsapplication_handlePrintScriptCommand_call
}
void nsapplication_handleQuitScriptCommand( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "handleQuitScriptCommand:" );
#define nsapplication_handleQuitScriptCommand_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_handleQuitScriptCommand_call( (id)object, methodSelector, arg0 );
#undef nsapplication_handleQuitScriptCommand_call
}
long long nsapplication_runModalForCarbonWindow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "runModalForCarbonWindow:" );
#define nsapplication_runModalForCarbonWindow_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_runModalForCarbonWindow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_runModalForCarbonWindow_call
}
char nsapplication_sendAction( nsapplication_t object, nsselector_t arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "sendAction:to:from:" );
#define nsapplication_sendAction_call( obj, selector, arg0, arg1, arg2 ) ((char (*)( id, SEL, nsselector_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return nsapplication_sendAction_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_sendAction_call
}
void nsapplication_setAppearance( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAppearance:" );
#define nsapplication_setAppearance_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAppearance_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAppearance_call
}
char nsapplication_areCursorRectsEnabled( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "areCursorRectsEnabled" );
#define nsapplication_areCursorRectsEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_areCursorRectsEnabled_call( (id)object, methodSelector );
#undef nsapplication_areCursorRectsEnabled_call
}
void nsapplication_addWindowsItem( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, char arg2 )
{
SEL methodSelector = sel_registerName( "addWindowsItem:title:filename:" );
#define nsapplication_addWindowsItem_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_addWindowsItem_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_addWindowsItem_call
}
char nsapplication_restoreWindowWithIdentifier( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
{
SEL methodSelector = sel_registerName( "restoreWindowWithIdentifier:state:completionHandler:" );
#define nsapplication_restoreWindowWithIdentifier_call( obj, selector, arg0, arg1, arg2 ) ((char (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return nsapplication_restoreWindowWithIdentifier_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_restoreWindowWithIdentifier_call
}
nsobject_t nsapplication_NS_touchBarProviders( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "NS_touchBarProviders" );
#define nsapplication_NS_touchBarProviders_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_NS_touchBarProviders_call( (id)object, methodSelector );
#undef nsapplication_NS_touchBarProviders_call
}
nsobject_t nsapplication_NS_touchBarProvidersKeyPaths( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "NS_touchBarProvidersKeyPaths" );
#define nsapplication_NS_touchBarProvidersKeyPaths_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_NS_touchBarProvidersKeyPaths_call( (id)object, methodSelector );
#undef nsapplication_NS_touchBarProvidersKeyPaths_call
}
void nsapplication_orderFrontPreferencesPanel( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "orderFrontPreferencesPanel:" );
#define nsapplication_orderFrontPreferencesPanel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_orderFrontPreferencesPanel_call( (id)object, methodSelector, arg0 );
#undef nsapplication_orderFrontPreferencesPanel_call
}
char nsapplication_shouldBeTreatedAsInkEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "shouldBeTreatedAsInkEvent:" );
#define nsapplication_shouldBeTreatedAsInkEvent_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_shouldBeTreatedAsInkEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_shouldBeTreatedAsInkEvent_call
}
void nsapplication_discardEventsMatchingMask( nsapplication_t object, unsigned long long arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "discardEventsMatchingMask:beforeEvent:" );
#define nsapplication_discardEventsMatchingMask_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_discardEventsMatchingMask_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_discardEventsMatchingMask_call
}
char nsapplication_tryToPerform( nsapplication_t object, nsselector_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "tryToPerform:with:" );
#define nsapplication_tryToPerform_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_tryToPerform_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_tryToPerform_call
}
void nsapplication_orderFrontFontPanel( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "orderFrontFontPanel:" );
#define nsapplication_orderFrontFontPanel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_orderFrontFontPanel_call( (id)object, methodSelector, arg0 );
#undef nsapplication_orderFrontFontPanel_call
}
void nsapplication_activateContextHelpMode( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "activateContextHelpMode:" );
#define nsapplication_activateContextHelpMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_activateContextHelpMode_call( (id)object, methodSelector, arg0 );
#undef nsapplication_activateContextHelpMode_call
}
void nsapplication_showHelp( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "showHelp:" );
#define nsapplication_showHelp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_showHelp_call( (id)object, methodSelector, arg0 );
#undef nsapplication_showHelp_call
}
void nsapplication_setServicesMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setServicesMenu:" );
#define nsapplication_setServicesMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setServicesMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setServicesMenu_call
}
void nsapplication_setWindowsMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setWindowsMenu:" );
#define nsapplication_setWindowsMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setWindowsMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setWindowsMenu_call
}
void nsapplication_setAppleMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAppleMenu:" );
#define nsapplication_setAppleMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAppleMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAppleMenu_call
}
unsigned long long nsapplication_gestureEventMask( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "gestureEventMask" );
#define nsapplication_gestureEventMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_gestureEventMask_call( (id)object, methodSelector );
#undef nsapplication_gestureEventMask_call
}
void nsapplication_setGestureEventMask( nsapplication_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "setGestureEventMask:" );
#define nsapplication_setGestureEventMask_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setGestureEventMask_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setGestureEventMask_call
}
nsobject_t nsapplication_servicesProvider( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "servicesProvider" );
#define nsapplication_servicesProvider_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_servicesProvider_call( (id)object, methodSelector );
#undef nsapplication_servicesProvider_call
}
void nsapplication_setServicesProvider( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setServicesProvider:" );
#define nsapplication_setServicesProvider_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setServicesProvider_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setServicesProvider_call
}
void nsapplication_registerServiceProvider( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "registerServiceProvider:withName:" );
#define nsapplication_registerServiceProvider_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_registerServiceProvider_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_registerServiceProvider_call
}
void nsapplication_unregisterServiceProviderNamed( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "unregisterServiceProviderNamed:" );
#define nsapplication_unregisterServiceProviderNamed_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_unregisterServiceProviderNamed_call( (id)object, methodSelector, arg0 );
#undef nsapplication_unregisterServiceProviderNamed_call
}
void nsapplication_orderFrontStandardAboutPanelWithOptions( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "orderFrontStandardAboutPanelWithOptions:" );
#define nsapplication_orderFrontStandardAboutPanelWithOptions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_orderFrontStandardAboutPanelWithOptions_call( (id)object, methodSelector, arg0 );
#undef nsapplication_orderFrontStandardAboutPanelWithOptions_call
}
void nsapplication_orderFrontStandardAboutPanel( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "orderFrontStandardAboutPanel:" );
#define nsapplication_orderFrontStandardAboutPanel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_orderFrontStandardAboutPanel_call( (id)object, methodSelector, arg0 );
#undef nsapplication_orderFrontStandardAboutPanel_call
}
void nsapplication_registerServicesMenuSendTypes( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "registerServicesMenuSendTypes:returnTypes:" );
#define nsapplication_registerServicesMenuSendTypes_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_registerServicesMenuSendTypes_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_registerServicesMenuSendTypes_call
}
void nsapplication_updateWindowsItem( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "updateWindowsItem:" );
#define nsapplication_updateWindowsItem_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_updateWindowsItem_call( (id)object, methodSelector, arg0 );
#undef nsapplication_updateWindowsItem_call
}
char nsapplication_isAutomaticCustomizeTouchBarMenuItemEnabled( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAutomaticCustomizeTouchBarMenuItemEnabled" );
#define nsapplication_isAutomaticCustomizeTouchBarMenuItemEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAutomaticCustomizeTouchBarMenuItemEnabled_call( (id)object, methodSelector );
#undef nsapplication_isAutomaticCustomizeTouchBarMenuItemEnabled_call
}
void nsapplication_setAutomaticCustomizeTouchBarMenuItemEnabled( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAutomaticCustomizeTouchBarMenuItemEnabled:" );
#define nsapplication_setAutomaticCustomizeTouchBarMenuItemEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAutomaticCustomizeTouchBarMenuItemEnabled_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAutomaticCustomizeTouchBarMenuItemEnabled_call
}
void nsapplication_resetAutomaticCustomizeTouchBarMenuItemEnabled( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "resetAutomaticCustomizeTouchBarMenuItemEnabled" );
#define nsapplication_resetAutomaticCustomizeTouchBarMenuItemEnabled_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_resetAutomaticCustomizeTouchBarMenuItemEnabled_call( (id)object, methodSelector );
#undef nsapplication_resetAutomaticCustomizeTouchBarMenuItemEnabled_call
}
void nsapplication_removeWindowsItem( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeWindowsItem:" );
#define nsapplication_removeWindowsItem_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_removeWindowsItem_call( (id)object, methodSelector, arg0 );
#undef nsapplication_removeWindowsItem_call
}
void nsapplication_changeWindowsItem( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, char arg2 )
{
SEL methodSelector = sel_registerName( "changeWindowsItem:title:filename:" );
#define nsapplication_changeWindowsItem_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_changeWindowsItem_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_changeWindowsItem_call
}
nsobject_t nsapplication_servicesMenu( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "servicesMenu" );
#define nsapplication_servicesMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_servicesMenu_call( (id)object, methodSelector );
#undef nsapplication_servicesMenu_call
}
void nsapplication_registerUserInterfaceItemSearchHandler( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "registerUserInterfaceItemSearchHandler:" );
#define nsapplication_registerUserInterfaceItemSearchHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_registerUserInterfaceItemSearchHandler_call( (id)object, methodSelector, arg0 );
#undef nsapplication_registerUserInterfaceItemSearchHandler_call
}
void nsapplication_unregisterUserInterfaceItemSearchHandler( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "unregisterUserInterfaceItemSearchHandler:" );
#define nsapplication_unregisterUserInterfaceItemSearchHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_unregisterUserInterfaceItemSearchHandler_call( (id)object, methodSelector, arg0 );
#undef nsapplication_unregisterUserInterfaceItemSearchHandler_call
}
char nsapplication_searchString( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, _NSRange arg2, _NSRange* arg3 )
{
SEL methodSelector = sel_registerName( "searchString:inUserInterfaceItemString:searchRange:foundRange:" );
#define nsapplication_searchString_call( obj, selector, arg0, arg1, arg2, arg3 ) ((char (*)( id, SEL, nsobject_t, nsobject_t, _NSRange, _NSRange* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return nsapplication_searchString_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef nsapplication_searchString_call
}
char nsapplication_isDefaultHelpBookSearchEnabled( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isDefaultHelpBookSearchEnabled" );
#define nsapplication_isDefaultHelpBookSearchEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isDefaultHelpBookSearchEnabled_call( (id)object, methodSelector );
#undef nsapplication_isDefaultHelpBookSearchEnabled_call
}
void nsapplication_setDefaultHelpBookSearchEnabled( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setDefaultHelpBookSearchEnabled:" );
#define nsapplication_setDefaultHelpBookSearchEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setDefaultHelpBookSearchEnabled_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setDefaultHelpBookSearchEnabled_call
}
void nsapplication_extendStateRestoration( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "extendStateRestoration" );
#define nsapplication_extendStateRestoration_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_extendStateRestoration_call( (id)object, methodSelector );
#undef nsapplication_extendStateRestoration_call
}
void nsapplication_completeStateRestoration( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "completeStateRestoration" );
#define nsapplication_completeStateRestoration_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_completeStateRestoration_call( (id)object, methodSelector );
#undef nsapplication_completeStateRestoration_call
}
nsobject_t nsapplication_retain( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "retain" );
#define nsapplication_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_retain_call( (id)object, methodSelector );
#undef nsapplication_retain_call
}
unsigned long long nsapplication_retainCount( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "retainCount" );
#define nsapplication_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_retainCount_call( (id)object, methodSelector );
#undef nsapplication_retainCount_call
}
void nsapplication_userActivityWasContinued( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "userActivityWasContinued:" );
#define nsapplication_userActivityWasContinued_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_userActivityWasContinued_call( (id)object, methodSelector, arg0 );
#undef nsapplication_userActivityWasContinued_call
}
char nsapplication_acceptsFirstResponder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "acceptsFirstResponder" );
#define nsapplication_acceptsFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_acceptsFirstResponder_call( (id)object, methodSelector );
#undef nsapplication_acceptsFirstResponder_call
}
void nsapplication_tabletPoint( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "tabletPoint:" );
#define nsapplication_tabletPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_tabletPoint_call( (id)object, methodSelector, arg0 );
#undef nsapplication_tabletPoint_call
}
void nsapplication_pressureChangeWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "pressureChangeWithEvent:" );
#define nsapplication_pressureChangeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_pressureChangeWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_pressureChangeWithEvent_call
}
void nsapplication_setAccessibilitySubrole( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySubrole:" );
#define nsapplication_setAccessibilitySubrole_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySubrole_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySubrole_call
}
nsobject_t nsapplication_accessibilitySubrole( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySubrole" );
#define nsapplication_accessibilitySubrole_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySubrole_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySubrole_call
}
void nsapplication_mouseDown( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mouseDown:" );
#define nsapplication_mouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_mouseDown_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mouseDown_call
}
nsobject_t nsapplication_accessibilityDecrementButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDecrementButton" );
#define nsapplication_accessibilityDecrementButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityDecrementButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityDecrementButton_call
}
nsobject_t nsapplication_accessibilityIncrementButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIncrementButton" );
#define nsapplication_accessibilityIncrementButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIncrementButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIncrementButton_call
}
nsobject_t nsapplication_accessibilityChildren( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityChildren" );
#define nsapplication_accessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityChildren_call( (id)object, methodSelector );
#undef nsapplication_accessibilityChildren_call
}
nsobject_t nsapplication_accessibilityRole( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRole" );
#define nsapplication_accessibilityRole_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRole_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRole_call
}
nsobject_t nsapplication_accessibilityLabel( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLabel" );
#define nsapplication_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityLabel_call( (id)object, methodSelector );
#undef nsapplication_accessibilityLabel_call
}
long long nsapplication_accessibilityIndex( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIndex" );
#define nsapplication_accessibilityIndex_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIndex_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIndex_call
}
nsobject_t nsapplication_accessibilityCustomActions( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
#define nsapplication_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityCustomActions_call( (id)object, methodSelector );
#undef nsapplication_accessibilityCustomActions_call
}
nsobject_t nsapplication_accessibilityChildrenInNavigationOrder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityChildrenInNavigationOrder" );
#define nsapplication_accessibilityChildrenInNavigationOrder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityChildrenInNavigationOrder_call( (id)object, methodSelector );
#undef nsapplication_accessibilityChildrenInNavigationOrder_call
}
char nsapplication_isAccessibilityElement( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
#define nsapplication_isAccessibilityElement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityElement_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityElement_call
}
char nsapplication_performKeyEquivalent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "performKeyEquivalent:" );
#define nsapplication_performKeyEquivalent_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_performKeyEquivalent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_performKeyEquivalent_call
}
nsobject_t nsapplication_nextResponder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "nextResponder" );
#define nsapplication_nextResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_nextResponder_call( (id)object, methodSelector );
#undef nsapplication_nextResponder_call
}
long long nsapplication_accessibilityRowCount( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRowCount" );
#define nsapplication_accessibilityRowCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRowCount_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRowCount_call
}
nsobject_t nsapplication_accessibilityVisibleChildren( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVisibleChildren" );
#define nsapplication_accessibilityVisibleChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityVisibleChildren_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVisibleChildren_call
}
void nsapplication_setAccessibilityIndex( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityIndex:" );
#define nsapplication_setAccessibilityIndex_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityIndex_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityIndex_call
}
nsobject_t nsapplication_accessibilityRoleDescription( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRoleDescription" );
#define nsapplication_accessibilityRoleDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRoleDescription_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRoleDescription_call
}
long long nsapplication_accessibilityColumnCount( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityColumnCount" );
#define nsapplication_accessibilityColumnCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityColumnCount_call( (id)object, methodSelector );
#undef nsapplication_accessibilityColumnCount_call
}
nsobject_t nsapplication_accessibilitySelectedChildren( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySelectedChildren" );
#define nsapplication_accessibilitySelectedChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySelectedChildren_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySelectedChildren_call
}
void nsapplication_setAccessibilitySelectedChildren( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySelectedChildren:" );
#define nsapplication_setAccessibilitySelectedChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySelectedChildren_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySelectedChildren_call
}
nsobject_t nsapplication_accessibilitySelectedCells( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySelectedCells" );
#define nsapplication_accessibilitySelectedCells_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySelectedCells_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySelectedCells_call
}
void nsapplication_mouseEntered( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mouseEntered:" );
#define nsapplication_mouseEntered_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_mouseEntered_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mouseEntered_call
}
void nsapplication_mouseMoved( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mouseMoved:" );
#define nsapplication_mouseMoved_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_mouseMoved_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mouseMoved_call
}
void nsapplication_mouseExited( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mouseExited:" );
#define nsapplication_mouseExited_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_mouseExited_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mouseExited_call
}
void nsapplication_setAccessibilityLabel( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
#define nsapplication_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityLabel_call
}
void nsapplication_setTouchBar( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setTouchBar:" );
#define nsapplication_setTouchBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setTouchBar_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setTouchBar_call
}
void nsapplication_invalidateRestorableState( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "invalidateRestorableState" );
#define nsapplication_invalidateRestorableState_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_invalidateRestorableState_call( (id)object, methodSelector );
#undef nsapplication_invalidateRestorableState_call
}
char nsapplication_isAccessibilityFocused( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityFocused" );
#define nsapplication_isAccessibilityFocused_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityFocused_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityFocused_call
}
nsobject_t nsapplication_accessibilityIdentifier( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
#define nsapplication_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityIdentifier_call( (id)object, methodSelector );
#undef nsapplication_accessibilityIdentifier_call
}
CGPoint nsapplication_accessibilityLayoutPointForScreenPoint( nsapplication_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityLayoutPointForScreenPoint:" );
#define nsapplication_accessibilityLayoutPointForScreenPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityLayoutPointForScreenPoint_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityLayoutPointForScreenPoint_call
}
CGSize nsapplication_accessibilityLayoutSizeForScreenSize( nsapplication_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityLayoutSizeForScreenSize:" );
#define nsapplication_accessibilityLayoutSizeForScreenSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityLayoutSizeForScreenSize_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityLayoutSizeForScreenSize_call
}
CGPoint nsapplication_accessibilityScreenPointForLayoutPoint( nsapplication_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityScreenPointForLayoutPoint:" );
#define nsapplication_accessibilityScreenPointForLayoutPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityScreenPointForLayoutPoint_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityScreenPointForLayoutPoint_call
}
CGSize nsapplication_accessibilityScreenSizeForLayoutSize( nsapplication_t object, CGSize arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityScreenSizeForLayoutSize:" );
#define nsapplication_accessibilityScreenSizeForLayoutSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityScreenSizeForLayoutSize_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityScreenSizeForLayoutSize_call
}
nsobject_t nsapplication_accessibilityCellForColumn( nsapplication_t object, long long arg0, long long arg1 )
{
SEL methodSelector = sel_registerName( "accessibilityCellForColumn:row:" );
#define nsapplication_accessibilityCellForColumn_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, long long, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_accessibilityCellForColumn_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_accessibilityCellForColumn_call
}
nsobject_t nsapplication_accessibilityAttributedStringForRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedStringForRange:" );
#define nsapplication_accessibilityAttributedStringForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityAttributedStringForRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityAttributedStringForRange_call
}
_NSRange nsapplication_accessibilityRangeForLine( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityRangeForLine:" );
#define nsapplication_accessibilityRangeForLine_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityRangeForLine_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityRangeForLine_call
}
nsobject_t nsapplication_accessibilityStringForRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityStringForRange:" );
#define nsapplication_accessibilityStringForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityStringForRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityStringForRange_call
}
_NSRange nsapplication_accessibilityRangeForPosition( nsapplication_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityRangeForPosition:" );
#define nsapplication_accessibilityRangeForPosition_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityRangeForPosition_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityRangeForPosition_call
}
_NSRange nsapplication_accessibilityRangeForIndex( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityRangeForIndex:" );
#define nsapplication_accessibilityRangeForIndex_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityRangeForIndex_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityRangeForIndex_call
}
CGRect nsapplication_accessibilityFrameForRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityFrameForRange:" );
#define nsapplication_accessibilityFrameForRange_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, _NSRange ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
return nsapplication_accessibilityFrameForRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityFrameForRange_call
}
nsobject_t nsapplication_accessibilityRTFForRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityRTFForRange:" );
#define nsapplication_accessibilityRTFForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityRTFForRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityRTFForRange_call
}
_NSRange nsapplication_accessibilityStyleRangeForIndex( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityStyleRangeForIndex:" );
#define nsapplication_accessibilityStyleRangeForIndex_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityStyleRangeForIndex_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityStyleRangeForIndex_call
}
long long nsapplication_accessibilityLineForIndex( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityLineForIndex:" );
#define nsapplication_accessibilityLineForIndex_call( obj, selector, arg0 ) ((long long (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityLineForIndex_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityLineForIndex_call
}
char nsapplication_accessibilityPerformCancel( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformCancel" );
#define nsapplication_accessibilityPerformCancel_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformCancel_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformCancel_call
}
char nsapplication_accessibilityPerformConfirm( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformConfirm" );
#define nsapplication_accessibilityPerformConfirm_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformConfirm_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformConfirm_call
}
char nsapplication_accessibilityPerformDecrement( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformDecrement" );
#define nsapplication_accessibilityPerformDecrement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformDecrement_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformDecrement_call
}
char nsapplication_accessibilityPerformDelete( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformDelete" );
#define nsapplication_accessibilityPerformDelete_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformDelete_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformDelete_call
}
char nsapplication_accessibilityPerformIncrement( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformIncrement" );
#define nsapplication_accessibilityPerformIncrement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformIncrement_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformIncrement_call
}
char nsapplication_accessibilityPerformPick( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformPick" );
#define nsapplication_accessibilityPerformPick_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformPick_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformPick_call
}
char nsapplication_accessibilityPerformPress( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformPress" );
#define nsapplication_accessibilityPerformPress_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformPress_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformPress_call
}
char nsapplication_accessibilityPerformRaise( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformRaise" );
#define nsapplication_accessibilityPerformRaise_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformRaise_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformRaise_call
}
char nsapplication_accessibilityPerformShowAlternateUI( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformShowAlternateUI" );
#define nsapplication_accessibilityPerformShowAlternateUI_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformShowAlternateUI_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformShowAlternateUI_call
}
char nsapplication_accessibilityPerformShowDefaultUI( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformShowDefaultUI" );
#define nsapplication_accessibilityPerformShowDefaultUI_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformShowDefaultUI_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformShowDefaultUI_call
}
char nsapplication_accessibilityPerformShowMenu( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformShowMenu" );
#define nsapplication_accessibilityPerformShowMenu_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPerformShowMenu_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPerformShowMenu_call
}
char nsapplication_isAccessibilitySelectorAllowed( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "isAccessibilitySelectorAllowed:" );
#define nsapplication_isAccessibilitySelectorAllowed_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isAccessibilitySelectorAllowed_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isAccessibilitySelectorAllowed_call
}
void nsapplication_setAccessibilityElement( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityElement:" );
#define nsapplication_setAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityElement_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityElement_call
}
void nsapplication_setAccessibilityFrame( nsapplication_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
#define nsapplication_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityFrame_call
}
void nsapplication_setAccessibilityFocused( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFocused:" );
#define nsapplication_setAccessibilityFocused_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityFocused_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityFocused_call
}
CGPoint nsapplication_accessibilityActivationPoint( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
#define nsapplication_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityActivationPoint_call( (id)object, methodSelector );
#undef nsapplication_accessibilityActivationPoint_call
}
void nsapplication_setAccessibilityActivationPoint( nsapplication_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
#define nsapplication_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityActivationPoint_call
}
nsobject_t nsapplication_accessibilityTopLevelUIElement( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTopLevelUIElement" );
#define nsapplication_accessibilityTopLevelUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityTopLevelUIElement_call( (id)object, methodSelector );
#undef nsapplication_accessibilityTopLevelUIElement_call
}
void nsapplication_setAccessibilityTopLevelUIElement( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityTopLevelUIElement:" );
#define nsapplication_setAccessibilityTopLevelUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityTopLevelUIElement_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityTopLevelUIElement_call
}
nsobject_t nsapplication_accessibilityURL( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityURL" );
#define nsapplication_accessibilityURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityURL_call( (id)object, methodSelector );
#undef nsapplication_accessibilityURL_call
}
void nsapplication_setAccessibilityURL( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityURL:" );
#define nsapplication_setAccessibilityURL_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityURL_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityURL_call
}
nsobject_t nsapplication_accessibilityValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityValue" );
#define nsapplication_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityValue_call( (id)object, methodSelector );
#undef nsapplication_accessibilityValue_call
}
void nsapplication_setAccessibilityValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
#define nsapplication_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityValue_call
}
nsobject_t nsapplication_accessibilityValueDescription( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityValueDescription" );
#define nsapplication_accessibilityValueDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityValueDescription_call( (id)object, methodSelector );
#undef nsapplication_accessibilityValueDescription_call
}
void nsapplication_setAccessibilityValueDescription( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityValueDescription:" );
#define nsapplication_setAccessibilityValueDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityValueDescription_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityValueDescription_call
}
void nsapplication_setAccessibilityVisibleChildren( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityVisibleChildren:" );
#define nsapplication_setAccessibilityVisibleChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityVisibleChildren_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityVisibleChildren_call
}
nsobject_t nsapplication_accessibilityTitle( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTitle" );
#define nsapplication_accessibilityTitle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityTitle_call( (id)object, methodSelector );
#undef nsapplication_accessibilityTitle_call
}
void nsapplication_setAccessibilityTitle( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityTitle:" );
#define nsapplication_setAccessibilityTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityTitle_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityTitle_call
}
nsobject_t nsapplication_accessibilityTitleUIElement( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTitleUIElement" );
#define nsapplication_accessibilityTitleUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityTitleUIElement_call( (id)object, methodSelector );
#undef nsapplication_accessibilityTitleUIElement_call
}
void nsapplication_setAccessibilityTitleUIElement( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityTitleUIElement:" );
#define nsapplication_setAccessibilityTitleUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityTitleUIElement_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityTitleUIElement_call
}
nsobject_t nsapplication_accessibilityNextContents( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityNextContents" );
#define nsapplication_accessibilityNextContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityNextContents_call( (id)object, methodSelector );
#undef nsapplication_accessibilityNextContents_call
}
void nsapplication_setAccessibilityNextContents( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityNextContents:" );
#define nsapplication_setAccessibilityNextContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityNextContents_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityNextContents_call
}
long long nsapplication_accessibilityOrientation( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityOrientation" );
#define nsapplication_accessibilityOrientation_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityOrientation_call( (id)object, methodSelector );
#undef nsapplication_accessibilityOrientation_call
}
void nsapplication_setAccessibilityOrientation( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityOrientation:" );
#define nsapplication_setAccessibilityOrientation_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityOrientation_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityOrientation_call
}
nsobject_t nsapplication_accessibilityOverflowButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityOverflowButton" );
#define nsapplication_accessibilityOverflowButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityOverflowButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityOverflowButton_call
}
void nsapplication_setAccessibilityOverflowButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityOverflowButton:" );
#define nsapplication_setAccessibilityOverflowButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityOverflowButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityOverflowButton_call
}
void nsapplication_setAccessibilityParent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityParent:" );
#define nsapplication_setAccessibilityParent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityParent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityParent_call
}
nsobject_t nsapplication_accessibilityPlaceholderValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPlaceholderValue" );
#define nsapplication_accessibilityPlaceholderValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPlaceholderValue_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPlaceholderValue_call
}
void nsapplication_setAccessibilityPlaceholderValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityPlaceholderValue:" );
#define nsapplication_setAccessibilityPlaceholderValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityPlaceholderValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityPlaceholderValue_call
}
nsobject_t nsapplication_accessibilityPreviousContents( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPreviousContents" );
#define nsapplication_accessibilityPreviousContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPreviousContents_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPreviousContents_call
}
void nsapplication_setAccessibilityPreviousContents( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityPreviousContents:" );
#define nsapplication_setAccessibilityPreviousContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityPreviousContents_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityPreviousContents_call
}
void nsapplication_setAccessibilityRole( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRole:" );
#define nsapplication_setAccessibilityRole_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityRole_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityRole_call
}
void nsapplication_setAccessibilityRoleDescription( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRoleDescription:" );
#define nsapplication_setAccessibilityRoleDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityRoleDescription_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityRoleDescription_call
}
nsobject_t nsapplication_accessibilitySearchButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySearchButton" );
#define nsapplication_accessibilitySearchButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySearchButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySearchButton_call
}
void nsapplication_setAccessibilitySearchButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySearchButton:" );
#define nsapplication_setAccessibilitySearchButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySearchButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySearchButton_call
}
nsobject_t nsapplication_accessibilitySearchMenu( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySearchMenu" );
#define nsapplication_accessibilitySearchMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySearchMenu_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySearchMenu_call
}
void nsapplication_setAccessibilitySearchMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySearchMenu:" );
#define nsapplication_setAccessibilitySearchMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySearchMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySearchMenu_call
}
char nsapplication_isAccessibilitySelected( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilitySelected" );
#define nsapplication_isAccessibilitySelected_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilitySelected_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilitySelected_call
}
void nsapplication_setAccessibilitySelected( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySelected:" );
#define nsapplication_setAccessibilitySelected_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySelected_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySelected_call
}
nsobject_t nsapplication_accessibilityServesAsTitleForUIElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityServesAsTitleForUIElements" );
#define nsapplication_accessibilityServesAsTitleForUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityServesAsTitleForUIElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilityServesAsTitleForUIElements_call
}
void nsapplication_setAccessibilityServesAsTitleForUIElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityServesAsTitleForUIElements:" );
#define nsapplication_setAccessibilityServesAsTitleForUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityServesAsTitleForUIElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityServesAsTitleForUIElements_call
}
nsobject_t nsapplication_accessibilityShownMenu( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityShownMenu" );
#define nsapplication_accessibilityShownMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityShownMenu_call( (id)object, methodSelector );
#undef nsapplication_accessibilityShownMenu_call
}
void nsapplication_setAccessibilityShownMenu( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityShownMenu:" );
#define nsapplication_setAccessibilityShownMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityShownMenu_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityShownMenu_call
}
nsobject_t nsapplication_accessibilityMinValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMinValue" );
#define nsapplication_accessibilityMinValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMinValue_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMinValue_call
}
void nsapplication_setAccessibilityMinValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMinValue:" );
#define nsapplication_setAccessibilityMinValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMinValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMinValue_call
}
nsobject_t nsapplication_accessibilityMaxValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMaxValue" );
#define nsapplication_accessibilityMaxValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMaxValue_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMaxValue_call
}
void nsapplication_setAccessibilityMaxValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMaxValue:" );
#define nsapplication_setAccessibilityMaxValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMaxValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMaxValue_call
}
nsobject_t nsapplication_accessibilityLinkedUIElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLinkedUIElements" );
#define nsapplication_accessibilityLinkedUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityLinkedUIElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilityLinkedUIElements_call
}
void nsapplication_setAccessibilityLinkedUIElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityLinkedUIElements:" );
#define nsapplication_setAccessibilityLinkedUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityLinkedUIElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityLinkedUIElements_call
}
nsobject_t nsapplication_accessibilityWindow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityWindow" );
#define nsapplication_accessibilityWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityWindow_call( (id)object, methodSelector );
#undef nsapplication_accessibilityWindow_call
}
void nsapplication_setAccessibilityWindow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityWindow:" );
#define nsapplication_setAccessibilityWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityWindow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityWindow_call
}
void nsapplication_setAccessibilityIdentifier( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
#define nsapplication_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityIdentifier_call
}
nsobject_t nsapplication_accessibilityHelp( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHelp" );
#define nsapplication_accessibilityHelp_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityHelp_call( (id)object, methodSelector );
#undef nsapplication_accessibilityHelp_call
}
void nsapplication_setAccessibilityHelp( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHelp:" );
#define nsapplication_setAccessibilityHelp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityHelp_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityHelp_call
}
nsobject_t nsapplication_accessibilityFilename( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFilename" );
#define nsapplication_accessibilityFilename_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFilename_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFilename_call
}
void nsapplication_setAccessibilityFilename( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFilename:" );
#define nsapplication_setAccessibilityFilename_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityFilename_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityFilename_call
}
char nsapplication_isAccessibilityExpanded( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityExpanded" );
#define nsapplication_isAccessibilityExpanded_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityExpanded_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityExpanded_call
}
void nsapplication_setAccessibilityExpanded( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityExpanded:" );
#define nsapplication_setAccessibilityExpanded_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityExpanded_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityExpanded_call
}
char nsapplication_isAccessibilityEdited( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityEdited" );
#define nsapplication_isAccessibilityEdited_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityEdited_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityEdited_call
}
void nsapplication_setAccessibilityEdited( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityEdited:" );
#define nsapplication_setAccessibilityEdited_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityEdited_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityEdited_call
}
char nsapplication_isAccessibilityEnabled( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityEnabled" );
#define nsapplication_isAccessibilityEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityEnabled_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityEnabled_call
}
void nsapplication_setAccessibilityEnabled( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityEnabled:" );
#define nsapplication_setAccessibilityEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityEnabled_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityEnabled_call
}
void nsapplication_setAccessibilityChildren( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityChildren:" );
#define nsapplication_setAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityChildren_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityChildren_call
}
void nsapplication_setAccessibilityChildrenInNavigationOrder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityChildrenInNavigationOrder:" );
#define nsapplication_setAccessibilityChildrenInNavigationOrder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityChildrenInNavigationOrder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityChildrenInNavigationOrder_call
}
nsobject_t nsapplication_accessibilityClearButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityClearButton" );
#define nsapplication_accessibilityClearButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityClearButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityClearButton_call
}
void nsapplication_setAccessibilityClearButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityClearButton:" );
#define nsapplication_setAccessibilityClearButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityClearButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityClearButton_call
}
nsobject_t nsapplication_accessibilityCancelButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCancelButton" );
#define nsapplication_accessibilityCancelButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityCancelButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityCancelButton_call
}
void nsapplication_setAccessibilityCancelButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCancelButton:" );
#define nsapplication_setAccessibilityCancelButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityCancelButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityCancelButton_call
}
char nsapplication_isAccessibilityProtectedContent( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityProtectedContent" );
#define nsapplication_isAccessibilityProtectedContent_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityProtectedContent_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityProtectedContent_call
}
void nsapplication_setAccessibilityProtectedContent( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityProtectedContent:" );
#define nsapplication_setAccessibilityProtectedContent_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityProtectedContent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityProtectedContent_call
}
nsobject_t nsapplication_accessibilityContents( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityContents" );
#define nsapplication_accessibilityContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityContents_call( (id)object, methodSelector );
#undef nsapplication_accessibilityContents_call
}
void nsapplication_setAccessibilityContents( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityContents:" );
#define nsapplication_setAccessibilityContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityContents_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityContents_call
}
char nsapplication_isAccessibilityAlternateUIVisible( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityAlternateUIVisible" );
#define nsapplication_isAccessibilityAlternateUIVisible_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityAlternateUIVisible_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityAlternateUIVisible_call
}
void nsapplication_setAccessibilityAlternateUIVisible( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAlternateUIVisible:" );
#define nsapplication_setAccessibilityAlternateUIVisible_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityAlternateUIVisible_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityAlternateUIVisible_call
}
nsobject_t nsapplication_accessibilitySharedFocusElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySharedFocusElements" );
#define nsapplication_accessibilitySharedFocusElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySharedFocusElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySharedFocusElements_call
}
void nsapplication_setAccessibilitySharedFocusElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySharedFocusElements:" );
#define nsapplication_setAccessibilitySharedFocusElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySharedFocusElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySharedFocusElements_call
}
char nsapplication_isAccessibilityRequired( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityRequired" );
#define nsapplication_isAccessibilityRequired_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityRequired_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityRequired_call
}
void nsapplication_setAccessibilityRequired( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRequired:" );
#define nsapplication_setAccessibilityRequired_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityRequired_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityRequired_call
}
nsobject_t nsapplication_accessibilityCustomRotors( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
#define nsapplication_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityCustomRotors_call( (id)object, methodSelector );
#undef nsapplication_accessibilityCustomRotors_call
}
void nsapplication_setAccessibilityCustomRotors( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
#define nsapplication_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityCustomRotors_call
}
nsobject_t nsapplication_accessibilityApplicationFocusedUIElement( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityApplicationFocusedUIElement" );
#define nsapplication_accessibilityApplicationFocusedUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityApplicationFocusedUIElement_call( (id)object, methodSelector );
#undef nsapplication_accessibilityApplicationFocusedUIElement_call
}
void nsapplication_setAccessibilityApplicationFocusedUIElement( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityApplicationFocusedUIElement:" );
#define nsapplication_setAccessibilityApplicationFocusedUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityApplicationFocusedUIElement_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityApplicationFocusedUIElement_call
}
nsobject_t nsapplication_accessibilityMainWindow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMainWindow" );
#define nsapplication_accessibilityMainWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMainWindow_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMainWindow_call
}
void nsapplication_setAccessibilityMainWindow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMainWindow:" );
#define nsapplication_setAccessibilityMainWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMainWindow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMainWindow_call
}
char nsapplication_isAccessibilityHidden( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityHidden" );
#define nsapplication_isAccessibilityHidden_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityHidden_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityHidden_call
}
void nsapplication_setAccessibilityHidden( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHidden:" );
#define nsapplication_setAccessibilityHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityHidden_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityHidden_call
}
char nsapplication_isAccessibilityFrontmost( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityFrontmost" );
#define nsapplication_isAccessibilityFrontmost_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityFrontmost_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityFrontmost_call
}
void nsapplication_setAccessibilityFrontmost( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFrontmost:" );
#define nsapplication_setAccessibilityFrontmost_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityFrontmost_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityFrontmost_call
}
nsobject_t nsapplication_accessibilityFocusedWindow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFocusedWindow" );
#define nsapplication_accessibilityFocusedWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFocusedWindow_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFocusedWindow_call
}
void nsapplication_setAccessibilityFocusedWindow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFocusedWindow:" );
#define nsapplication_setAccessibilityFocusedWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityFocusedWindow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityFocusedWindow_call
}
nsobject_t nsapplication_accessibilityWindows( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityWindows" );
#define nsapplication_accessibilityWindows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityWindows_call( (id)object, methodSelector );
#undef nsapplication_accessibilityWindows_call
}
void nsapplication_setAccessibilityWindows( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityWindows:" );
#define nsapplication_setAccessibilityWindows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityWindows_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityWindows_call
}
nsobject_t nsapplication_accessibilityExtrasMenuBar( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityExtrasMenuBar" );
#define nsapplication_accessibilityExtrasMenuBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityExtrasMenuBar_call( (id)object, methodSelector );
#undef nsapplication_accessibilityExtrasMenuBar_call
}
void nsapplication_setAccessibilityExtrasMenuBar( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityExtrasMenuBar:" );
#define nsapplication_setAccessibilityExtrasMenuBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityExtrasMenuBar_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityExtrasMenuBar_call
}
nsobject_t nsapplication_accessibilityMenuBar( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMenuBar" );
#define nsapplication_accessibilityMenuBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMenuBar_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMenuBar_call
}
void nsapplication_setAccessibilityMenuBar( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMenuBar:" );
#define nsapplication_setAccessibilityMenuBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMenuBar_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMenuBar_call
}
nsobject_t nsapplication_accessibilityColumnTitles( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityColumnTitles" );
#define nsapplication_accessibilityColumnTitles_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityColumnTitles_call( (id)object, methodSelector );
#undef nsapplication_accessibilityColumnTitles_call
}
void nsapplication_setAccessibilityColumnTitles( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityColumnTitles:" );
#define nsapplication_setAccessibilityColumnTitles_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityColumnTitles_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityColumnTitles_call
}
char nsapplication_isAccessibilityOrderedByRow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityOrderedByRow" );
#define nsapplication_isAccessibilityOrderedByRow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityOrderedByRow_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityOrderedByRow_call
}
void nsapplication_setAccessibilityOrderedByRow( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityOrderedByRow:" );
#define nsapplication_setAccessibilityOrderedByRow_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityOrderedByRow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityOrderedByRow_call
}
long long nsapplication_accessibilityHorizontalUnits( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHorizontalUnits" );
#define nsapplication_accessibilityHorizontalUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityHorizontalUnits_call( (id)object, methodSelector );
#undef nsapplication_accessibilityHorizontalUnits_call
}
void nsapplication_setAccessibilityHorizontalUnits( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalUnits:" );
#define nsapplication_setAccessibilityHorizontalUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityHorizontalUnits_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityHorizontalUnits_call
}
long long nsapplication_accessibilityVerticalUnits( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVerticalUnits" );
#define nsapplication_accessibilityVerticalUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityVerticalUnits_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVerticalUnits_call
}
void nsapplication_setAccessibilityVerticalUnits( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityVerticalUnits:" );
#define nsapplication_setAccessibilityVerticalUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityVerticalUnits_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityVerticalUnits_call
}
nsobject_t nsapplication_accessibilityHorizontalUnitDescription( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHorizontalUnitDescription" );
#define nsapplication_accessibilityHorizontalUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityHorizontalUnitDescription_call( (id)object, methodSelector );
#undef nsapplication_accessibilityHorizontalUnitDescription_call
}
void nsapplication_setAccessibilityHorizontalUnitDescription( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalUnitDescription:" );
#define nsapplication_setAccessibilityHorizontalUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityHorizontalUnitDescription_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityHorizontalUnitDescription_call
}
nsobject_t nsapplication_accessibilityVerticalUnitDescription( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVerticalUnitDescription" );
#define nsapplication_accessibilityVerticalUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityVerticalUnitDescription_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVerticalUnitDescription_call
}
void nsapplication_setAccessibilityVerticalUnitDescription( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityVerticalUnitDescription:" );
#define nsapplication_setAccessibilityVerticalUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityVerticalUnitDescription_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityVerticalUnitDescription_call
}
nsobject_t nsapplication_accessibilityHandles( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHandles" );
#define nsapplication_accessibilityHandles_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityHandles_call( (id)object, methodSelector );
#undef nsapplication_accessibilityHandles_call
}
void nsapplication_setAccessibilityHandles( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHandles:" );
#define nsapplication_setAccessibilityHandles_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityHandles_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityHandles_call
}
nsobject_t nsapplication_accessibilityWarningValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityWarningValue" );
#define nsapplication_accessibilityWarningValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityWarningValue_call( (id)object, methodSelector );
#undef nsapplication_accessibilityWarningValue_call
}
void nsapplication_setAccessibilityWarningValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityWarningValue:" );
#define nsapplication_setAccessibilityWarningValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityWarningValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityWarningValue_call
}
nsobject_t nsapplication_accessibilityCriticalValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCriticalValue" );
#define nsapplication_accessibilityCriticalValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityCriticalValue_call( (id)object, methodSelector );
#undef nsapplication_accessibilityCriticalValue_call
}
void nsapplication_setAccessibilityCriticalValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCriticalValue:" );
#define nsapplication_setAccessibilityCriticalValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityCriticalValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityCriticalValue_call
}
char nsapplication_isAccessibilityDisclosed( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityDisclosed" );
#define nsapplication_isAccessibilityDisclosed_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityDisclosed_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityDisclosed_call
}
void nsapplication_setAccessibilityDisclosed( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDisclosed:" );
#define nsapplication_setAccessibilityDisclosed_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityDisclosed_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityDisclosed_call
}
nsobject_t nsapplication_accessibilityDisclosedByRow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDisclosedByRow" );
#define nsapplication_accessibilityDisclosedByRow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityDisclosedByRow_call( (id)object, methodSelector );
#undef nsapplication_accessibilityDisclosedByRow_call
}
void nsapplication_setAccessibilityDisclosedByRow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDisclosedByRow:" );
#define nsapplication_setAccessibilityDisclosedByRow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityDisclosedByRow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityDisclosedByRow_call
}
nsobject_t nsapplication_accessibilityDisclosedRows( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDisclosedRows" );
#define nsapplication_accessibilityDisclosedRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityDisclosedRows_call( (id)object, methodSelector );
#undef nsapplication_accessibilityDisclosedRows_call
}
void nsapplication_setAccessibilityDisclosedRows( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDisclosedRows:" );
#define nsapplication_setAccessibilityDisclosedRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityDisclosedRows_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityDisclosedRows_call
}
long long nsapplication_accessibilityDisclosureLevel( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDisclosureLevel" );
#define nsapplication_accessibilityDisclosureLevel_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityDisclosureLevel_call( (id)object, methodSelector );
#undef nsapplication_accessibilityDisclosureLevel_call
}
void nsapplication_setAccessibilityDisclosureLevel( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDisclosureLevel:" );
#define nsapplication_setAccessibilityDisclosureLevel_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityDisclosureLevel_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityDisclosureLevel_call
}
nsobject_t nsapplication_accessibilityMarkerUIElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMarkerUIElements" );
#define nsapplication_accessibilityMarkerUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMarkerUIElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMarkerUIElements_call
}
void nsapplication_setAccessibilityMarkerUIElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMarkerUIElements:" );
#define nsapplication_setAccessibilityMarkerUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMarkerUIElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMarkerUIElements_call
}
nsobject_t nsapplication_accessibilityMarkerValues( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMarkerValues" );
#define nsapplication_accessibilityMarkerValues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMarkerValues_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMarkerValues_call
}
void nsapplication_setAccessibilityMarkerValues( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMarkerValues:" );
#define nsapplication_setAccessibilityMarkerValues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMarkerValues_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMarkerValues_call
}
nsobject_t nsapplication_accessibilityMarkerGroupUIElement( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMarkerGroupUIElement" );
#define nsapplication_accessibilityMarkerGroupUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMarkerGroupUIElement_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMarkerGroupUIElement_call
}
void nsapplication_setAccessibilityMarkerGroupUIElement( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMarkerGroupUIElement:" );
#define nsapplication_setAccessibilityMarkerGroupUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMarkerGroupUIElement_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMarkerGroupUIElement_call
}
long long nsapplication_accessibilityUnits( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityUnits" );
#define nsapplication_accessibilityUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityUnits_call( (id)object, methodSelector );
#undef nsapplication_accessibilityUnits_call
}
void nsapplication_setAccessibilityUnits( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityUnits:" );
#define nsapplication_setAccessibilityUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityUnits_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityUnits_call
}
nsobject_t nsapplication_accessibilityUnitDescription( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityUnitDescription" );
#define nsapplication_accessibilityUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityUnitDescription_call( (id)object, methodSelector );
#undef nsapplication_accessibilityUnitDescription_call
}
void nsapplication_setAccessibilityUnitDescription( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityUnitDescription:" );
#define nsapplication_setAccessibilityUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityUnitDescription_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityUnitDescription_call
}
long long nsapplication_accessibilityRulerMarkerType( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRulerMarkerType" );
#define nsapplication_accessibilityRulerMarkerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRulerMarkerType_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRulerMarkerType_call
}
void nsapplication_setAccessibilityRulerMarkerType( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRulerMarkerType:" );
#define nsapplication_setAccessibilityRulerMarkerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityRulerMarkerType_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityRulerMarkerType_call
}
nsobject_t nsapplication_accessibilityMarkerTypeDescription( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMarkerTypeDescription" );
#define nsapplication_accessibilityMarkerTypeDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMarkerTypeDescription_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMarkerTypeDescription_call
}
void nsapplication_setAccessibilityMarkerTypeDescription( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMarkerTypeDescription:" );
#define nsapplication_setAccessibilityMarkerTypeDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMarkerTypeDescription_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMarkerTypeDescription_call
}
nsobject_t nsapplication_accessibilityHorizontalScrollBar( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHorizontalScrollBar" );
#define nsapplication_accessibilityHorizontalScrollBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityHorizontalScrollBar_call( (id)object, methodSelector );
#undef nsapplication_accessibilityHorizontalScrollBar_call
}
void nsapplication_setAccessibilityHorizontalScrollBar( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalScrollBar:" );
#define nsapplication_setAccessibilityHorizontalScrollBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityHorizontalScrollBar_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityHorizontalScrollBar_call
}
nsobject_t nsapplication_accessibilityVerticalScrollBar( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVerticalScrollBar" );
#define nsapplication_accessibilityVerticalScrollBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityVerticalScrollBar_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVerticalScrollBar_call
}
void nsapplication_setAccessibilityVerticalScrollBar( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityVerticalScrollBar:" );
#define nsapplication_setAccessibilityVerticalScrollBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityVerticalScrollBar_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityVerticalScrollBar_call
}
nsobject_t nsapplication_accessibilityAllowedValues( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAllowedValues" );
#define nsapplication_accessibilityAllowedValues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityAllowedValues_call( (id)object, methodSelector );
#undef nsapplication_accessibilityAllowedValues_call
}
void nsapplication_setAccessibilityAllowedValues( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAllowedValues:" );
#define nsapplication_setAccessibilityAllowedValues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityAllowedValues_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityAllowedValues_call
}
nsobject_t nsapplication_accessibilityLabelUIElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLabelUIElements" );
#define nsapplication_accessibilityLabelUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityLabelUIElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilityLabelUIElements_call
}
void nsapplication_setAccessibilityLabelUIElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityLabelUIElements:" );
#define nsapplication_setAccessibilityLabelUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityLabelUIElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityLabelUIElements_call
}
float nsapplication_accessibilityLabelValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLabelValue" );
#define nsapplication_accessibilityLabelValue_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return nsapplication_accessibilityLabelValue_call( (id)object, methodSelector );
#undef nsapplication_accessibilityLabelValue_call
}
void nsapplication_setAccessibilityLabelValue( nsapplication_t object, float arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityLabelValue:" );
#define nsapplication_setAccessibilityLabelValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityLabelValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityLabelValue_call
}
nsobject_t nsapplication_accessibilitySplitters( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySplitters" );
#define nsapplication_accessibilitySplitters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySplitters_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySplitters_call
}
void nsapplication_setAccessibilitySplitters( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySplitters:" );
#define nsapplication_setAccessibilitySplitters_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySplitters_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySplitters_call
}
void nsapplication_setAccessibilityDecrementButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDecrementButton:" );
#define nsapplication_setAccessibilityDecrementButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityDecrementButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityDecrementButton_call
}
void nsapplication_setAccessibilityIncrementButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityIncrementButton:" );
#define nsapplication_setAccessibilityIncrementButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityIncrementButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityIncrementButton_call
}
nsobject_t nsapplication_accessibilityTabs( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTabs" );
#define nsapplication_accessibilityTabs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityTabs_call( (id)object, methodSelector );
#undef nsapplication_accessibilityTabs_call
}
void nsapplication_setAccessibilityTabs( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityTabs:" );
#define nsapplication_setAccessibilityTabs_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityTabs_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityTabs_call
}
nsobject_t nsapplication_accessibilityHeader( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHeader" );
#define nsapplication_accessibilityHeader_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityHeader_call( (id)object, methodSelector );
#undef nsapplication_accessibilityHeader_call
}
void nsapplication_setAccessibilityHeader( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHeader:" );
#define nsapplication_setAccessibilityHeader_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityHeader_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityHeader_call
}
void nsapplication_setAccessibilityColumnCount( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityColumnCount:" );
#define nsapplication_setAccessibilityColumnCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityColumnCount_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityColumnCount_call
}
void nsapplication_setAccessibilityRowCount( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRowCount:" );
#define nsapplication_setAccessibilityRowCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityRowCount_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityRowCount_call
}
nsobject_t nsapplication_accessibilityColumns( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityColumns" );
#define nsapplication_accessibilityColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityColumns_call( (id)object, methodSelector );
#undef nsapplication_accessibilityColumns_call
}
void nsapplication_setAccessibilityColumns( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityColumns:" );
#define nsapplication_setAccessibilityColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityColumns_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityColumns_call
}
nsobject_t nsapplication_accessibilityRows( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRows" );
#define nsapplication_accessibilityRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRows_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRows_call
}
void nsapplication_setAccessibilityRows( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRows:" );
#define nsapplication_setAccessibilityRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityRows_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityRows_call
}
nsobject_t nsapplication_accessibilityVisibleRows( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVisibleRows" );
#define nsapplication_accessibilityVisibleRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityVisibleRows_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVisibleRows_call
}
void nsapplication_setAccessibilityVisibleRows( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityVisibleRows:" );
#define nsapplication_setAccessibilityVisibleRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityVisibleRows_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityVisibleRows_call
}
nsobject_t nsapplication_accessibilitySelectedRows( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySelectedRows" );
#define nsapplication_accessibilitySelectedRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySelectedRows_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySelectedRows_call
}
void nsapplication_setAccessibilitySelectedRows( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySelectedRows:" );
#define nsapplication_setAccessibilitySelectedRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySelectedRows_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySelectedRows_call
}
nsobject_t nsapplication_accessibilityVisibleColumns( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVisibleColumns" );
#define nsapplication_accessibilityVisibleColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityVisibleColumns_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVisibleColumns_call
}
void nsapplication_setAccessibilityVisibleColumns( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityVisibleColumns:" );
#define nsapplication_setAccessibilityVisibleColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityVisibleColumns_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityVisibleColumns_call
}
nsobject_t nsapplication_accessibilitySelectedColumns( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySelectedColumns" );
#define nsapplication_accessibilitySelectedColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySelectedColumns_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySelectedColumns_call
}
void nsapplication_setAccessibilitySelectedColumns( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySelectedColumns:" );
#define nsapplication_setAccessibilitySelectedColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySelectedColumns_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySelectedColumns_call
}
long long nsapplication_accessibilitySortDirection( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySortDirection" );
#define nsapplication_accessibilitySortDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySortDirection_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySortDirection_call
}
void nsapplication_setAccessibilitySortDirection( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySortDirection:" );
#define nsapplication_setAccessibilitySortDirection_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySortDirection_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySortDirection_call
}
nsobject_t nsapplication_accessibilityRowHeaderUIElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRowHeaderUIElements" );
#define nsapplication_accessibilityRowHeaderUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRowHeaderUIElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRowHeaderUIElements_call
}
void nsapplication_setAccessibilityRowHeaderUIElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRowHeaderUIElements:" );
#define nsapplication_setAccessibilityRowHeaderUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityRowHeaderUIElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityRowHeaderUIElements_call
}
void nsapplication_setAccessibilitySelectedCells( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySelectedCells:" );
#define nsapplication_setAccessibilitySelectedCells_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySelectedCells_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySelectedCells_call
}
nsobject_t nsapplication_accessibilityVisibleCells( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVisibleCells" );
#define nsapplication_accessibilityVisibleCells_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityVisibleCells_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVisibleCells_call
}
void nsapplication_setAccessibilityVisibleCells( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityVisibleCells:" );
#define nsapplication_setAccessibilityVisibleCells_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityVisibleCells_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityVisibleCells_call
}
nsobject_t nsapplication_accessibilityColumnHeaderUIElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityColumnHeaderUIElements" );
#define nsapplication_accessibilityColumnHeaderUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityColumnHeaderUIElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilityColumnHeaderUIElements_call
}
void nsapplication_setAccessibilityColumnHeaderUIElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityColumnHeaderUIElements:" );
#define nsapplication_setAccessibilityColumnHeaderUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityColumnHeaderUIElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityColumnHeaderUIElements_call
}
_NSRange nsapplication_accessibilityRowIndexRange( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRowIndexRange" );
#define nsapplication_accessibilityRowIndexRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityRowIndexRange_call( (id)object, methodSelector );
#undef nsapplication_accessibilityRowIndexRange_call
}
void nsapplication_setAccessibilityRowIndexRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRowIndexRange:" );
#define nsapplication_setAccessibilityRowIndexRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityRowIndexRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityRowIndexRange_call
}
_NSRange nsapplication_accessibilityColumnIndexRange( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityColumnIndexRange" );
#define nsapplication_accessibilityColumnIndexRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityColumnIndexRange_call( (id)object, methodSelector );
#undef nsapplication_accessibilityColumnIndexRange_call
}
void nsapplication_setAccessibilityColumnIndexRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityColumnIndexRange:" );
#define nsapplication_setAccessibilityColumnIndexRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityColumnIndexRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityColumnIndexRange_call
}
long long nsapplication_accessibilityInsertionPointLineNumber( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityInsertionPointLineNumber" );
#define nsapplication_accessibilityInsertionPointLineNumber_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityInsertionPointLineNumber_call( (id)object, methodSelector );
#undef nsapplication_accessibilityInsertionPointLineNumber_call
}
void nsapplication_setAccessibilityInsertionPointLineNumber( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityInsertionPointLineNumber:" );
#define nsapplication_setAccessibilityInsertionPointLineNumber_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityInsertionPointLineNumber_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityInsertionPointLineNumber_call
}
_NSRange nsapplication_accessibilitySharedCharacterRange( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySharedCharacterRange" );
#define nsapplication_accessibilitySharedCharacterRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySharedCharacterRange_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySharedCharacterRange_call
}
void nsapplication_setAccessibilitySharedCharacterRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySharedCharacterRange:" );
#define nsapplication_setAccessibilitySharedCharacterRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySharedCharacterRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySharedCharacterRange_call
}
nsobject_t nsapplication_accessibilitySharedTextUIElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySharedTextUIElements" );
#define nsapplication_accessibilitySharedTextUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySharedTextUIElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySharedTextUIElements_call
}
void nsapplication_setAccessibilitySharedTextUIElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySharedTextUIElements:" );
#define nsapplication_setAccessibilitySharedTextUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySharedTextUIElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySharedTextUIElements_call
}
_NSRange nsapplication_accessibilityVisibleCharacterRange( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVisibleCharacterRange" );
#define nsapplication_accessibilityVisibleCharacterRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityVisibleCharacterRange_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVisibleCharacterRange_call
}
void nsapplication_setAccessibilityVisibleCharacterRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityVisibleCharacterRange:" );
#define nsapplication_setAccessibilityVisibleCharacterRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityVisibleCharacterRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityVisibleCharacterRange_call
}
long long nsapplication_accessibilityNumberOfCharacters( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityNumberOfCharacters" );
#define nsapplication_accessibilityNumberOfCharacters_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityNumberOfCharacters_call( (id)object, methodSelector );
#undef nsapplication_accessibilityNumberOfCharacters_call
}
void nsapplication_setAccessibilityNumberOfCharacters( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityNumberOfCharacters:" );
#define nsapplication_setAccessibilityNumberOfCharacters_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityNumberOfCharacters_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityNumberOfCharacters_call
}
nsobject_t nsapplication_accessibilitySelectedText( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySelectedText" );
#define nsapplication_accessibilitySelectedText_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySelectedText_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySelectedText_call
}
void nsapplication_setAccessibilitySelectedText( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySelectedText:" );
#define nsapplication_setAccessibilitySelectedText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySelectedText_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySelectedText_call
}
_NSRange nsapplication_accessibilitySelectedTextRange( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySelectedTextRange" );
#define nsapplication_accessibilitySelectedTextRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySelectedTextRange_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySelectedTextRange_call
}
void nsapplication_setAccessibilitySelectedTextRange( nsapplication_t object, _NSRange arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySelectedTextRange:" );
#define nsapplication_setAccessibilitySelectedTextRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySelectedTextRange_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySelectedTextRange_call
}
nsobject_t nsapplication_accessibilitySelectedTextRanges( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySelectedTextRanges" );
#define nsapplication_accessibilitySelectedTextRanges_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySelectedTextRanges_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySelectedTextRanges_call
}
void nsapplication_setAccessibilitySelectedTextRanges( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySelectedTextRanges:" );
#define nsapplication_setAccessibilitySelectedTextRanges_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySelectedTextRanges_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySelectedTextRanges_call
}
nsobject_t nsapplication_accessibilityToolbarButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityToolbarButton" );
#define nsapplication_accessibilityToolbarButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityToolbarButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityToolbarButton_call
}
void nsapplication_setAccessibilityToolbarButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityToolbarButton:" );
#define nsapplication_setAccessibilityToolbarButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityToolbarButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityToolbarButton_call
}
char nsapplication_isAccessibilityModal( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityModal" );
#define nsapplication_isAccessibilityModal_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityModal_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityModal_call
}
void nsapplication_setAccessibilityModal( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityModal:" );
#define nsapplication_setAccessibilityModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityModal_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityModal_call
}
nsobject_t nsapplication_accessibilityProxy( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityProxy" );
#define nsapplication_accessibilityProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityProxy_call( (id)object, methodSelector );
#undef nsapplication_accessibilityProxy_call
}
void nsapplication_setAccessibilityProxy( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityProxy:" );
#define nsapplication_setAccessibilityProxy_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityProxy_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityProxy_call
}
char nsapplication_isAccessibilityMain( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityMain" );
#define nsapplication_isAccessibilityMain_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityMain_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityMain_call
}
void nsapplication_setAccessibilityMain( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMain:" );
#define nsapplication_setAccessibilityMain_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMain_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMain_call
}
nsobject_t nsapplication_accessibilityFullScreenButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFullScreenButton" );
#define nsapplication_accessibilityFullScreenButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFullScreenButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFullScreenButton_call
}
void nsapplication_setAccessibilityFullScreenButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFullScreenButton:" );
#define nsapplication_setAccessibilityFullScreenButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityFullScreenButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityFullScreenButton_call
}
nsobject_t nsapplication_accessibilityGrowArea( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityGrowArea" );
#define nsapplication_accessibilityGrowArea_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityGrowArea_call( (id)object, methodSelector );
#undef nsapplication_accessibilityGrowArea_call
}
void nsapplication_setAccessibilityGrowArea( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityGrowArea:" );
#define nsapplication_setAccessibilityGrowArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityGrowArea_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityGrowArea_call
}
nsobject_t nsapplication_accessibilityDocument( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDocument" );
#define nsapplication_accessibilityDocument_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityDocument_call( (id)object, methodSelector );
#undef nsapplication_accessibilityDocument_call
}
void nsapplication_setAccessibilityDocument( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDocument:" );
#define nsapplication_setAccessibilityDocument_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityDocument_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityDocument_call
}
nsobject_t nsapplication_accessibilityDefaultButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDefaultButton" );
#define nsapplication_accessibilityDefaultButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityDefaultButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityDefaultButton_call
}
void nsapplication_setAccessibilityDefaultButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDefaultButton:" );
#define nsapplication_setAccessibilityDefaultButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityDefaultButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityDefaultButton_call
}
nsobject_t nsapplication_accessibilityCloseButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCloseButton" );
#define nsapplication_accessibilityCloseButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityCloseButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityCloseButton_call
}
void nsapplication_setAccessibilityCloseButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCloseButton:" );
#define nsapplication_setAccessibilityCloseButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityCloseButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityCloseButton_call
}
nsobject_t nsapplication_accessibilityZoomButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityZoomButton" );
#define nsapplication_accessibilityZoomButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityZoomButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityZoomButton_call
}
void nsapplication_setAccessibilityZoomButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityZoomButton:" );
#define nsapplication_setAccessibilityZoomButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityZoomButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityZoomButton_call
}
nsobject_t nsapplication_accessibilityMinimizeButton( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityMinimizeButton" );
#define nsapplication_accessibilityMinimizeButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityMinimizeButton_call( (id)object, methodSelector );
#undef nsapplication_accessibilityMinimizeButton_call
}
void nsapplication_setAccessibilityMinimizeButton( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMinimizeButton:" );
#define nsapplication_setAccessibilityMinimizeButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMinimizeButton_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMinimizeButton_call
}
char nsapplication_isAccessibilityMinimized( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityMinimized" );
#define nsapplication_isAccessibilityMinimized_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityMinimized_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityMinimized_call
}
void nsapplication_setAccessibilityMinimized( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMinimized:" );
#define nsapplication_setAccessibilityMinimized_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMinimized_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMinimized_call
}
void nsapplication_setAccessibilityCustomActions( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
#define nsapplication_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityCustomActions_call
}
void nsapplication_keyDown( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "keyDown:" );
#define nsapplication_keyDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_keyDown_call( (id)object, methodSelector, arg0 );
#undef nsapplication_keyDown_call
}
char nsapplication_resignFirstResponder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "resignFirstResponder" );
#define nsapplication_resignFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_resignFirstResponder_call( (id)object, methodSelector );
#undef nsapplication_resignFirstResponder_call
}
char nsapplication_becomeFirstResponder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "becomeFirstResponder" );
#define nsapplication_becomeFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_becomeFirstResponder_call( (id)object, methodSelector );
#undef nsapplication_becomeFirstResponder_call
}
void nsapplication_scrollWheel( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "scrollWheel:" );
#define nsapplication_scrollWheel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_scrollWheel_call( (id)object, methodSelector, arg0 );
#undef nsapplication_scrollWheel_call
}
void nsapplication_setNextResponder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setNextResponder:" );
#define nsapplication_setNextResponder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setNextResponder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setNextResponder_call
}
char nsapplication_performMnemonic( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "performMnemonic:" );
#define nsapplication_performMnemonic_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_performMnemonic_call( (id)object, methodSelector, arg0 );
#undef nsapplication_performMnemonic_call
}
nsobject_t nsapplication_undoManager( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "undoManager" );
#define nsapplication_undoManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_undoManager_call( (id)object, methodSelector );
#undef nsapplication_undoManager_call
}
char nsapplication_validateProposedFirstResponder( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "validateProposedFirstResponder:forEvent:" );
#define nsapplication_validateProposedFirstResponder_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_validateProposedFirstResponder_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_validateProposedFirstResponder_call
}
nsobject_t nsapplication_accessibilityResultsForSearchPredicate( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityResultsForSearchPredicate:" );
#define nsapplication_accessibilityResultsForSearchPredicate_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityResultsForSearchPredicate_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityResultsForSearchPredicate_call
}
nsobject_t nsapplication_accessibilityHeaderForColumnIndex( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityHeaderForColumnIndex:" );
#define nsapplication_accessibilityHeaderForColumnIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityHeaderForColumnIndex_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityHeaderForColumnIndex_call
}
nsobject_t nsapplication_accessibilityHeaderForRowIndex( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityHeaderForRowIndex:" );
#define nsapplication_accessibilityHeaderForRowIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityHeaderForRowIndex_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityHeaderForRowIndex_call
}
nsobject_t nsapplication_accessibilityAuditIssues( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAuditIssues" );
#define nsapplication_accessibilityAuditIssues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityAuditIssues_call( (id)object, methodSelector );
#undef nsapplication_accessibilityAuditIssues_call
}
void nsapplication_setAccessibilityAuditIssues( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAuditIssues:" );
#define nsapplication_setAccessibilityAuditIssues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityAuditIssues_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityAuditIssues_call
}
char nsapplication_isAccessibilityAutoInteractable( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityAutoInteractable" );
#define nsapplication_isAccessibilityAutoInteractable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityAutoInteractable_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityAutoInteractable_call
}
void nsapplication_setAccessibilityAutoInteractable( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAutoInteractable:" );
#define nsapplication_setAccessibilityAutoInteractable_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityAutoInteractable_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityAutoInteractable_call
}
long long nsapplication_accessibilityContainerType( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
#define nsapplication_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityContainerType_call( (id)object, methodSelector );
#undef nsapplication_accessibilityContainerType_call
}
void nsapplication_setAccessibilityContainerType( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
#define nsapplication_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityContainerType_call
}
nsobject_t nsapplication_accessibilityUserInputLabels( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
#define nsapplication_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityUserInputLabels_call( (id)object, methodSelector );
#undef nsapplication_accessibilityUserInputLabels_call
}
void nsapplication_setAccessibilityUserInputLabels( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
#define nsapplication_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityUserInputLabels_call
}
nsobject_t nsapplication_accessibilityAttributedUserInputLabels( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
#define nsapplication_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
#undef nsapplication_accessibilityAttributedUserInputLabels_call
}
void nsapplication_setAccessibilityAttributedUserInputLabels( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
#define nsapplication_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityAttributedUserInputLabels_call
}
nsobject_t nsapplication_accessibilityCustomChoosers( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCustomChoosers" );
#define nsapplication_accessibilityCustomChoosers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityCustomChoosers_call( (id)object, methodSelector );
#undef nsapplication_accessibilityCustomChoosers_call
}
void nsapplication_setAccessibilityCustomChoosers( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCustomChoosers:" );
#define nsapplication_setAccessibilityCustomChoosers_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityCustomChoosers_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityCustomChoosers_call
}
char nsapplication_isAccessibilityEnhancedUserInterface( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityEnhancedUserInterface" );
#define nsapplication_isAccessibilityEnhancedUserInterface_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityEnhancedUserInterface_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityEnhancedUserInterface_call
}
void nsapplication_setAccessibilityEnhancedUserInterface( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityEnhancedUserInterface:" );
#define nsapplication_setAccessibilityEnhancedUserInterface_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityEnhancedUserInterface_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityEnhancedUserInterface_call
}
nsobject_t nsapplication_accessibilityFunctionRowTopLevelElements( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFunctionRowTopLevelElements" );
#define nsapplication_accessibilityFunctionRowTopLevelElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityFunctionRowTopLevelElements_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFunctionRowTopLevelElements_call
}
void nsapplication_setAccessibilityFunctionRowTopLevelElements( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFunctionRowTopLevelElements:" );
#define nsapplication_setAccessibilityFunctionRowTopLevelElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityFunctionRowTopLevelElements_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityFunctionRowTopLevelElements_call
}
char nsapplication_isAccessibilityMimicNativeView( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityMimicNativeView" );
#define nsapplication_isAccessibilityMimicNativeView_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isAccessibilityMimicNativeView_call( (id)object, methodSelector );
#undef nsapplication_isAccessibilityMimicNativeView_call
}
void nsapplication_setAccessibilityMimicNativeView( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityMimicNativeView:" );
#define nsapplication_setAccessibilityMimicNativeView_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityMimicNativeView_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityMimicNativeView_call
}
nsobject_t nsapplication_accessibilitySections( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySections" );
#define nsapplication_accessibilitySections_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySections_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySections_call
}
void nsapplication_setAccessibilitySections( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilitySections:" );
#define nsapplication_setAccessibilitySections_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilitySections_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilitySections_call
}
nsobject_t nsapplication_accessibilityHeaderGroup( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHeaderGroup" );
#define nsapplication_accessibilityHeaderGroup_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityHeaderGroup_call( (id)object, methodSelector );
#undef nsapplication_accessibilityHeaderGroup_call
}
void nsapplication_setAccessibilityHeaderGroup( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHeaderGroup:" );
#define nsapplication_setAccessibilityHeaderGroup_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityHeaderGroup_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityHeaderGroup_call
}
CGRect nsapplication_accessibilityFrameInParentSpace( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFrameInParentSpace" );
#define nsapplication_accessibilityFrameInParentSpace_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return nsapplication_accessibilityFrameInParentSpace_call( (id)object, methodSelector );
#undef nsapplication_accessibilityFrameInParentSpace_call
}
void nsapplication_setAccessibilityFrameInParentSpace( nsapplication_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFrameInParentSpace:" );
#define nsapplication_setAccessibilityFrameInParentSpace_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityFrameInParentSpace_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityFrameInParentSpace_call
}
nsobject_t nsapplication_accessibilityPreviousContentSibling( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPreviousContentSibling" );
#define nsapplication_accessibilityPreviousContentSibling_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPreviousContentSibling_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPreviousContentSibling_call
}
void nsapplication_setPreviousContentSibling( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setPreviousContentSibling:" );
#define nsapplication_setPreviousContentSibling_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setPreviousContentSibling_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setPreviousContentSibling_call
}
nsobject_t nsapplication_accessibilityNextContentSibling( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityNextContentSibling" );
#define nsapplication_accessibilityNextContentSibling_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityNextContentSibling_call( (id)object, methodSelector );
#undef nsapplication_accessibilityNextContentSibling_call
}
void nsapplication_setNextContentSibling( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setNextContentSibling:" );
#define nsapplication_setNextContentSibling_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setNextContentSibling_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setNextContentSibling_call
}
nsobject_t nsapplication_accessibilityContentSiblingAbove( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityContentSiblingAbove" );
#define nsapplication_accessibilityContentSiblingAbove_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityContentSiblingAbove_call( (id)object, methodSelector );
#undef nsapplication_accessibilityContentSiblingAbove_call
}
void nsapplication_setAccessibilityContentSiblingAbove( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityContentSiblingAbove:" );
#define nsapplication_setAccessibilityContentSiblingAbove_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityContentSiblingAbove_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityContentSiblingAbove_call
}
nsobject_t nsapplication_accessibilityContentSiblingBelow( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityContentSiblingBelow" );
#define nsapplication_accessibilityContentSiblingBelow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityContentSiblingBelow_call( (id)object, methodSelector );
#undef nsapplication_accessibilityContentSiblingBelow_call
}
void nsapplication_setAccessibilityContentSiblingBelow( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityContentSiblingBelow:" );
#define nsapplication_setAccessibilityContentSiblingBelow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityContentSiblingBelow_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityContentSiblingBelow_call
}
char nsapplication_accessibilityOverridesAlwaysTakePrecedence( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityOverridesAlwaysTakePrecedence" );
#define nsapplication_accessibilityOverridesAlwaysTakePrecedence_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityOverridesAlwaysTakePrecedence_call( (id)object, methodSelector );
#undef nsapplication_accessibilityOverridesAlwaysTakePrecedence_call
}
void nsapplication_setAccessibilityOverridesAlwaysTakePrecedence( nsapplication_t object, char arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityOverridesAlwaysTakePrecedence:" );
#define nsapplication_setAccessibilityOverridesAlwaysTakePrecedence_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setAccessibilityOverridesAlwaysTakePrecedence_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setAccessibilityOverridesAlwaysTakePrecedence_call
}
nsobject_t nsapplication_makeTouchBar( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "makeTouchBar" );
#define nsapplication_makeTouchBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_makeTouchBar_call( (id)object, methodSelector );
#undef nsapplication_makeTouchBar_call
}
void nsapplication_mouseDragged( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mouseDragged:" );
#define nsapplication_mouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_mouseDragged_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mouseDragged_call
}
void nsapplication_mouseUp( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mouseUp:" );
#define nsapplication_mouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_mouseUp_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mouseUp_call
}
void nsapplication_interpretKeyEvents( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "interpretKeyEvents:" );
#define nsapplication_interpretKeyEvents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_interpretKeyEvents_call( (id)object, methodSelector, arg0 );
#undef nsapplication_interpretKeyEvents_call
}
void nsapplication_magnifyWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "magnifyWithEvent:" );
#define nsapplication_magnifyWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_magnifyWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_magnifyWithEvent_call
}
void nsapplication_translateWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "translateWithEvent:" );
#define nsapplication_translateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_translateWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_translateWithEvent_call
}
void nsapplication_touchesBeganWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "touchesBeganWithEvent:" );
#define nsapplication_touchesBeganWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_touchesBeganWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_touchesBeganWithEvent_call
}
void nsapplication_touchesMovedWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "touchesMovedWithEvent:" );
#define nsapplication_touchesMovedWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_touchesMovedWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_touchesMovedWithEvent_call
}
void nsapplication_touchesEndedWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "touchesEndedWithEvent:" );
#define nsapplication_touchesEndedWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_touchesEndedWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_touchesEndedWithEvent_call
}
void nsapplication_touchesCancelledWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "touchesCancelledWithEvent:" );
#define nsapplication_touchesCancelledWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_touchesCancelledWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_touchesCancelledWithEvent_call
}
void nsapplication_rightMouseUp( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "rightMouseUp:" );
#define nsapplication_rightMouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_rightMouseUp_call( (id)object, methodSelector, arg0 );
#undef nsapplication_rightMouseUp_call
}
void nsapplication_keyUp( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "keyUp:" );
#define nsapplication_keyUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_keyUp_call( (id)object, methodSelector, arg0 );
#undef nsapplication_keyUp_call
}
void nsapplication_flagsChanged( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "flagsChanged:" );
#define nsapplication_flagsChanged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_flagsChanged_call( (id)object, methodSelector, arg0 );
#undef nsapplication_flagsChanged_call
}
void nsapplication_rightMouseDragged( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "rightMouseDragged:" );
#define nsapplication_rightMouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_rightMouseDragged_call( (id)object, methodSelector, arg0 );
#undef nsapplication_rightMouseDragged_call
}
void nsapplication_otherMouseDown( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "otherMouseDown:" );
#define nsapplication_otherMouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_otherMouseDown_call( (id)object, methodSelector, arg0 );
#undef nsapplication_otherMouseDown_call
}
void nsapplication_otherMouseDragged( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "otherMouseDragged:" );
#define nsapplication_otherMouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_otherMouseDragged_call( (id)object, methodSelector, arg0 );
#undef nsapplication_otherMouseDragged_call
}
void nsapplication_otherMouseUp( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "otherMouseUp:" );
#define nsapplication_otherMouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_otherMouseUp_call( (id)object, methodSelector, arg0 );
#undef nsapplication_otherMouseUp_call
}
nsobject_t nsapplication_userActivity( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "userActivity" );
#define nsapplication_userActivity_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_userActivity_call( (id)object, methodSelector );
#undef nsapplication_userActivity_call
}
void nsapplication_updateUserActivityState( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "updateUserActivityState:" );
#define nsapplication_updateUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_updateUserActivityState_call( (id)object, methodSelector, arg0 );
#undef nsapplication_updateUserActivityState_call
}
void nsapplication_restoreUserActivityState( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "restoreUserActivityState:" );
#define nsapplication_restoreUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_restoreUserActivityState_call( (id)object, methodSelector, arg0 );
#undef nsapplication_restoreUserActivityState_call
}
void nsapplication_setUserActivity( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setUserActivity:" );
#define nsapplication_setUserActivity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setUserActivity_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setUserActivity_call
}
void nsapplication_cursorUpdate( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "cursorUpdate:" );
#define nsapplication_cursorUpdate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_cursorUpdate_call( (id)object, methodSelector, arg0 );
#undef nsapplication_cursorUpdate_call
}
void nsapplication_insertText( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "insertText:" );
#define nsapplication_insertText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_insertText_call( (id)object, methodSelector, arg0 );
#undef nsapplication_insertText_call
}
void nsapplication_flushBufferedKeyEvents( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "flushBufferedKeyEvents" );
#define nsapplication_flushBufferedKeyEvents_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_flushBufferedKeyEvents_call( (id)object, methodSelector );
#undef nsapplication_flushBufferedKeyEvents_call
}
void nsapplication_helpRequested( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "helpRequested:" );
#define nsapplication_helpRequested_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_helpRequested_call( (id)object, methodSelector, arg0 );
#undef nsapplication_helpRequested_call
}
nsobject_t nsapplication_servicesRequestor( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "servicesRequestor" );
#define nsapplication_servicesRequestor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_servicesRequestor_call( (id)object, methodSelector );
#undef nsapplication_servicesRequestor_call
}
void nsapplication_quickAction( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "quickAction:didFailWithRequestor:error:" );
#define nsapplication_quickAction_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_quickAction_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_quickAction_call
}
nsobject_t nsapplication_additionalQuickActionItemSource( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "additionalQuickActionItemSource" );
#define nsapplication_additionalQuickActionItemSource_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_additionalQuickActionItemSource_call( (id)object, methodSelector );
#undef nsapplication_additionalQuickActionItemSource_call
}
nsobject_t nsapplication_colorFactory( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "colorFactory" );
#define nsapplication_colorFactory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_colorFactory_call( (id)object, methodSelector );
#undef nsapplication_colorFactory_call
}
unsigned long long nsapplication_interfaceStyle( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "interfaceStyle" );
#define nsapplication_interfaceStyle_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_interfaceStyle_call( (id)object, methodSelector );
#undef nsapplication_interfaceStyle_call
}
void nsapplication_setInterfaceStyle( nsapplication_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "setInterfaceStyle:" );
#define nsapplication_setInterfaceStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setInterfaceStyle_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setInterfaceStyle_call
}
nsobject_t nsapplication_dependencyInfo( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "dependencyInfo" );
#define nsapplication_dependencyInfo_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_dependencyInfo_call( (id)object, methodSelector );
#undef nsapplication_dependencyInfo_call
}
void nsapplication_didBecomeActiveFirstResponder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "didBecomeActiveFirstResponder" );
#define nsapplication_didBecomeActiveFirstResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_didBecomeActiveFirstResponder_call( (id)object, methodSelector );
#undef nsapplication_didBecomeActiveFirstResponder_call
}
void nsapplication_didResignActiveFirstResponder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "didResignActiveFirstResponder" );
#define nsapplication_didResignActiveFirstResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_didResignActiveFirstResponder_call( (id)object, methodSelector );
#undef nsapplication_didResignActiveFirstResponder_call
}
void nsapplication_rotateWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "rotateWithEvent:" );
#define nsapplication_rotateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_rotateWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_rotateWithEvent_call
}
void nsapplication_noResponderFor( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "noResponderFor:" );
#define nsapplication_noResponderFor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_noResponderFor_call( (id)object, methodSelector, arg0 );
#undef nsapplication_noResponderFor_call
}
char nsapplication_wantsForwardedScrollEventsForAxis( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "wantsForwardedScrollEventsForAxis:" );
#define nsapplication_wantsForwardedScrollEventsForAxis_call( obj, selector, arg0 ) ((char (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_wantsForwardedScrollEventsForAxis_call( (id)object, methodSelector, arg0 );
#undef nsapplication_wantsForwardedScrollEventsForAxis_call
}
char nsapplication_wantsScrollEventsForSwipeTrackingOnAxis( nsapplication_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "wantsScrollEventsForSwipeTrackingOnAxis:" );
#define nsapplication_wantsScrollEventsForSwipeTrackingOnAxis_call( obj, selector, arg0 ) ((char (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_wantsScrollEventsForSwipeTrackingOnAxis_call( (id)object, methodSelector, arg0 );
#undef nsapplication_wantsScrollEventsForSwipeTrackingOnAxis_call
}
void nsapplication_setDependencyInfo( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setDependencyInfo:" );
#define nsapplication_setDependencyInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setDependencyInfo_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setDependencyInfo_call
}
void nsapplication_invalidateRequestor( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "invalidateRequestor" );
#define nsapplication_invalidateRequestor_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_invalidateRequestor_call( (id)object, methodSelector );
#undef nsapplication_invalidateRequestor_call
}
void nsapplication_tabletProximity( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "tabletProximity:" );
#define nsapplication_tabletProximity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_tabletProximity_call( (id)object, methodSelector, arg0 );
#undef nsapplication_tabletProximity_call
}
void nsapplication_smartMagnifyWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "smartMagnifyWithEvent:" );
#define nsapplication_smartMagnifyWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_smartMagnifyWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_smartMagnifyWithEvent_call
}
void nsapplication_swipeWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "swipeWithEvent:" );
#define nsapplication_swipeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_swipeWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_swipeWithEvent_call
}
void nsapplication_beginGestureWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "beginGestureWithEvent:" );
#define nsapplication_beginGestureWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_beginGestureWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_beginGestureWithEvent_call
}
void nsapplication_endGestureWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "endGestureWithEvent:" );
#define nsapplication_endGestureWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_endGestureWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_endGestureWithEvent_call
}
void nsapplication_quickLookWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "quickLookWithEvent:" );
#define nsapplication_quickLookWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_quickLookWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_quickLookWithEvent_call
}
void nsapplication_navigateWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "navigateWithEvent:" );
#define nsapplication_navigateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_navigateWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_navigateWithEvent_call
}
void nsapplication_changeModeWithEvent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "changeModeWithEvent:" );
#define nsapplication_changeModeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_changeModeWithEvent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_changeModeWithEvent_call
}
char nsapplication_wantsForwardedScrollEvents( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "wantsForwardedScrollEvents" );
#define nsapplication_wantsForwardedScrollEvents_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_wantsForwardedScrollEvents_call( (id)object, methodSelector );
#undef nsapplication_wantsForwardedScrollEvents_call
}
void nsapplication_showContextHelp( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "showContextHelp:" );
#define nsapplication_showContextHelp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_showContextHelp_call( (id)object, methodSelector, arg0 );
#undef nsapplication_showContextHelp_call
}
nsobject_t nsapplication_presentationWindowForError( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "presentationWindowForError:originatedInWindow:" );
#define nsapplication_presentationWindowForError_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_presentationWindowForError_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_presentationWindowForError_call
}
nsobject_t nsapplication_ns_widgetType( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "ns_widgetType" );
#define nsapplication_ns_widgetType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_ns_widgetType_call( (id)object, methodSelector );
#undef nsapplication_ns_widgetType_call
}
nsobject_t nsapplication_accessibilityOverriddenAttributes( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityOverriddenAttributes" );
#define nsapplication_accessibilityOverriddenAttributes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityOverriddenAttributes_call( (id)object, methodSelector );
#undef nsapplication_accessibilityOverriddenAttributes_call
}
char nsapplication_accessibilityReplaceRange( nsapplication_t object, _NSRange arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "accessibilityReplaceRange:withText:" );
#define nsapplication_accessibilityReplaceRange_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, _NSRange, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_accessibilityReplaceRange_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_accessibilityReplaceRange_call
}
double nsapplication_accessibilityVisibleArea( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityVisibleArea" );
#define nsapplication_accessibilityVisibleArea_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return nsapplication_accessibilityVisibleArea_call( (id)object, methodSelector );
#undef nsapplication_accessibilityVisibleArea_call
}
unsigned long long nsapplication_accessibilityArrayAttributeCount( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityArrayAttributeCount:" );
#define nsapplication_accessibilityArrayAttributeCount_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityArrayAttributeCount_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityArrayAttributeCount_call
}
unsigned long long nsapplication_accessibilityIndexOfChild( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityIndexOfChild:" );
#define nsapplication_accessibilityIndexOfChild_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityIndexOfChild_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityIndexOfChild_call
}
nsobject_t nsapplication_accessibilityArrayAttributeValues( nsapplication_t object, nsobject_t arg0, unsigned long long arg1, unsigned long long arg2 )
{
SEL methodSelector = sel_registerName( "accessibilityArrayAttributeValues:index:maxCount:" );
#define nsapplication_accessibilityArrayAttributeValues_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return nsapplication_accessibilityArrayAttributeValues_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_accessibilityArrayAttributeValues_call
}
nsobject_t nsapplication_accessibilityParameterizedAttributeNames( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityParameterizedAttributeNames" );
#define nsapplication_accessibilityParameterizedAttributeNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityParameterizedAttributeNames_call( (id)object, methodSelector );
#undef nsapplication_accessibilityParameterizedAttributeNames_call
}
nsobject_t nsapplication_accessibilityIndexForChildUIElementAttributeForParameter( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityIndexForChildUIElementAttributeForParameter:" );
#define nsapplication_accessibilityIndexForChildUIElementAttributeForParameter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityIndexForChildUIElementAttributeForParameter_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityIndexForChildUIElementAttributeForParameter_call
}
nsobject_t nsapplication_accessibilityAttributedValueForStringAttributeAttributeForParameter( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedValueForStringAttributeAttributeForParameter:" );
#define nsapplication_accessibilityAttributedValueForStringAttributeAttributeForParameter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityAttributedValueForStringAttributeAttributeForParameter_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityAttributedValueForStringAttributeAttributeForParameter_call
}
nsobject_t nsapplication_accessibilityTemporaryChildren( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTemporaryChildren" );
#define nsapplication_accessibilityTemporaryChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityTemporaryChildren_call( (id)object, methodSelector );
#undef nsapplication_accessibilityTemporaryChildren_call
}
char nsapplication_accessibilityPerformShowMenuOfChild( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityPerformShowMenuOfChild:" );
#define nsapplication_accessibilityPerformShowMenuOfChild_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityPerformShowMenuOfChild_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityPerformShowMenuOfChild_call
}
int nsapplication_accessibilityPresenterProcessIdentifier( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPresenterProcessIdentifier" );
#define nsapplication_accessibilityPresenterProcessIdentifier_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityPresenterProcessIdentifier_call( (id)object, methodSelector );
#undef nsapplication_accessibilityPresenterProcessIdentifier_call
}
char nsapplication_accessibilitySupportsNotifications( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySupportsNotifications" );
#define nsapplication_accessibilitySupportsNotifications_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySupportsNotifications_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySupportsNotifications_call
}
char nsapplication_accessibilityShouldSendNotification( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityShouldSendNotification:" );
#define nsapplication_accessibilityShouldSendNotification_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_accessibilityShouldSendNotification_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityShouldSendNotification_call
}
char nsapplication_accessibilitySupportsOverriddenAttributes( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySupportsOverriddenAttributes" );
#define nsapplication_accessibilitySupportsOverriddenAttributes_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySupportsOverriddenAttributes_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySupportsOverriddenAttributes_call
}
char nsapplication_accessibilityAllowsOverriddenAttributesWhenIgnored( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAllowsOverriddenAttributesWhenIgnored" );
#define nsapplication_accessibilityAllowsOverriddenAttributesWhenIgnored_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilityAllowsOverriddenAttributesWhenIgnored_call( (id)object, methodSelector );
#undef nsapplication_accessibilityAllowsOverriddenAttributesWhenIgnored_call
}
char nsapplication_accessibilitySetOverrideValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "accessibilitySetOverrideValue:forAttribute:" );
#define nsapplication_accessibilitySetOverrideValue_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_accessibilitySetOverrideValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_accessibilitySetOverrideValue_call
}
void nsapplication_accessibilityEncodeOverriddenAttributes( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityEncodeOverriddenAttributes:" );
#define nsapplication_accessibilityEncodeOverriddenAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilityEncodeOverriddenAttributes_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityEncodeOverriddenAttributes_call
}
void nsapplication_accessibilityDecodeOverriddenAttributes( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityDecodeOverriddenAttributes:" );
#define nsapplication_accessibilityDecodeOverriddenAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilityDecodeOverriddenAttributes_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityDecodeOverriddenAttributes_call
}
char nsapplication_accessibilitySupportsCustomElementData( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "accessibilitySupportsCustomElementData" );
#define nsapplication_accessibilitySupportsCustomElementData_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessibilitySupportsCustomElementData_call( (id)object, methodSelector );
#undef nsapplication_accessibilitySupportsCustomElementData_call
}
void nsapplication_bind( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3 )
{
SEL methodSelector = sel_registerName( "bind:toObject:withKeyPath:options:" );
#define nsapplication_bind_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
nsapplication_bind_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef nsapplication_bind_call
}
void nsapplication_awakeFromNib( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "awakeFromNib" );
#define nsapplication_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_awakeFromNib_call( (id)object, methodSelector );
#undef nsapplication_awakeFromNib_call
}
nsobject_t nsapplication_userInterfaceItemIdentifier( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "userInterfaceItemIdentifier" );
#define nsapplication_userInterfaceItemIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_userInterfaceItemIdentifier_call( (id)object, methodSelector );
#undef nsapplication_userInterfaceItemIdentifier_call
}
void nsapplication_setUserInterfaceItemIdentifier( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setUserInterfaceItemIdentifier:" );
#define nsapplication_setUserInterfaceItemIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setUserInterfaceItemIdentifier_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setUserInterfaceItemIdentifier_call
}
void nsapplication_unbind( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "unbind:" );
#define nsapplication_unbind_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_unbind_call( (id)object, methodSelector, arg0 );
#undef nsapplication_unbind_call
}
nsclass_t nsapplication_valueClassForBinding( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueClassForBinding:" );
#define nsapplication_valueClassForBinding_call( obj, selector, arg0 ) ((nsclass_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_valueClassForBinding_call( (id)object, methodSelector, arg0 );
#undef nsapplication_valueClassForBinding_call
}
nsobject_t nsapplication_NS_observationForKeyPath( nsapplication_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 )
{
SEL methodSelector = sel_registerName( "NS_observationForKeyPath:options:block:" );
#define nsapplication_NS_observationForKeyPath_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return nsapplication_NS_observationForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_NS_observationForKeyPath_call
}
nsobject_t nsapplication_NS_observationForKeyPaths( nsapplication_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 )
{
SEL methodSelector = sel_registerName( "NS_observationForKeyPaths:options:block:" );
#define nsapplication_NS_observationForKeyPaths_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return nsapplication_NS_observationForKeyPaths_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_NS_observationForKeyPaths_call
}
nsobject_t nsapplication_optionDescriptionsForBinding( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "optionDescriptionsForBinding:" );
#define nsapplication_optionDescriptionsForBinding_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_optionDescriptionsForBinding_call( (id)object, methodSelector, arg0 );
#undef nsapplication_optionDescriptionsForBinding_call
}
nsobject_t nsapplication_exposedBindings( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "exposedBindings" );
#define nsapplication_exposedBindings_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_exposedBindings_call( (id)object, methodSelector );
#undef nsapplication_exposedBindings_call
}
nsobject_t nsapplication_infoForBinding( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "infoForBinding:" );
#define nsapplication_infoForBinding_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_infoForBinding_call( (id)object, methodSelector, arg0 );
#undef nsapplication_infoForBinding_call
}
void nsapplication_prepareForInterfaceBuilder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
#define nsapplication_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_prepareForInterfaceBuilder_call( (id)object, methodSelector );
#undef nsapplication_prepareForInterfaceBuilder_call
}
void nsapplication_accessibilityAddTemporaryChild( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityAddTemporaryChild:" );
#define nsapplication_accessibilityAddTemporaryChild_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilityAddTemporaryChild_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityAddTemporaryChild_call
}
void nsapplication_accessibilityRemoveTemporaryChild( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityRemoveTemporaryChild:" );
#define nsapplication_accessibilityRemoveTemporaryChild_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilityRemoveTemporaryChild_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilityRemoveTemporaryChild_call
}
nsobject_t nsapplication_NSLifeguard_autorelease( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "NSLifeguard_autorelease" );
#define nsapplication_NSLifeguard_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_NSLifeguard_autorelease_call( (id)object, methodSelector );
#undef nsapplication_NSLifeguard_autorelease_call
}
void nsapplication_accessibilitySetPresenterProcessIdentifier( nsapplication_t object, int arg0 )
{
SEL methodSelector = sel_registerName( "accessibilitySetPresenterProcessIdentifier:" );
#define nsapplication_accessibilitySetPresenterProcessIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_accessibilitySetPresenterProcessIdentifier_call( (id)object, methodSelector, arg0 );
#undef nsapplication_accessibilitySetPresenterProcessIdentifier_call
}
nsobject_t nsapplication_NS_tiledLayerVisibleRect( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "NS_tiledLayerVisibleRect" );
#define nsapplication_NS_tiledLayerVisibleRect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_NS_tiledLayerVisibleRect_call( (id)object, methodSelector );
#undef nsapplication_NS_tiledLayerVisibleRect_call
}
void nsapplication_NS_addTiledLayerDescendent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "NS_addTiledLayerDescendent:" );
#define nsapplication_NS_addTiledLayerDescendent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_NS_addTiledLayerDescendent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_NS_addTiledLayerDescendent_call
}
void nsapplication_NS_removeTiledLayerDescendent( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "NS_removeTiledLayerDescendent:" );
#define nsapplication_NS_removeTiledLayerDescendent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_NS_removeTiledLayerDescendent_call( (id)object, methodSelector, arg0 );
#undef nsapplication_NS_removeTiledLayerDescendent_call
}
char nsapplication_CAMLTypeSupportedForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
#define nsapplication_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_CAMLTypeSupportedForKey_call
}
nsobject_t nsapplication_CAMLTypeForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
#define nsapplication_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_CAMLTypeForKey_call
}
char nsapplication_CA_validateValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
#define nsapplication_CA_validateValue_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_CA_validateValue_call
}
void nsapplication_encodeWithCAMLWriter( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
#define nsapplication_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
#undef nsapplication_encodeWithCAMLWriter_call
}
nsobject_t nsapplication_CA_interpolateValues( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
{
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
#define nsapplication_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 nsapplication_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef nsapplication_CA_interpolateValues_call
}
nsobject_t nsapplication_CAMLType( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "CAMLType" );
#define nsapplication_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_CAMLType_call( (id)object, methodSelector );
#undef nsapplication_CAMLType_call
}
nsobject_t nsapplication_CA_archivingValueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
#define nsapplication_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_CA_archivingValueForKey_call
}
nsobject_t nsapplication_CA_roundToIntegerFromValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
#define nsapplication_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_CA_roundToIntegerFromValue_call
}
nsobject_t nsapplication_CA_addValue( nsapplication_t object, nsobject_t arg0, int arg1 )
{
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
#define nsapplication_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_CA_addValue_call
}
nsobject_t nsapplication_CA_interpolateValue( nsapplication_t object, nsobject_t arg0, float arg1 )
{
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
#define nsapplication_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_CA_interpolateValue_call
}
double nsapplication_CA_distanceToValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
#define nsapplication_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
return nsapplication_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_CA_distanceToValue_call
}
void nsapplication_CA_prepareRenderValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
#define nsapplication_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_CA_prepareRenderValue_call( (id)object, methodSelector );
#undef nsapplication_CA_prepareRenderValue_call
}
Object* nsapplication_CA_copyRenderValue( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
#define nsapplication_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_CA_copyRenderValue_call( (id)object, methodSelector );
#undef nsapplication_CA_copyRenderValue_call
}
char nsapplication_supportsRBSXPCSecureCoding( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
#define nsapplication_supportsRBSXPCSecureCoding_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
#undef nsapplication_supportsRBSXPCSecureCoding_call
}
char nsapplication_RBSIsXPCObject( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
#define nsapplication_RBSIsXPCObject_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_RBSIsXPCObject_call( (id)object, methodSelector );
#undef nsapplication_RBSIsXPCObject_call
}
nsobject_t nsapplication_NSRepresentation( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "NSRepresentation" );
#define nsapplication_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_NSRepresentation_call( (id)object, methodSelector );
#undef nsapplication_NSRepresentation_call
}
char nsapplication_supportsBSXPCSecureCoding( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
#define nsapplication_supportsBSXPCSecureCoding_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
#undef nsapplication_supportsBSXPCSecureCoding_call
}
char nsapplication_bs_isPlistableType( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
#define nsapplication_bs_isPlistableType_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_bs_isPlistableType_call( (id)object, methodSelector );
#undef nsapplication_bs_isPlistableType_call
}
nsobject_t nsapplication_bs_secureEncoded( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
#define nsapplication_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_bs_secureEncoded_call( (id)object, methodSelector );
#undef nsapplication_bs_secureEncoded_call
}
nsobject_t nsapplication_bs_encoded( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "bs_encoded" );
#define nsapplication_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_bs_encoded_call( (id)object, methodSelector );
#undef nsapplication_bs_encoded_call
}
nsclass_t nsapplication_classForCoder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "classForCoder" );
#define nsapplication_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_classForCoder_call( (id)object, methodSelector );
#undef nsapplication_classForCoder_call
}
nsobject_t nsapplication_replacementObjectForCoder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
#define nsapplication_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_replacementObjectForCoder_call
}
nsobject_t nsapplication_awakeAfterUsingCoder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
#define nsapplication_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_awakeAfterUsingCoder_call
}
char nsapplication_implementsSelector( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "implementsSelector:" );
#define nsapplication_implementsSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_implementsSelector_call( (id)object, methodSelector, arg0 );
#undef nsapplication_implementsSelector_call
}
void nsapplication_setObservationInfo( nsapplication_t object, void* arg0 )
{
SEL methodSelector = sel_registerName( "setObservationInfo:" );
#define nsapplication_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setObservationInfo_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setObservationInfo_call
}
nsobject_t nsapplication_replacementObjectForPortCoder( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
#define nsapplication_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
#undef nsapplication_replacementObjectForPortCoder_call
}
void nsapplication_willChangeValueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
#define nsapplication_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_willChangeValueForKey_call
}
void nsapplication_didChangeValueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
#define nsapplication_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_didChangeValueForKey_call
}
nsobject_t nsapplication_dictionaryWithValuesForKeys( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
#define nsapplication_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
#undef nsapplication_dictionaryWithValuesForKeys_call
}
nsobject_t nsapplication_valueForUndefinedKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
#define nsapplication_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_valueForUndefinedKey_call
}
nsclass_t nsapplication_classForKeyedArchiver( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
#define nsapplication_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_classForKeyedArchiver_call( (id)object, methodSelector );
#undef nsapplication_classForKeyedArchiver_call
}
nsobject_t nsapplication_replacementObjectForKeyedArchiver( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
#define nsapplication_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
#undef nsapplication_replacementObjectForKeyedArchiver_call
}
nsobject_t nsapplication_valueForKeyPath( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
#define nsapplication_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_valueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef nsapplication_valueForKeyPath_call
}
nsobject_t nsapplication_addObserver( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addObserver:" );
#define nsapplication_addObserver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_addObserver_call( (id)object, methodSelector, arg0 );
#undef nsapplication_addObserver_call
}
nsobject_t nsapplication_objectSpecifier( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "objectSpecifier" );
#define nsapplication_objectSpecifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_objectSpecifier_call( (id)object, methodSelector );
#undef nsapplication_objectSpecifier_call
}
nsobject_t nsapplication_replacementObjectForArchiver( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
#define nsapplication_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
#undef nsapplication_replacementObjectForArchiver_call
}
nsclass_t nsapplication_classForArchiver( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "classForArchiver" );
#define nsapplication_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_classForArchiver_call( (id)object, methodSelector );
#undef nsapplication_classForArchiver_call
}
nsobject_t nsapplication_attributeKeys( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "attributeKeys" );
#define nsapplication_attributeKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_attributeKeys_call( (id)object, methodSelector );
#undef nsapplication_attributeKeys_call
}
nsobject_t nsapplication_toOneRelationshipKeys( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "toOneRelationshipKeys" );
#define nsapplication_toOneRelationshipKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_toOneRelationshipKeys_call( (id)object, methodSelector );
#undef nsapplication_toOneRelationshipKeys_call
}
nsobject_t nsapplication_toManyRelationshipKeys( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "toManyRelationshipKeys" );
#define nsapplication_toManyRelationshipKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_toManyRelationshipKeys_call( (id)object, methodSelector );
#undef nsapplication_toManyRelationshipKeys_call
}
nsobject_t nsapplication_inverseForRelationshipKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "inverseForRelationshipKey:" );
#define nsapplication_inverseForRelationshipKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_inverseForRelationshipKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_inverseForRelationshipKey_call
}
nsobject_t nsapplication_classDescription( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "classDescription" );
#define nsapplication_classDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_classDescription_call( (id)object, methodSelector );
#undef nsapplication_classDescription_call
}
objc_method_description* nsapplication_methodDescriptionForSelector( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
#define nsapplication_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
#undef nsapplication_methodDescriptionForSelector_call
}
nsobject_t nsapplication_handleQueryWithUnboundKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "handleQueryWithUnboundKey:" );
#define nsapplication_handleQueryWithUnboundKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_handleQueryWithUnboundKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_handleQueryWithUnboundKey_call
}
void nsapplication_handleTakeValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "handleTakeValue:forUnboundKey:" );
#define nsapplication_handleTakeValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_handleTakeValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_handleTakeValue_call
}
nsobject_t nsapplication_storedValueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "storedValueForKey:" );
#define nsapplication_storedValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_storedValueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_storedValueForKey_call
}
void nsapplication_takeStoredValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "takeStoredValue:forKey:" );
#define nsapplication_takeStoredValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_takeStoredValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_takeStoredValue_call
}
void nsapplication_takeValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "takeValue:forKey:" );
#define nsapplication_takeValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_takeValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_takeValue_call
}
nsobject_t nsapplication_valuesForKeys( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valuesForKeys:" );
#define nsapplication_valuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_valuesForKeys_call( (id)object, methodSelector, arg0 );
#undef nsapplication_valuesForKeys_call
}
void nsapplication_takeValuesFromDictionary( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "takeValuesFromDictionary:" );
#define nsapplication_takeValuesFromDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_takeValuesFromDictionary_call( (id)object, methodSelector, arg0 );
#undef nsapplication_takeValuesFromDictionary_call
}
void nsapplication_unableToSetNilForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "unableToSetNilForKey:" );
#define nsapplication_unableToSetNilForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_unableToSetNilForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_unableToSetNilForKey_call
}
nsobject_t nsapplication_keyValueBindingForKey( nsapplication_t object, nsobject_t arg0, unsigned long long arg1 )
{
SEL methodSelector = sel_registerName( "keyValueBindingForKey:typeMask:" );
#define nsapplication_keyValueBindingForKey_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_keyValueBindingForKey_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_keyValueBindingForKey_call
}
nsobject_t nsapplication_createKeyValueBindingForKey( nsapplication_t object, nsobject_t arg0, unsigned long long arg1 )
{
SEL methodSelector = sel_registerName( "createKeyValueBindingForKey:typeMask:" );
#define nsapplication_createKeyValueBindingForKey_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_createKeyValueBindingForKey_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_createKeyValueBindingForKey_call
}
nsobject_t nsapplication_mutableArrayValueForKeyPath( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
#define nsapplication_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mutableArrayValueForKeyPath_call
}
nsobject_t nsapplication_mutableOrderedSetValueForKeyPath( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
#define nsapplication_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mutableOrderedSetValueForKeyPath_call
}
nsobject_t nsapplication_mutableSetValueForKeyPath( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
#define nsapplication_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mutableSetValueForKeyPath_call
}
void nsapplication_removeObservation( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeObservation:" );
#define nsapplication_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_removeObservation_call( (id)object, methodSelector, arg0 );
#undef nsapplication_removeObservation_call
}
void nsapplication_receiveObservedValue( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
#define nsapplication_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_receiveObservedValue_call( (id)object, methodSelector, arg0 );
#undef nsapplication_receiveObservedValue_call
}
void nsapplication_receiveObservedError( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "receiveObservedError:" );
#define nsapplication_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_receiveObservedError_call( (id)object, methodSelector, arg0 );
#undef nsapplication_receiveObservedError_call
}
void nsapplication_finishObserving( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "finishObserving" );
#define nsapplication_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_finishObserving_call( (id)object, methodSelector );
#undef nsapplication_finishObserving_call
}
void nsapplication_setObservation( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
#define nsapplication_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_setObservation_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_setObservation_call
}
void nsapplication_removeObserver( nsapplication_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
{
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
#define nsapplication_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_removeObserver_call
}
nsobject_t nsapplication_className( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "className" );
#define nsapplication_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_className_call( (id)object, methodSelector );
#undef nsapplication_className_call
}
nsobject_t nsapplication_addChainedObservers( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addChainedObservers:" );
#define nsapplication_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_addChainedObservers_call( (id)object, methodSelector, arg0 );
#undef nsapplication_addChainedObservers_call
}
nsobject_t nsapplication_addObserverBlock( nsapplication_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "addObserverBlock:" );
#define nsapplication_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_addObserverBlock_call( (id)object, methodSelector, arg0 );
#undef nsapplication_addObserverBlock_call
}
nsobject_t nsapplication_addObservationTransformer( nsapplication_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
#define nsapplication_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_addObservationTransformer_call( (id)object, methodSelector, arg0 );
#undef nsapplication_addObservationTransformer_call
}
void nsapplication_setNilValueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
#define nsapplication_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setNilValueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setNilValueForKey_call
}
nsobject_t nsapplication_mutableArrayValueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
#define nsapplication_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mutableArrayValueForKey_call
}
nsobject_t nsapplication_mutableOrderedSetValueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
#define nsapplication_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mutableOrderedSetValueForKey_call
}
nsobject_t nsapplication_mutableSetValueForKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
#define nsapplication_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_mutableSetValueForKey_call
}
void nsapplication_setValuesForKeysWithDictionary( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
#define nsapplication_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setValuesForKeysWithDictionary_call
}
void nsapplication_willChange( nsapplication_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
#define nsapplication_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_willChange_call
}
void nsapplication_didChange( nsapplication_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
#define nsapplication_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_didChange_call
}
void* nsapplication_observationInfo( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "observationInfo" );
#define nsapplication_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_observationInfo_call( (id)object, methodSelector );
#undef nsapplication_observationInfo_call
}
nsobject_t nsapplication_autoContentAccessingProxy( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
#define nsapplication_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_autoContentAccessingProxy_call( (id)object, methodSelector );
#undef nsapplication_autoContentAccessingProxy_call
}
nsobject_t nsapplication_coerceValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "coerceValue:forKey:" );
#define nsapplication_coerceValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_coerceValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_coerceValue_call
}
void nsapplication_setScriptingProperties( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setScriptingProperties:" );
#define nsapplication_setScriptingProperties_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setScriptingProperties_call( (id)object, methodSelector, arg0 );
#undef nsapplication_setScriptingProperties_call
}
nsobject_t nsapplication_scriptingValueForSpecifier( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "scriptingValueForSpecifier:" );
#define nsapplication_scriptingValueForSpecifier_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_scriptingValueForSpecifier_call( (id)object, methodSelector, arg0 );
#undef nsapplication_scriptingValueForSpecifier_call
}
nsobject_t nsapplication_scriptingProperties( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "scriptingProperties" );
#define nsapplication_scriptingProperties_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_scriptingProperties_call( (id)object, methodSelector );
#undef nsapplication_scriptingProperties_call
}
nsobject_t nsapplication_coerceValueForScriptingProperties( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "coerceValueForScriptingProperties:" );
#define nsapplication_coerceValueForScriptingProperties_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_coerceValueForScriptingProperties_call( (id)object, methodSelector, arg0 );
#undef nsapplication_coerceValueForScriptingProperties_call
}
nsclass_t nsapplication_classForPortCoder( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "classForPortCoder" );
#define nsapplication_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_classForPortCoder_call( (id)object, methodSelector );
#undef nsapplication_classForPortCoder_call
}
void nsapplication_performSelector( nsapplication_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
{
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
#define nsapplication_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 )
nsapplication_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef nsapplication_performSelector_call
}
unsigned int nsapplication_classCode( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "classCode" );
#define nsapplication_classCode_call( obj, selector ) ((unsigned int (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_classCode_call( (id)object, methodSelector );
#undef nsapplication_classCode_call
}
char nsapplication_isEqualTo( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isEqualTo:" );
#define nsapplication_isEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isEqualTo_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isEqualTo_call
}
char nsapplication_isLessThanOrEqualTo( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isLessThanOrEqualTo:" );
#define nsapplication_isLessThanOrEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isLessThanOrEqualTo_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isLessThanOrEqualTo_call
}
char nsapplication_isLessThan( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isLessThan:" );
#define nsapplication_isLessThan_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isLessThan_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isLessThan_call
}
char nsapplication_isGreaterThanOrEqualTo( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isGreaterThanOrEqualTo:" );
#define nsapplication_isGreaterThanOrEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isGreaterThanOrEqualTo_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isGreaterThanOrEqualTo_call
}
char nsapplication_isGreaterThan( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isGreaterThan:" );
#define nsapplication_isGreaterThan_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isGreaterThan_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isGreaterThan_call
}
char nsapplication_isNotEqualTo( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isNotEqualTo:" );
#define nsapplication_isNotEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isNotEqualTo_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isNotEqualTo_call
}
char nsapplication_doesContain( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "doesContain:" );
#define nsapplication_doesContain_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_doesContain_call( (id)object, methodSelector, arg0 );
#undef nsapplication_doesContain_call
}
char nsapplication_isLike( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isLike:" );
#define nsapplication_isLike_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isLike_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isLike_call
}
char nsapplication_isCaseInsensitiveLike( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isCaseInsensitiveLike:" );
#define nsapplication_isCaseInsensitiveLike_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isCaseInsensitiveLike_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isCaseInsensitiveLike_call
}
void nsapplication_performSelectorOnMainThread( nsapplication_t object, nsselector_t arg0, nsobject_t arg1, char arg2, nsobject_t arg3 )
{
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
#define nsapplication_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, char, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
nsapplication_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef nsapplication_performSelectorOnMainThread_call
}
void nsapplication_performSelectorInBackground( nsapplication_t object, nsselector_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
#define nsapplication_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_performSelectorInBackground_call
}
nsobject_t nsapplication_classDescriptionForDestinationKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "classDescriptionForDestinationKey:" );
#define nsapplication_classDescriptionForDestinationKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_classDescriptionForDestinationKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_classDescriptionForDestinationKey_call
}
nsobject_t nsapplication_entityName( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "entityName" );
#define nsapplication_entityName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_entityName_call( (id)object, methodSelector );
#undef nsapplication_entityName_call
}
char nsapplication_ownsDestinationObjectsForRelationshipKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "ownsDestinationObjectsForRelationshipKey:" );
#define nsapplication_ownsDestinationObjectsForRelationshipKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_ownsDestinationObjectsForRelationshipKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_ownsDestinationObjectsForRelationshipKey_call
}
char nsapplication_isToManyKey( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isToManyKey:" );
#define nsapplication_isToManyKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isToManyKey_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isToManyKey_call
}
void nsapplication_removeObject( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "removeObject:fromPropertyWithKey:" );
#define nsapplication_removeObject_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_removeObject_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_removeObject_call
}
void nsapplication_addObject( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "addObject:toPropertyWithKey:" );
#define nsapplication_addObject_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_addObject_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_addObject_call
}
nsobject_t nsapplication_validateTakeValue( nsapplication_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "validateTakeValue:forKeyPath:" );
#define nsapplication_validateTakeValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_validateTakeValue_call( (id)object, methodSelector, arg0, arg1 );
#undef nsapplication_validateTakeValue_call
}
nsobject_t nsapplication_allPropertyKeys( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "allPropertyKeys" );
#define nsapplication_allPropertyKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_allPropertyKeys_call( (id)object, methodSelector );
#undef nsapplication_allPropertyKeys_call
}
void nsapplication_clearProperties( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "clearProperties" );
#define nsapplication_clearProperties_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_clearProperties_call( (id)object, methodSelector );
#undef nsapplication_clearProperties_call
}
void nsapplication_flushKeyBindings( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "flushKeyBindings" );
#define nsapplication_flushKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_flushKeyBindings_call( (id)object, methodSelector );
#undef nsapplication_flushKeyBindings_call
}
void nsapplication_takeStoredValuesFromDictionary( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "takeStoredValuesFromDictionary:" );
#define nsapplication_takeStoredValuesFromDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_takeStoredValuesFromDictionary_call( (id)object, methodSelector, arg0 );
#undef nsapplication_takeStoredValuesFromDictionary_call
}
char nsapplication_isNSDate__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSDate__" );
#define nsapplication_isNSDate___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSDate___call( (id)object, methodSelector );
#undef nsapplication_isNSDate___call
}
char nsapplication_isNSString__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSString__" );
#define nsapplication_isNSString___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSString___call( (id)object, methodSelector );
#undef nsapplication_isNSString___call
}
char nsapplication_isNSCFConstantString__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
#define nsapplication_isNSCFConstantString___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSCFConstantString___call( (id)object, methodSelector );
#undef nsapplication_isNSCFConstantString___call
}
char nsapplication_isNSNumber__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSNumber__" );
#define nsapplication_isNSNumber___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSNumber___call( (id)object, methodSelector );
#undef nsapplication_isNSNumber___call
}
char nsapplication_isNSArray__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSArray__" );
#define nsapplication_isNSArray___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSArray___call( (id)object, methodSelector );
#undef nsapplication_isNSArray___call
}
char nsapplication_isNSDictionary__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSDictionary__" );
#define nsapplication_isNSDictionary___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSDictionary___call( (id)object, methodSelector );
#undef nsapplication_isNSDictionary___call
}
char nsapplication_isNSSet__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSSet__" );
#define nsapplication_isNSSet___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSSet___call( (id)object, methodSelector );
#undef nsapplication_isNSSet___call
}
char nsapplication_isNSData__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSData__" );
#define nsapplication_isNSData___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSData___call( (id)object, methodSelector );
#undef nsapplication_isNSData___call
}
char nsapplication_isNSObject__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSObject__" );
#define nsapplication_isNSObject___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSObject___call( (id)object, methodSelector );
#undef nsapplication_isNSObject___call
}
char nsapplication_isNSOrderedSet__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
#define nsapplication_isNSOrderedSet___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSOrderedSet___call( (id)object, methodSelector );
#undef nsapplication_isNSOrderedSet___call
}
char nsapplication_isNSTimeZone__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
#define nsapplication_isNSTimeZone___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSTimeZone___call( (id)object, methodSelector );
#undef nsapplication_isNSTimeZone___call
}
char nsapplication_isNSValue__( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isNSValue__" );
#define nsapplication_isNSValue___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isNSValue___call( (id)object, methodSelector );
#undef nsapplication_isNSValue___call
}
nsobject_t nsapplication_description( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "description" );
#define nsapplication_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_description_call( (id)object, methodSelector );
#undef nsapplication_description_call
}
void nsapplication_doesNotRecognizeSelector( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
#define nsapplication_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
#undef nsapplication_doesNotRecognizeSelector_call
}
nsobject_t nsapplication_methodSignatureForSelector( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
#define nsapplication_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
#undef nsapplication_methodSignatureForSelector_call
}
nsobject_t nsapplication_autorelease( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "autorelease" );
#define nsapplication_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_autorelease_call( (id)object, methodSelector );
#undef nsapplication_autorelease_call
}
nsobject_t nsapplication_copy( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "copy" );
#define nsapplication_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_copy_call( (id)object, methodSelector );
#undef nsapplication_copy_call
}
void nsapplication_finalize( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "finalize" );
#define nsapplication_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_finalize_call( (id)object, methodSelector );
#undef nsapplication_finalize_call
}
char nsapplication_isEqual( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isEqual:" );
#define nsapplication_isEqual_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isEqual_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isEqual_call
}
nsclass_t nsapplication_class( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "class" );
#define nsapplication_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_class_call( (id)object, methodSelector );
#undef nsapplication_class_call
}
nsobject_t nsapplication_self( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "self" );
#define nsapplication_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_self_call( (id)object, methodSelector );
#undef nsapplication_self_call
}
char nsapplication_isProxy( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isProxy" );
#define nsapplication_isProxy_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isProxy_call( (id)object, methodSelector );
#undef nsapplication_isProxy_call
}
char nsapplication_isKindOfClass( nsapplication_t object, nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isKindOfClass:" );
#define nsapplication_isKindOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isKindOfClass_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isKindOfClass_call
}
char nsapplication_isMemberOfClass( nsapplication_t object, nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
#define nsapplication_isMemberOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isMemberOfClass_call( (id)object, methodSelector, arg0 );
#undef nsapplication_isMemberOfClass_call
}
char nsapplication_respondsToSelector( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "respondsToSelector:" );
#define nsapplication_respondsToSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_respondsToSelector_call( (id)object, methodSelector, arg0 );
#undef nsapplication_respondsToSelector_call
}
_NSZone* nsapplication_zone( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "zone" );
#define nsapplication_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_zone_call( (id)object, methodSelector );
#undef nsapplication_zone_call
}
unsigned long long nsapplication_hash( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "hash" );
#define nsapplication_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_hash_call( (id)object, methodSelector );
#undef nsapplication_hash_call
}
nsclass_t nsapplication_superclass( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "superclass" );
#define nsapplication_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_superclass_call( (id)object, methodSelector );
#undef nsapplication_superclass_call
}
nsobject_t nsapplication_debugDescription( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "debugDescription" );
#define nsapplication_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_debugDescription_call( (id)object, methodSelector );
#undef nsapplication_debugDescription_call
}
char nsapplication_retainWeakReference( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "retainWeakReference" );
#define nsapplication_retainWeakReference_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_retainWeakReference_call( (id)object, methodSelector );
#undef nsapplication_retainWeakReference_call
}
char nsapplication_allowsWeakReference( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "allowsWeakReference" );
#define nsapplication_allowsWeakReference_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_allowsWeakReference_call( (id)object, methodSelector );
#undef nsapplication_allowsWeakReference_call
}
char nsapplication_isFault( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "isFault" );
#define nsapplication_isFault_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_isFault_call( (id)object, methodSelector );
#undef nsapplication_isFault_call
}
void nsapplication_forwardInvocation( nsapplication_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "forwardInvocation:" );
#define nsapplication_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_forwardInvocation_call( (id)object, methodSelector, arg0 );
#undef nsapplication_forwardInvocation_call
}
nsobject_t nsapplication_forwardingTargetForSelector( nsapplication_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
#define nsapplication_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
#undef nsapplication_forwardingTargetForSelector_call
}
nsobject_t nsapplication_mutableCopy( nsapplication_t object )
{
SEL methodSelector = sel_registerName( "mutableCopy" );
#define nsapplication_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_mutableCopy_call( (id)object, methodSelector );
#undef nsapplication_mutableCopy_call
}
void nsapplication_initialize( )
{
SEL methodSelector = sel_registerName( "initialize" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_initialize_call( (id)internalClassObject, methodSelector );
#undef nsapplication_initialize_call
}
void nsapplication_load( )
{
SEL methodSelector = sel_registerName( "load" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_load_call( (id)internalClassObject, methodSelector );
#undef nsapplication_load_call
}
char nsapplication_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_automaticallyNotifiesObserversForKey_call
}
nsobject_t nsapplication_sharedApplication( )
{
SEL methodSelector = sel_registerName( "sharedApplication" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_sharedApplication_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_sharedApplication_call( (id)internalClassObject, methodSelector );
#undef nsapplication_sharedApplication_call
}
void nsapplication_detachDrawingThread( nsselector_t arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "detachDrawingThread:toTarget:withObject:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_detachDrawingThread_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_detachDrawingThread_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_detachDrawingThread_call
}
nsobject_t nsapplication_keyPathsForValuesAffecting_effectiveAccentColor( )
{
SEL methodSelector = sel_registerName( "keyPathsForValuesAffecting_effectiveAccentColor" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_keyPathsForValuesAffecting_effectiveAccentColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_keyPathsForValuesAffecting_effectiveAccentColor_call( (id)internalClassObject, methodSelector );
#undef nsapplication_keyPathsForValuesAffecting_effectiveAccentColor_call
}
char nsapplication_automaticallyNotifiesObserversOf_lockoutEngaged( )
{
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOf_lockoutEngaged" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_automaticallyNotifiesObserversOf_lockoutEngaged_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_automaticallyNotifiesObserversOf_lockoutEngaged_call( (id)internalClassObject, methodSelector );
#undef nsapplication_automaticallyNotifiesObserversOf_lockoutEngaged_call
}
char nsapplication_willRestoreState( )
{
SEL methodSelector = sel_registerName( "willRestoreState" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_willRestoreState_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_willRestoreState_call( (id)internalClassObject, methodSelector );
#undef nsapplication_willRestoreState_call
}
char nsapplication_automaticallyNotifiesObserversOfTouchBar( )
{
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfTouchBar" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_automaticallyNotifiesObserversOfTouchBar_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_automaticallyNotifiesObserversOfTouchBar_call( (id)internalClassObject, methodSelector );
#undef nsapplication_automaticallyNotifiesObserversOfTouchBar_call
}
char nsapplication_automaticallyTracksDependenciesOnValueForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "automaticallyTracksDependenciesOnValueForKey:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_automaticallyTracksDependenciesOnValueForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_automaticallyTracksDependenciesOnValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_automaticallyTracksDependenciesOnValueForKey_call
}
nsobject_t nsapplication_restorableStateKeyPaths( )
{
SEL methodSelector = sel_registerName( "restorableStateKeyPaths" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_restorableStateKeyPaths_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_restorableStateKeyPaths_call( (id)internalClassObject, methodSelector );
#undef nsapplication_restorableStateKeyPaths_call
}
char nsapplication_automaticallyNotifiesObserversOfServicesRequestor( )
{
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfServicesRequestor" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_automaticallyNotifiesObserversOfServicesRequestor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_automaticallyNotifiesObserversOfServicesRequestor_call( (id)internalClassObject, methodSelector );
#undef nsapplication_automaticallyNotifiesObserversOfServicesRequestor_call
}
nsobject_t nsapplication_defaultPlaceholderForMarker( nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "defaultPlaceholderForMarker:withBinding:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_defaultPlaceholderForMarker_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_defaultPlaceholderForMarker_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef nsapplication_defaultPlaceholderForMarker_call
}
void nsapplication_exposeBinding( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "exposeBinding:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_exposeBinding_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_exposeBinding_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_exposeBinding_call
}
void nsapplication_setDefaultPlaceholder( nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "setDefaultPlaceholder:forMarker:withBinding:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_setDefaultPlaceholder_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_setDefaultPlaceholder_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_setDefaultPlaceholder_call
}
char nsapplication_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_CA_automaticallyNotifiesObservers_call
}
char nsapplication_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
{
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef nsapplication_CA_encodesPropertyConditionally_call
}
nsobject_t nsapplication_CA_CAMLPropertyForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_CA_CAMLPropertyForKey_call
}
nsobject_t nsapplication_bs_secureDecodedFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_bs_secureDecodedFromData_call
}
nsobject_t nsapplication_bs_secureDataFromObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_bs_secureDataFromObject_call
}
nsobject_t nsapplication_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
{
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return nsapplication_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef nsapplication_bs_secureObjectFromData_call
}
nsobject_t nsapplication_bs_dataFromObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_bs_dataFromObject_call
}
nsobject_t nsapplication_bs_objectFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_bs_objectFromData_call
}
nsobject_t nsapplication_bs_decodedFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_bs_decodedFromData_call
}
long long nsapplication_version( )
{
SEL methodSelector = sel_registerName( "version" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_version_call( (id)internalClassObject, methodSelector );
#undef nsapplication_version_call
}
char nsapplication_instancesImplementSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_instancesImplementSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_instancesImplementSelector_call
}
void nsapplication_poseAsClass( nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "poseAsClass:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_poseAsClass_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_poseAsClass_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_poseAsClass_call
}
void nsapplication_setVersion( long long arg0 )
{
SEL methodSelector = sel_registerName( "setVersion:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
nsapplication_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_setVersion_call
}
nsobject_t nsapplication_classFallbacksForKeyedArchiver( )
{
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
#undef nsapplication_classFallbacksForKeyedArchiver_call
}
nsclass_t nsapplication_classForKeyedUnarchiver( )
{
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
#undef nsapplication_classForKeyedUnarchiver_call
}
char nsapplication_useStoredAccessor( )
{
SEL methodSelector = sel_registerName( "useStoredAccessor" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_useStoredAccessor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_useStoredAccessor_call( (id)internalClassObject, methodSelector );
#undef nsapplication_useStoredAccessor_call
}
char nsapplication_accessInstanceVariablesDirectly( )
{
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_accessInstanceVariablesDirectly_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
#undef nsapplication_accessInstanceVariablesDirectly_call
}
objc_method_description* nsapplication_instanceMethodDescriptionForSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_instanceMethodDescriptionForSelector_call
}
nsobject_t nsapplication_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_keyPathsForValuesAffectingValueForKey_call
}
void nsapplication_setKeys( nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
nsapplication_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef nsapplication_setKeys_call
}
void nsapplication_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
nsapplication_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef nsapplication_cancelPreviousPerformRequestsWithTarget_call
}
void nsapplication_flushAllKeyBindings( )
{
SEL methodSelector = sel_registerName( "flushAllKeyBindings" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_flushAllKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_flushAllKeyBindings_call( (id)internalClassObject, methodSelector );
#undef nsapplication_flushAllKeyBindings_call
}
void nsapplication_flushClassKeyBindings( )
{
SEL methodSelector = sel_registerName( "flushClassKeyBindings" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_flushClassKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
nsapplication_flushClassKeyBindings_call( (id)internalClassObject, methodSelector );
#undef nsapplication_flushClassKeyBindings_call
}
nsobject_t nsapplication_SFSQLiteClassName( )
{
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
#undef nsapplication_SFSQLiteClassName_call
}
nsobject_t nsapplication_instanceMethodSignatureForSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_instanceMethodSignatureForSelector_call
}
nsobject_t nsapplication_copyWithZone( _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "copyWithZone:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_copyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_copyWithZone_call
}
nsobject_t nsapplication_allocWithZone( _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "allocWithZone:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_allocWithZone_call
}
nsobject_t nsapplication_new( )
{
SEL methodSelector = sel_registerName( "new" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_new_call( (id)internalClassObject, methodSelector );
#undef nsapplication_new_call
}
char nsapplication_resolveInstanceMethod( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_resolveInstanceMethod_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_resolveInstanceMethod_call
}
char nsapplication_resolveClassMethod( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_resolveClassMethod_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_resolveClassMethod_call
}
nsapplication_t nsapplication_alloc( )
{
SEL methodSelector = sel_registerName( "alloc" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return nsapplication_alloc_call( (id)internalClassObject, methodSelector );
#undef nsapplication_alloc_call
}
nsobject_t nsapplication_mutableCopyWithZone( _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_mutableCopyWithZone_call
}
char nsapplication_isSubclassOfClass( nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_isSubclassOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_isSubclassOfClass_call
}
char nsapplication_isAncestorOfObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_isAncestorOfObject_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_isAncestorOfObject_call
}
char nsapplication_instancesRespondToSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
Class internalClassObject = objc_getClass( "NSApplication" );
#define nsapplication_instancesRespondToSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return nsapplication_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef nsapplication_instancesRespondToSelector_call
}