mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-02-08 11:08:41 -05:00
2341 lines
121 KiB
C
2341 lines
121 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 "nsprocessinfo.h"
|
|
|
|
nsobject_t nsprocessinfo_bs_jobLabel( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_jobLabel" );
|
|
#define nsprocessinfo_bs_jobLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_bs_jobLabel_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_bs_jobLabel_call
|
|
}
|
|
|
|
void nsprocessinfo_dealloc( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dealloc" );
|
|
#define nsprocessinfo_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_dealloc_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_dealloc_call
|
|
}
|
|
|
|
int nsprocessinfo_processIdentifier( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "processIdentifier" );
|
|
#define nsprocessinfo_processIdentifier_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_processIdentifier_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_processIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_arguments( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "arguments" );
|
|
#define nsprocessinfo_arguments_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_arguments_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_arguments_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_processName( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "processName" );
|
|
#define nsprocessinfo_processName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_processName_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_processName_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_environment( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "environment" );
|
|
#define nsprocessinfo_environment_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_environment_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_environment_call
|
|
}
|
|
|
|
unsigned long long nsprocessinfo_operatingSystem( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "operatingSystem" );
|
|
#define nsprocessinfo_operatingSystem_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_operatingSystem_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_operatingSystem_call
|
|
}
|
|
|
|
void nsprocessinfo_setArguments( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setArguments:" );
|
|
#define nsprocessinfo_setArguments_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setArguments_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setArguments_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_hostName( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hostName" );
|
|
#define nsprocessinfo_hostName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_hostName_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_hostName_call
|
|
}
|
|
|
|
void nsprocessinfo_setProcessName( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setProcessName:" );
|
|
#define nsprocessinfo_setProcessName_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setProcessName_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setProcessName_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_globallyUniqueString( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "globallyUniqueString" );
|
|
#define nsprocessinfo_globallyUniqueString_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_globallyUniqueString_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_globallyUniqueString_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_userName( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userName" );
|
|
#define nsprocessinfo_userName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_userName_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_userName_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_userHomeDirectory( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userHomeDirectory" );
|
|
#define nsprocessinfo_userHomeDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_userHomeDirectory_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_userHomeDirectory_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_operatingSystemName( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "operatingSystemName" );
|
|
#define nsprocessinfo_operatingSystemName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_operatingSystemName_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_operatingSystemName_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_operatingSystemVersionString( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "operatingSystemVersionString" );
|
|
#define nsprocessinfo_operatingSystemVersionString_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_operatingSystemVersionString_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_operatingSystemVersionString_call
|
|
}
|
|
|
|
unsigned long long nsprocessinfo_processorCount( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "processorCount" );
|
|
#define nsprocessinfo_processorCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_processorCount_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_processorCount_call
|
|
}
|
|
|
|
unsigned long long nsprocessinfo_activeProcessorCount( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "activeProcessorCount" );
|
|
#define nsprocessinfo_activeProcessorCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_activeProcessorCount_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_activeProcessorCount_call
|
|
}
|
|
|
|
unsigned long long nsprocessinfo_physicalMemory( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "physicalMemory" );
|
|
#define nsprocessinfo_physicalMemory_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_physicalMemory_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_physicalMemory_call
|
|
}
|
|
|
|
bool nsprocessinfo_isTranslated( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isTranslated" );
|
|
#define nsprocessinfo_isTranslated_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isTranslated_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isTranslated_call
|
|
}
|
|
|
|
double nsprocessinfo_systemUptime( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "systemUptime" );
|
|
#define nsprocessinfo_systemUptime_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsprocessinfo_systemUptime_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_systemUptime_call
|
|
}
|
|
|
|
void nsprocessinfo_disableSuddenTermination( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableSuddenTermination" );
|
|
#define nsprocessinfo_disableSuddenTermination_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_disableSuddenTermination_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_disableSuddenTermination_call
|
|
}
|
|
|
|
void nsprocessinfo_enableSuddenTermination( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableSuddenTermination" );
|
|
#define nsprocessinfo_enableSuddenTermination_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_enableSuddenTermination_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_enableSuddenTermination_call
|
|
}
|
|
|
|
void nsprocessinfo_disableAutomaticTermination( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableAutomaticTermination:" );
|
|
#define nsprocessinfo_disableAutomaticTermination_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_disableAutomaticTermination_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_disableAutomaticTermination_call
|
|
}
|
|
|
|
void nsprocessinfo_enableAutomaticTermination( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableAutomaticTermination:" );
|
|
#define nsprocessinfo_enableAutomaticTermination_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_enableAutomaticTermination_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_enableAutomaticTermination_call
|
|
}
|
|
|
|
void nsprocessinfo_setAutomaticTerminationSupportEnabled( nsprocessinfo_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutomaticTerminationSupportEnabled:" );
|
|
#define nsprocessinfo_setAutomaticTerminationSupportEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAutomaticTerminationSupportEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAutomaticTerminationSupportEnabled_call
|
|
}
|
|
|
|
bool nsprocessinfo_automaticTerminationSupportEnabled( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticTerminationSupportEnabled" );
|
|
#define nsprocessinfo_automaticTerminationSupportEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_automaticTerminationSupportEnabled_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_automaticTerminationSupportEnabled_call
|
|
}
|
|
|
|
void nsprocessinfo_performActivityWithOptions( nsprocessinfo_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performActivityWithOptions:reason:usingBlock:" );
|
|
#define nsprocessinfo_performActivityWithOptions_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsprocessinfo_performActivityWithOptions_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsprocessinfo_performActivityWithOptions_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_beginSuspensionOfSystemBehaviors( nsprocessinfo_t object, unsigned long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginSuspensionOfSystemBehaviors:reason:" );
|
|
#define nsprocessinfo_beginSuspensionOfSystemBehaviors_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_beginSuspensionOfSystemBehaviors_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_beginSuspensionOfSystemBehaviors_call
|
|
}
|
|
|
|
void nsprocessinfo_endSystemBehaviorSuspension( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endSystemBehaviorSuspension:" );
|
|
#define nsprocessinfo_endSystemBehaviorSuspension_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_endSystemBehaviorSuspension_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_endSystemBehaviorSuspension_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_beginActivityWithOptions( nsprocessinfo_t object, unsigned long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginActivityWithOptions:reason:" );
|
|
#define nsprocessinfo_beginActivityWithOptions_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_beginActivityWithOptions_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_beginActivityWithOptions_call
|
|
}
|
|
|
|
void nsprocessinfo_endActivity( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endActivity:" );
|
|
#define nsprocessinfo_endActivity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_endActivity_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_endActivity_call
|
|
}
|
|
|
|
void nsprocessinfo_performExpiringActivityWithReason( nsprocessinfo_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performExpiringActivityWithReason:usingBlock:" );
|
|
#define nsprocessinfo_performExpiringActivityWithReason_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsprocessinfo_performExpiringActivityWithReason_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_performExpiringActivityWithReason_call
|
|
}
|
|
|
|
long long nsprocessinfo_thermalState( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "thermalState" );
|
|
#define nsprocessinfo_thermalState_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_thermalState_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_thermalState_call
|
|
}
|
|
|
|
bool nsprocessinfo_isLowPowerModeEnabled( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isLowPowerModeEnabled" );
|
|
#define nsprocessinfo_isLowPowerModeEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isLowPowerModeEnabled_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isLowPowerModeEnabled_call
|
|
}
|
|
|
|
bool nsprocessinfo_isMacCatalystApp( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMacCatalystApp" );
|
|
#define nsprocessinfo_isMacCatalystApp_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isMacCatalystApp_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isMacCatalystApp_call
|
|
}
|
|
|
|
bool nsprocessinfo_isiOSAppOnMac( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isiOSAppOnMac" );
|
|
#define nsprocessinfo_isiOSAppOnMac_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isiOSAppOnMac_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isiOSAppOnMac_call
|
|
}
|
|
|
|
nsclass_t nsprocessinfo_classForCoder( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForCoder" );
|
|
#define nsprocessinfo_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_classForCoder_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_classForCoder_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_replacementObjectForCoder( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
|
|
#define nsprocessinfo_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_replacementObjectForCoder_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_awakeAfterUsingCoder( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
|
|
#define nsprocessinfo_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_awakeAfterUsingCoder_call
|
|
}
|
|
|
|
bool nsprocessinfo_implementsSelector( nsprocessinfo_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "implementsSelector:" );
|
|
#define nsprocessinfo_implementsSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_implementsSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_implementsSelector_call
|
|
}
|
|
|
|
void nsprocessinfo_setObservationInfo( nsprocessinfo_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservationInfo:" );
|
|
#define nsprocessinfo_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setObservationInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setObservationInfo_call
|
|
}
|
|
|
|
void nsprocessinfo_setValue( nsprocessinfo_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValue:forKey:" );
|
|
#define nsprocessinfo_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsprocessinfo_setValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_setValue_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_replacementObjectForPortCoder( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
|
|
#define nsprocessinfo_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_replacementObjectForPortCoder_call
|
|
}
|
|
|
|
void nsprocessinfo_willChangeValueForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
|
|
#define nsprocessinfo_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_willChangeValueForKey_call
|
|
}
|
|
|
|
void nsprocessinfo_didChangeValueForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
|
|
#define nsprocessinfo_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_didChangeValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_replacementObjectForArchiver( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
|
|
#define nsprocessinfo_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_replacementObjectForArchiver_call
|
|
}
|
|
|
|
nsclass_t nsprocessinfo_classForArchiver( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForArchiver" );
|
|
#define nsprocessinfo_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_classForArchiver_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_classForArchiver_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_valueForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKey:" );
|
|
#define nsprocessinfo_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_valueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_valueForKey_call
|
|
}
|
|
|
|
nsclass_t nsprocessinfo_classForKeyedArchiver( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
|
|
#define nsprocessinfo_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_classForKeyedArchiver_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_classForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_replacementObjectForKeyedArchiver( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
|
|
#define nsprocessinfo_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_replacementObjectForKeyedArchiver_call
|
|
}
|
|
|
|
objc_method_description* nsprocessinfo_methodDescriptionForSelector( nsprocessinfo_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
|
|
#define nsprocessinfo_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_methodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_valueForKeyPath( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
|
|
#define nsprocessinfo_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_valueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_valueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_mutableArrayValueForKeyPath( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
|
|
#define nsprocessinfo_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_mutableArrayValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_mutableOrderedSetValueForKeyPath( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
|
|
#define nsprocessinfo_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_mutableOrderedSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_mutableSetValueForKeyPath( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
|
|
#define nsprocessinfo_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_mutableSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_addObserver( nsprocessinfo_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserver:forObservableKeyPath:" );
|
|
#define nsprocessinfo_addObserver_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_addObserver_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_addObserver_call
|
|
}
|
|
|
|
void nsprocessinfo_removeObservation( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObservation:" );
|
|
#define nsprocessinfo_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_removeObservation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_removeObservation_call
|
|
}
|
|
|
|
void nsprocessinfo_receiveObservedValue( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
|
|
#define nsprocessinfo_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_receiveObservedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_receiveObservedValue_call
|
|
}
|
|
|
|
void nsprocessinfo_receiveObservedError( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedError:" );
|
|
#define nsprocessinfo_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_receiveObservedError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_receiveObservedError_call
|
|
}
|
|
|
|
void nsprocessinfo_finishObserving( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishObserving" );
|
|
#define nsprocessinfo_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_finishObserving_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_finishObserving_call
|
|
}
|
|
|
|
void nsprocessinfo_setObservation( nsprocessinfo_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
|
|
#define nsprocessinfo_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsprocessinfo_setObservation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_setObservation_call
|
|
}
|
|
|
|
void nsprocessinfo_observeValueForKeyPath( nsprocessinfo_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
|
|
#define nsprocessinfo_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 )
|
|
nsprocessinfo_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsprocessinfo_observeValueForKeyPath_call
|
|
}
|
|
|
|
void nsprocessinfo_removeObserver( nsprocessinfo_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
|
|
#define nsprocessinfo_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsprocessinfo_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsprocessinfo_removeObserver_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_addChainedObservers( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChainedObservers:" );
|
|
#define nsprocessinfo_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_addChainedObservers_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_addChainedObservers_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_addObserverBlock( nsprocessinfo_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserverBlock:" );
|
|
#define nsprocessinfo_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_addObserverBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_addObserverBlock_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_addObservationTransformer( nsprocessinfo_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
|
|
#define nsprocessinfo_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_addObservationTransformer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_addObservationTransformer_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_valueForUndefinedKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
|
|
#define nsprocessinfo_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_valueForUndefinedKey_call
|
|
}
|
|
|
|
void nsprocessinfo_setNilValueForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
|
|
#define nsprocessinfo_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setNilValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setNilValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_mutableArrayValueForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
|
|
#define nsprocessinfo_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_mutableArrayValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_mutableOrderedSetValueForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
|
|
#define nsprocessinfo_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_mutableOrderedSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_mutableSetValueForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
|
|
#define nsprocessinfo_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_mutableSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_dictionaryWithValuesForKeys( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
|
|
#define nsprocessinfo_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_dictionaryWithValuesForKeys_call
|
|
}
|
|
|
|
void nsprocessinfo_setValuesForKeysWithDictionary( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
|
|
#define nsprocessinfo_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setValuesForKeysWithDictionary_call
|
|
}
|
|
|
|
void nsprocessinfo_willChange( nsprocessinfo_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
|
|
#define nsprocessinfo_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsprocessinfo_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsprocessinfo_willChange_call
|
|
}
|
|
|
|
void nsprocessinfo_didChange( nsprocessinfo_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
|
|
#define nsprocessinfo_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsprocessinfo_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsprocessinfo_didChange_call
|
|
}
|
|
|
|
void* nsprocessinfo_observationInfo( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observationInfo" );
|
|
#define nsprocessinfo_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_observationInfo_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_observationInfo_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_autoContentAccessingProxy( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
|
|
#define nsprocessinfo_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_autoContentAccessingProxy_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_autoContentAccessingProxy_call
|
|
}
|
|
|
|
nsclass_t nsprocessinfo_classForPortCoder( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForPortCoder" );
|
|
#define nsprocessinfo_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_classForPortCoder_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_classForPortCoder_call
|
|
}
|
|
|
|
void nsprocessinfo_performSelector( nsprocessinfo_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
|
|
#define nsprocessinfo_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 )
|
|
nsprocessinfo_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsprocessinfo_performSelector_call
|
|
}
|
|
|
|
void nsprocessinfo_performSelectorOnMainThread( nsprocessinfo_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
|
|
#define nsprocessinfo_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsprocessinfo_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsprocessinfo_performSelectorOnMainThread_call
|
|
}
|
|
|
|
void nsprocessinfo_performSelectorInBackground( nsprocessinfo_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
|
|
#define nsprocessinfo_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsprocessinfo_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_performSelectorInBackground_call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSDate__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDate__" );
|
|
#define nsprocessinfo_isNSDate___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSDate___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSDate___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSString__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSString__" );
|
|
#define nsprocessinfo_isNSString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSString___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSString___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSCFConstantString__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
|
|
#define nsprocessinfo_isNSCFConstantString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSCFConstantString___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSCFConstantString___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSNumber__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSNumber__" );
|
|
#define nsprocessinfo_isNSNumber___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSNumber___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSNumber___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSArray__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSArray__" );
|
|
#define nsprocessinfo_isNSArray___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSArray___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSArray___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSDictionary__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDictionary__" );
|
|
#define nsprocessinfo_isNSDictionary___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSDictionary___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSDictionary___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSData__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSData__" );
|
|
#define nsprocessinfo_isNSData___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSData___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSData___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSObject__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSObject__" );
|
|
#define nsprocessinfo_isNSObject___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSObject___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSObject___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSOrderedSet__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
|
|
#define nsprocessinfo_isNSOrderedSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSOrderedSet___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSOrderedSet___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSSet__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSSet__" );
|
|
#define nsprocessinfo_isNSSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSSet___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSSet___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSTimeZone__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
|
|
#define nsprocessinfo_isNSTimeZone___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSTimeZone___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSTimeZone___call
|
|
}
|
|
|
|
bool nsprocessinfo_isNSValue__( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSValue__" );
|
|
#define nsprocessinfo_isNSValue___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isNSValue___call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isNSValue___call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_description( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "description" );
|
|
#define nsprocessinfo_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_description_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_description_call
|
|
}
|
|
|
|
void nsprocessinfo_doesNotRecognizeSelector( nsprocessinfo_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
|
|
#define nsprocessinfo_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_doesNotRecognizeSelector_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_methodSignatureForSelector( nsprocessinfo_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
|
|
#define nsprocessinfo_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_methodSignatureForSelector_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_className( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "className" );
|
|
#define nsprocessinfo_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_className_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_className_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityLabel( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabel" );
|
|
#define nsprocessinfo_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityLabel_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityLabel_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityLabel( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
|
|
#define nsprocessinfo_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityLabel_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityIdentifier( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
|
|
#define nsprocessinfo_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityIdentifier_call
|
|
}
|
|
|
|
CGRect nsprocessinfo_accessibilityFrame( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrame" );
|
|
#define nsprocessinfo_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsprocessinfo_accessibilityFrame_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityViewIsModal( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityViewIsModal" );
|
|
#define nsprocessinfo_storedAccessibilityViewIsModal_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityViewIsModal_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityElementsHidden( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityElementsHidden" );
|
|
#define nsprocessinfo_storedAccessibilityElementsHidden_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityElementsHidden_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedShouldGroupAccessibilityChildren( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedShouldGroupAccessibilityChildren" );
|
|
#define nsprocessinfo_storedShouldGroupAccessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedShouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityNavigationStyle( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityNavigationStyle" );
|
|
#define nsprocessinfo_storedAccessibilityNavigationStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityRespondsToUserInteraction( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityRespondsToUserInteraction" );
|
|
#define nsprocessinfo_storedAccessibilityRespondsToUserInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityAttributedLabel( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedLabel" );
|
|
#define nsprocessinfo_accessibilityAttributedLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityAttributedLabel_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityAttributedLabel_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityValue( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValue" );
|
|
#define nsprocessinfo_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityValue_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityValue_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityAttributedValue( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedValue" );
|
|
#define nsprocessinfo_accessibilityAttributedValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityAttributedValue_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityAttributedValue_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityHint( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHint" );
|
|
#define nsprocessinfo_accessibilityHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityHint_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityHint_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityAttributedHint( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedHint" );
|
|
#define nsprocessinfo_accessibilityAttributedHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityAttributedHint_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityAttributedHint_call
|
|
}
|
|
|
|
CGPoint nsprocessinfo_accessibilityActivationPoint( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
|
|
#define nsprocessinfo_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityActivationPoint_call
|
|
}
|
|
|
|
unsigned long long nsprocessinfo_accessibilityTraits( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTraits" );
|
|
#define nsprocessinfo_accessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityTraits_call
|
|
}
|
|
|
|
bool nsprocessinfo_isAccessibilityElement( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
|
|
#define nsprocessinfo_isAccessibilityElement_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityContainer( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainer" );
|
|
#define nsprocessinfo_accessibilityContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityContainer_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityContainer_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityLanguage( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLanguage" );
|
|
#define nsprocessinfo_accessibilityLanguage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityLanguage_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityLanguage_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityPath( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPath" );
|
|
#define nsprocessinfo_accessibilityPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityPath_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityPath_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessibilityViewIsModal( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityViewIsModal" );
|
|
#define nsprocessinfo_accessibilityViewIsModal_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityViewIsModal_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessibilityElementsHidden( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementsHidden" );
|
|
#define nsprocessinfo_accessibilityElementsHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityElementsHidden_call
|
|
}
|
|
|
|
bool nsprocessinfo_shouldGroupAccessibilityChildren( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldGroupAccessibilityChildren" );
|
|
#define nsprocessinfo_shouldGroupAccessibilityChildren_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_shouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_shouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
long long nsprocessinfo_accessibilityNavigationStyle( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNavigationStyle" );
|
|
#define nsprocessinfo_accessibilityNavigationStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityNavigationStyle_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessibilityRespondsToUserInteraction( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRespondsToUserInteraction" );
|
|
#define nsprocessinfo_accessibilityRespondsToUserInteraction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityUserInputLabels( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
|
|
#define nsprocessinfo_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityAttributedUserInputLabels( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
|
|
#define nsprocessinfo_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityIdentifier( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityIdentifier" );
|
|
#define nsprocessinfo_storedAccessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityTraits( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityTraits" );
|
|
#define nsprocessinfo_storedAccessibilityTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityTraits_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedIsAccessibilityElement( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedIsAccessibilityElement" );
|
|
#define nsprocessinfo_storedIsAccessibilityElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedIsAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedIsAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityFrame( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityFrame" );
|
|
#define nsprocessinfo_storedAccessibilityFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityFrame_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityActivationPoint( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityActivationPoint" );
|
|
#define nsprocessinfo_storedAccessibilityActivationPoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityActivationPoint_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityHeaderElements( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderElements" );
|
|
#define nsprocessinfo_accessibilityHeaderElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityHeaderElements_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityHeaderElements_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityElementsHidden( nsprocessinfo_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElementsHidden:" );
|
|
#define nsprocessinfo_setAccessibilityElementsHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityElementsHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityElementsHidden_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityViewIsModal( nsprocessinfo_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityViewIsModal:" );
|
|
#define nsprocessinfo_setAccessibilityViewIsModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityViewIsModal_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityViewIsModal_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityAttributedLabel( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedLabel:" );
|
|
#define nsprocessinfo_setAccessibilityAttributedLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityAttributedLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityAttributedLabel_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityValue( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
|
|
#define nsprocessinfo_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityValue_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityAttributedValue( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedValue:" );
|
|
#define nsprocessinfo_setAccessibilityAttributedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityAttributedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityAttributedValue_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityHint( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHint:" );
|
|
#define nsprocessinfo_setAccessibilityHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityHint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityHint_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityAttributedHint( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedHint:" );
|
|
#define nsprocessinfo_setAccessibilityAttributedHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityAttributedHint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityAttributedHint_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityFrame( nsprocessinfo_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
|
|
#define nsprocessinfo_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityFrame_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityPath( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPath:" );
|
|
#define nsprocessinfo_setAccessibilityPath_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityPath_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityActivationPoint( nsprocessinfo_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
|
|
#define nsprocessinfo_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityActivationPoint_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityTraits( nsprocessinfo_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTraits:" );
|
|
#define nsprocessinfo_setAccessibilityTraits_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityTraits_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityTraits_call
|
|
}
|
|
|
|
void nsprocessinfo_setIsAccessibilityElement( nsprocessinfo_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsAccessibilityElement:" );
|
|
#define nsprocessinfo_setIsAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setIsAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setIsAccessibilityElement_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityContainer( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainer:" );
|
|
#define nsprocessinfo_setAccessibilityContainer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityContainer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityContainer_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityLanguage( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLanguage:" );
|
|
#define nsprocessinfo_setAccessibilityLanguage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityLanguage_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityLanguage_call
|
|
}
|
|
|
|
void nsprocessinfo_setShouldGroupAccessibilityChildren( nsprocessinfo_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShouldGroupAccessibilityChildren:" );
|
|
#define nsprocessinfo_setShouldGroupAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setShouldGroupAccessibilityChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityNavigationStyle( nsprocessinfo_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNavigationStyle:" );
|
|
#define nsprocessinfo_setAccessibilityNavigationStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityNavigationStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityRespondsToUserInteraction( nsprocessinfo_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRespondsToUserInteraction:" );
|
|
#define nsprocessinfo_setAccessibilityRespondsToUserInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityUserInputLabels( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
|
|
#define nsprocessinfo_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityUserInputLabels_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityAttributedUserInputLabels( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
|
|
#define nsprocessinfo_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityTextualContext( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTextualContext" );
|
|
#define nsprocessinfo_accessibilityTextualContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityTextualContext_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityTextualContext_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityTextualContext( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTextualContext:" );
|
|
#define nsprocessinfo_setAccessibilityTextualContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityTextualContext_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityTextualContext_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityHeaderElements( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeaderElements:" );
|
|
#define nsprocessinfo_setAccessibilityHeaderElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityHeaderElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityHeaderElements_call
|
|
}
|
|
|
|
void nsprocessinfo_accessibilityElementDidBecomeFocused( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidBecomeFocused" );
|
|
#define nsprocessinfo_accessibilityElementDidBecomeFocused_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_accessibilityElementDidBecomeFocused_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityElementDidBecomeFocused_call
|
|
}
|
|
|
|
void nsprocessinfo_accessibilityElementDidLoseFocus( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidLoseFocus" );
|
|
#define nsprocessinfo_accessibilityElementDidLoseFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_accessibilityElementDidLoseFocus_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityElementDidLoseFocus_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessibilityElementIsFocused( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementIsFocused" );
|
|
#define nsprocessinfo_accessibilityElementIsFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityElementIsFocused_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityElementIsFocused_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityAssistiveTechnologyFocusedIdentifiers( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAssistiveTechnologyFocusedIdentifiers" );
|
|
#define nsprocessinfo_accessibilityAssistiveTechnologyFocusedIdentifiers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityAssistiveTechnologyFocusedIdentifiers_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityAssistiveTechnologyFocusedIdentifiers_call
|
|
}
|
|
|
|
void nsprocessinfo_accessibilityIncrement( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIncrement" );
|
|
#define nsprocessinfo_accessibilityIncrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_accessibilityIncrement_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityIncrement_call
|
|
}
|
|
|
|
void nsprocessinfo_accessibilityDecrement( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecrement" );
|
|
#define nsprocessinfo_accessibilityDecrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_accessibilityDecrement_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityDecrement_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessibilityScroll( nsprocessinfo_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScroll:" );
|
|
#define nsprocessinfo_accessibilityScroll_call( obj, selector, arg0 ) ((bool (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_accessibilityScroll_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_accessibilityScroll_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessibilityPerformEscape( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformEscape" );
|
|
#define nsprocessinfo_accessibilityPerformEscape_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityPerformEscape_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityPerformEscape_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessibilityPerformMagicTap( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformMagicTap" );
|
|
#define nsprocessinfo_accessibilityPerformMagicTap_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityPerformMagicTap_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityPerformMagicTap_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessibilityActivate( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivate" );
|
|
#define nsprocessinfo_accessibilityActivate_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityActivate_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityActivate_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityCustomActions( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
|
|
#define nsprocessinfo_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityCustomActions( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
|
|
#define nsprocessinfo_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityCustomActions_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityIdentification( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentification" );
|
|
#define nsprocessinfo_accessibilityIdentification_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityIdentification_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityIdentification_call
|
|
}
|
|
|
|
void nsprocessinfo_accessibilitySetIdentification( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetIdentification:" );
|
|
#define nsprocessinfo_accessibilitySetIdentification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_accessibilitySetIdentification_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_accessibilitySetIdentification_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityIdentifier( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
|
|
#define nsprocessinfo_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityIdentifier_call
|
|
}
|
|
|
|
unsigned long long nsprocessinfo_defaultAccessibilityTraits( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAccessibilityTraits" );
|
|
#define nsprocessinfo_defaultAccessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_defaultAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_defaultAccessibilityTraits_call
|
|
}
|
|
|
|
bool nsprocessinfo_isAccessibilityElementByDefault( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElementByDefault" );
|
|
#define nsprocessinfo_isAccessibilityElementByDefault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isAccessibilityElementByDefault_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isAccessibilityElementByDefault_call
|
|
}
|
|
|
|
bool nsprocessinfo_isElementAccessibilityExposedToInterfaceBuilder( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isElementAccessibilityExposedToInterfaceBuilder" );
|
|
#define nsprocessinfo_isElementAccessibilityExposedToInterfaceBuilder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isElementAccessibilityExposedToInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isElementAccessibilityExposedToInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityLocalizedStringKey( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLocalizedStringKey" );
|
|
#define nsprocessinfo_accessibilityLocalizedStringKey_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityLocalizedStringKey_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityLocalizedStringKey_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityDragSourceDescriptors( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDragSourceDescriptors:" );
|
|
#define nsprocessinfo_setAccessibilityDragSourceDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityDragSourceDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityDragSourceDescriptors( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDragSourceDescriptors" );
|
|
#define nsprocessinfo_accessibilityDragSourceDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityDragSourceDescriptors_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityDropPointDescriptors( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDropPointDescriptors:" );
|
|
#define nsprocessinfo_setAccessibilityDropPointDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityDropPointDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityDropPointDescriptors( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDropPointDescriptors" );
|
|
#define nsprocessinfo_accessibilityDropPointDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityDropPointDescriptors_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_storedAccessibilityContainerType( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityContainerType" );
|
|
#define nsprocessinfo_storedAccessibilityContainerType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_storedAccessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_storedAccessibilityContainerType_call
|
|
}
|
|
|
|
long long nsprocessinfo_accessibilityElementCount( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementCount" );
|
|
#define nsprocessinfo_accessibilityElementCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityElementCount_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityElementCount_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityElementAtIndex( nsprocessinfo_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementAtIndex:" );
|
|
#define nsprocessinfo_accessibilityElementAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_accessibilityElementAtIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_accessibilityElementAtIndex_call
|
|
}
|
|
|
|
long long nsprocessinfo_indexOfAccessibilityElement( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "indexOfAccessibilityElement:" );
|
|
#define nsprocessinfo_indexOfAccessibilityElement_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_indexOfAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_indexOfAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityElements( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElements" );
|
|
#define nsprocessinfo_accessibilityElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityElements_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityElements_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityElements( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElements:" );
|
|
#define nsprocessinfo_setAccessibilityElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityElements_call
|
|
}
|
|
|
|
long long nsprocessinfo_accessibilityContainerType( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
|
|
#define nsprocessinfo_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityContainerType_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityContainerType( nsprocessinfo_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
|
|
#define nsprocessinfo_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityContainerType_call
|
|
}
|
|
|
|
void nsprocessinfo_setAccessibilityCustomRotors( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
|
|
#define nsprocessinfo_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setAccessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_accessibilityCustomRotors( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
|
|
#define nsprocessinfo_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessibilityCustomRotors_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_accessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_uiPresentationManager( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "uiPresentationManager" );
|
|
#define nsprocessinfo_uiPresentationManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_uiPresentationManager_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_uiPresentationManager_call
|
|
}
|
|
|
|
void nsprocessinfo_awakeFromNib( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeFromNib" );
|
|
#define nsprocessinfo_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_awakeFromNib_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_awakeFromNib_call
|
|
}
|
|
|
|
bool nsprocessinfo_conformsToProtocolCached( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocolCached:" );
|
|
#define nsprocessinfo_conformsToProtocolCached_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_conformsToProtocolCached_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_conformsToProtocolCached_call
|
|
}
|
|
|
|
void nsprocessinfo_prepareForInterfaceBuilder( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
|
|
#define nsprocessinfo_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_prepareForInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_prepareForInterfaceBuilder_call
|
|
}
|
|
|
|
double nsprocessinfo_CA_distanceToValue( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
|
|
#define nsprocessinfo_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nsprocessinfo_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_CA_distanceToValue_call
|
|
}
|
|
|
|
Object* nsprocessinfo_CA_copyRenderValueWithColorspace( nsprocessinfo_t object, CGColorSpace* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValueWithColorspace:" );
|
|
#define nsprocessinfo_CA_copyRenderValueWithColorspace_call( obj, selector, arg0 ) ((Object* (*)( id, SEL, CGColorSpace* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_CA_copyRenderValueWithColorspace_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_CA_copyRenderValueWithColorspace_call
|
|
}
|
|
|
|
Object* nsprocessinfo_CA_copyRenderValue( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
|
|
#define nsprocessinfo_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_CA_copyRenderValue_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_CA_copyRenderValue_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_CA_interpolateValue( nsprocessinfo_t object, nsobject_t arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
|
|
#define nsprocessinfo_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_CA_interpolateValue_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_CA_addValue( nsprocessinfo_t object, nsobject_t arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
|
|
#define nsprocessinfo_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_CA_addValue_call
|
|
}
|
|
|
|
bool nsprocessinfo_CAMLTypeSupportedForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
|
|
#define nsprocessinfo_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_CAMLTypeSupportedForKey_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_CAMLTypeForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
|
|
#define nsprocessinfo_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_CAMLTypeForKey_call
|
|
}
|
|
|
|
bool nsprocessinfo_CA_validateValue( nsprocessinfo_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
|
|
#define nsprocessinfo_CA_validateValue_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_CA_validateValue_call
|
|
}
|
|
|
|
void nsprocessinfo_encodeWithCAMLWriter( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
|
|
#define nsprocessinfo_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_encodeWithCAMLWriter_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_CA_interpolateValues( nsprocessinfo_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
|
|
#define nsprocessinfo_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 nsprocessinfo_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsprocessinfo_CA_interpolateValues_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_CAMLType( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLType" );
|
|
#define nsprocessinfo_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_CAMLType_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_CAMLType_call
|
|
}
|
|
|
|
void nsprocessinfo_CA_prepareRenderValue( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
|
|
#define nsprocessinfo_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_CA_prepareRenderValue_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_CA_prepareRenderValue_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_CA_archivingValueForKey( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
|
|
#define nsprocessinfo_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_CA_archivingValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_CA_roundToIntegerFromValue( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
|
|
#define nsprocessinfo_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_CA_roundToIntegerFromValue_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_initFromPQLResultSet( nsprocessinfo_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initFromPQLResultSet:error:" );
|
|
#define nsprocessinfo_initFromPQLResultSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_initFromPQLResultSet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_initFromPQLResultSet_call
|
|
}
|
|
|
|
bool nsprocessinfo_supportsRBSXPCSecureCoding( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
|
|
#define nsprocessinfo_supportsRBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_supportsRBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool nsprocessinfo_RBSIsXPCObject( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
|
|
#define nsprocessinfo_RBSIsXPCObject_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_RBSIsXPCObject_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_RBSIsXPCObject_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_NSRepresentation( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSRepresentation" );
|
|
#define nsprocessinfo_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_NSRepresentation_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_NSRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_pep_onMainThread( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThread" );
|
|
#define nsprocessinfo_pep_onMainThread_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_pep_onMainThread_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_pep_onMainThread_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_pep_onThread( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onThread:" );
|
|
#define nsprocessinfo_pep_onThread_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_pep_onThread_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_pep_onThread_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_pep_onOperationQueue( nsprocessinfo_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onOperationQueue:priority:" );
|
|
#define nsprocessinfo_pep_onOperationQueue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_pep_onOperationQueue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_pep_onOperationQueue_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_pep_onMainThreadIfNecessary( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThreadIfNecessary" );
|
|
#define nsprocessinfo_pep_onMainThreadIfNecessary_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_pep_onMainThreadIfNecessary_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_pep_onMainThreadIfNecessary_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_pep_afterDelay( nsprocessinfo_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_afterDelay:" );
|
|
#define nsprocessinfo_pep_afterDelay_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_pep_afterDelay_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_pep_afterDelay_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_pep_getInvocation( nsprocessinfo_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_getInvocation:" );
|
|
#define nsprocessinfo_pep_getInvocation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_pep_getInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_pep_getInvocation_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_stringValueSafe( nsprocessinfo_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stringValueSafe:" );
|
|
#define nsprocessinfo_stringValueSafe_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_stringValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_stringValueSafe_call
|
|
}
|
|
|
|
char* nsprocessinfo_utf8ValueSafe( nsprocessinfo_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "utf8ValueSafe:" );
|
|
#define nsprocessinfo_utf8ValueSafe_call( obj, selector, arg0 ) ((char* (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_utf8ValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_utf8ValueSafe_call
|
|
}
|
|
|
|
bool nsprocessinfo_boolValueSafe( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boolValueSafe" );
|
|
#define nsprocessinfo_boolValueSafe_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_boolValueSafe_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_boolValueSafe_call
|
|
}
|
|
|
|
long long nsprocessinfo_int64ValueSafe( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "int64ValueSafe" );
|
|
#define nsprocessinfo_int64ValueSafe_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_int64ValueSafe_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_int64ValueSafe_call
|
|
}
|
|
|
|
double nsprocessinfo_doubleValueSafe( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doubleValueSafe" );
|
|
#define nsprocessinfo_doubleValueSafe_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsprocessinfo_doubleValueSafe_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_doubleValueSafe_call
|
|
}
|
|
|
|
bool nsprocessinfo_un_safeBoolValue( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "un_safeBoolValue" );
|
|
#define nsprocessinfo_un_safeBoolValue_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_un_safeBoolValue_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_un_safeBoolValue_call
|
|
}
|
|
|
|
bool nsprocessinfo_supportsBSXPCSecureCoding( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
|
|
#define nsprocessinfo_supportsBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_supportsBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool nsprocessinfo_bs_isPlistableType( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
|
|
#define nsprocessinfo_bs_isPlistableType_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_bs_isPlistableType_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_bs_isPlistableType_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_bs_secureEncoded( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
|
|
#define nsprocessinfo_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_bs_secureEncoded_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_bs_secureEncoded_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_bs_encoded( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_encoded" );
|
|
#define nsprocessinfo_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_bs_encoded_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_bs_encoded_call
|
|
}
|
|
|
|
void nsprocessinfo_releaseOnMainThread( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "releaseOnMainThread" );
|
|
#define nsprocessinfo_releaseOnMainThread_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_releaseOnMainThread_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_releaseOnMainThread_call
|
|
}
|
|
|
|
bool nsprocessinfo_isProxy( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isProxy" );
|
|
#define nsprocessinfo_isProxy_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isProxy_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isProxy_call
|
|
}
|
|
|
|
unsigned long long nsprocessinfo_retainCount( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainCount" );
|
|
#define nsprocessinfo_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_retainCount_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_retainCount_call
|
|
}
|
|
|
|
bool nsprocessinfo_isEqual( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqual:" );
|
|
#define nsprocessinfo_isEqual_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_isEqual_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_isEqual_call
|
|
}
|
|
|
|
nsclass_t nsprocessinfo_class( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "class" );
|
|
#define nsprocessinfo_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_class_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_class_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_self( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "self" );
|
|
#define nsprocessinfo_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_self_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_self_call
|
|
}
|
|
|
|
bool nsprocessinfo_isKindOfClass( nsprocessinfo_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKindOfClass:" );
|
|
#define nsprocessinfo_isKindOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_isKindOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_isKindOfClass_call
|
|
}
|
|
|
|
bool nsprocessinfo_isMemberOfClass( nsprocessinfo_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
|
|
#define nsprocessinfo_isMemberOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_isMemberOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_isMemberOfClass_call
|
|
}
|
|
|
|
bool nsprocessinfo_conformsToProtocol( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
|
|
#define nsprocessinfo_conformsToProtocol_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_conformsToProtocol_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_conformsToProtocol_call
|
|
}
|
|
|
|
bool nsprocessinfo_respondsToSelector( nsprocessinfo_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "respondsToSelector:" );
|
|
#define nsprocessinfo_respondsToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_respondsToSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_respondsToSelector_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_retain( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retain" );
|
|
#define nsprocessinfo_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_retain_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_retain_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_autorelease( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorelease" );
|
|
#define nsprocessinfo_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_autorelease_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_autorelease_call
|
|
}
|
|
|
|
_NSZone* nsprocessinfo_zone( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zone" );
|
|
#define nsprocessinfo_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_zone_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_zone_call
|
|
}
|
|
|
|
unsigned long long nsprocessinfo_hash( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hash" );
|
|
#define nsprocessinfo_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_hash_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_hash_call
|
|
}
|
|
|
|
nsclass_t nsprocessinfo_superclass( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superclass" );
|
|
#define nsprocessinfo_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_superclass_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_superclass_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_debugDescription( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugDescription" );
|
|
#define nsprocessinfo_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_debugDescription_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_debugDescription_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_init( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "init" );
|
|
#define nsprocessinfo_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_init_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_init_call
|
|
}
|
|
|
|
bool nsprocessinfo_retainWeakReference( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainWeakReference" );
|
|
#define nsprocessinfo_retainWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_retainWeakReference_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_retainWeakReference_call
|
|
}
|
|
|
|
bool nsprocessinfo_allowsWeakReference( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsWeakReference" );
|
|
#define nsprocessinfo_allowsWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_allowsWeakReference_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_allowsWeakReference_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_copy( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copy" );
|
|
#define nsprocessinfo_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_copy_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_copy_call
|
|
}
|
|
|
|
void nsprocessinfo_finalize( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finalize" );
|
|
#define nsprocessinfo_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_finalize_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_finalize_call
|
|
}
|
|
|
|
bool nsprocessinfo_isFault( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFault" );
|
|
#define nsprocessinfo_isFault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_isFault_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_isFault_call
|
|
}
|
|
|
|
void nsprocessinfo_forwardInvocation( nsprocessinfo_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardInvocation:" );
|
|
#define nsprocessinfo_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_forwardInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_forwardInvocation_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_forwardingTargetForSelector( nsprocessinfo_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
|
|
#define nsprocessinfo_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsprocessinfo_forwardingTargetForSelector_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_mutableCopy( nsprocessinfo_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopy" );
|
|
#define nsprocessinfo_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_mutableCopy_call( (id)object, methodSelector );
|
|
#undef nsprocessinfo_mutableCopy_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_processInfo( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "processInfo" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_processInfo_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_processInfo_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_processInfo_call
|
|
}
|
|
|
|
void nsprocessinfo_load( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "load" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_load_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_load_call
|
|
}
|
|
|
|
long long nsprocessinfo_version( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "version" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_version_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_version_call
|
|
}
|
|
|
|
bool nsprocessinfo_instancesImplementSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_instancesImplementSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_instancesImplementSelector_call
|
|
}
|
|
|
|
void nsprocessinfo_setVersion( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVersion:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsprocessinfo_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_setVersion_call
|
|
}
|
|
|
|
bool nsprocessinfo_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_automaticallyNotifiesObserversForKey_call
|
|
}
|
|
|
|
objc_method_description* nsprocessinfo_instanceMethodDescriptionForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_instanceMethodDescriptionForSelector_call
|
|
}
|
|
|
|
bool nsprocessinfo_accessInstanceVariablesDirectly( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_accessInstanceVariablesDirectly_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_accessInstanceVariablesDirectly_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_keyPathsForValuesAffectingValueForKey_call
|
|
}
|
|
|
|
void nsprocessinfo_setKeys( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsprocessinfo_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_setKeys_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_classFallbacksForKeyedArchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_classFallbacksForKeyedArchiver_call
|
|
}
|
|
|
|
nsclass_t nsprocessinfo_classForKeyedUnarchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_classForKeyedUnarchiver_call
|
|
}
|
|
|
|
void nsprocessinfo_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsprocessinfo_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsprocessinfo_cancelPreviousPerformRequestsWithTarget_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_instanceMethodSignatureForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_instanceMethodSignatureForSelector_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_SFSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_SFSQLiteClassName_call
|
|
}
|
|
|
|
bool nsprocessinfo_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_CA_automaticallyNotifiesObservers_call
|
|
}
|
|
|
|
bool nsprocessinfo_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_CA_encodesPropertyConditionally_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_CA_CAMLPropertyForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_CA_CAMLPropertyForKey_call
|
|
}
|
|
|
|
bool nsprocessinfo_isSelectorExcludedFromWebScript( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSelectorExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_isSelectorExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_isSelectorExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_isSelectorExcludedFromWebScript_call
|
|
}
|
|
|
|
bool nsprocessinfo_isKeyExcludedFromWebScript( char* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKeyExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_isKeyExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_isKeyExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_isKeyExcludedFromWebScript_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_bs_secureDecodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_bs_secureDecodedFromData_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_bs_secureDataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_bs_secureDataFromObject_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsprocessinfo_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsprocessinfo_bs_secureObjectFromData_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_bs_dataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_bs_dataFromObject_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_bs_objectFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_bs_objectFromData_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_bs_decodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_bs_decodedFromData_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_copyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_copyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_copyWithZone_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_allocWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_allocWithZone_call
|
|
}
|
|
|
|
void nsprocessinfo_initialize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialize" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsprocessinfo_initialize_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_initialize_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_new( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "new" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_new_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_new_call
|
|
}
|
|
|
|
bool nsprocessinfo_resolveInstanceMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_resolveInstanceMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_resolveInstanceMethod_call
|
|
}
|
|
|
|
bool nsprocessinfo_resolveClassMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_resolveClassMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_resolveClassMethod_call
|
|
}
|
|
|
|
nsprocessinfo_t nsprocessinfo_alloc( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alloc" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsprocessinfo_alloc_call( (id)internalClassObject, methodSelector );
|
|
#undef nsprocessinfo_alloc_call
|
|
}
|
|
|
|
nsobject_t nsprocessinfo_mutableCopyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_mutableCopyWithZone_call
|
|
}
|
|
|
|
bool nsprocessinfo_isSubclassOfClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_isSubclassOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_isSubclassOfClass_call
|
|
}
|
|
|
|
bool nsprocessinfo_isAncestorOfObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_isAncestorOfObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_isAncestorOfObject_call
|
|
}
|
|
|
|
bool nsprocessinfo_instancesRespondToSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSProcessInfo" );
|
|
#define nsprocessinfo_instancesRespondToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsprocessinfo_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsprocessinfo_instancesRespondToSelector_call
|
|
}
|
|
|