mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-02-08 11:08:41 -05:00
4929 lines
243 KiB
C
4929 lines
243 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 "nsurl.h"
|
|
|
|
nsobject_t nsurl_fallback_debugHierarchyValueWithOutOptions( nsurl_t object, nsobject_t* arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyValueWithOutOptions:outError:" );
|
|
#define nsurl_fallback_debugHierarchyValueWithOutOptions_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_fallback_debugHierarchyValueWithOutOptions_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fallback_debugHierarchyValueWithOutOptions_call
|
|
}
|
|
|
|
unsigned long long nsurl_retainCount( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainCount" );
|
|
#define nsurl_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_retainCount_call( (id)object, methodSelector );
|
|
#undef nsurl_retainCount_call
|
|
}
|
|
|
|
void nsurl_dealloc( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dealloc" );
|
|
#define nsurl_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_dealloc_call( (id)object, methodSelector );
|
|
#undef nsurl_dealloc_call
|
|
}
|
|
|
|
bool nsurl_isEqual( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqual:" );
|
|
#define nsurl_isEqual_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_isEqual_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_isEqual_call
|
|
}
|
|
|
|
bool nsurl_isKindOfClass( nsurl_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKindOfClass:" );
|
|
#define nsurl_isKindOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_isKindOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_isKindOfClass_call
|
|
}
|
|
|
|
bool nsurl_isMemberOfClass( nsurl_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
|
|
#define nsurl_isMemberOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_isMemberOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_isMemberOfClass_call
|
|
}
|
|
|
|
nsobject_t nsurl_retain( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retain" );
|
|
#define nsurl_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_retain_call( (id)object, methodSelector );
|
|
#undef nsurl_retain_call
|
|
}
|
|
|
|
unsigned long long nsurl_hash( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hash" );
|
|
#define nsurl_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_hash_call( (id)object, methodSelector );
|
|
#undef nsurl_hash_call
|
|
}
|
|
|
|
nsobject_t nsurl_description( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "description" );
|
|
#define nsurl_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_description_call( (id)object, methodSelector );
|
|
#undef nsurl_description_call
|
|
}
|
|
|
|
nsobject_t nsurl_init( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "init" );
|
|
#define nsurl_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_init_call( (id)object, methodSelector );
|
|
#undef nsurl_init_call
|
|
}
|
|
|
|
nsobject_t nsurl_copyWithZone( nsurl_t object, _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyWithZone:" );
|
|
#define nsurl_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_copyWithZone_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_copyWithZone_call
|
|
}
|
|
|
|
void nsurl_encodeWithCoder( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCoder:" );
|
|
#define nsurl_encodeWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_encodeWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_encodeWithCoder_call
|
|
}
|
|
|
|
nsobject_t nsurl_initWithCoder( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithCoder:" );
|
|
#define nsurl_initWithCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_initWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_initWithCoder_call
|
|
}
|
|
|
|
nsobject_t nsurl_initFileURLWithPath( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initFileURLWithPath:" );
|
|
#define nsurl_initFileURLWithPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_initFileURLWithPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_initFileURLWithPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_absoluteURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "absoluteURL" );
|
|
#define nsurl_absoluteURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_absoluteURL_call( (id)object, methodSelector );
|
|
#undef nsurl_absoluteURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_relativeString( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "relativeString" );
|
|
#define nsurl_relativeString_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_relativeString_call( (id)object, methodSelector );
|
|
#undef nsurl_relativeString_call
|
|
}
|
|
|
|
nsobject_t nsurl_baseURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "baseURL" );
|
|
#define nsurl_baseURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_baseURL_call( (id)object, methodSelector );
|
|
#undef nsurl_baseURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_scheme( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scheme" );
|
|
#define nsurl_scheme_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_scheme_call( (id)object, methodSelector );
|
|
#undef nsurl_scheme_call
|
|
}
|
|
|
|
nsobject_t nsurl_host( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "host" );
|
|
#define nsurl_host_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_host_call( (id)object, methodSelector );
|
|
#undef nsurl_host_call
|
|
}
|
|
|
|
nsobject_t nsurl_port( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "port" );
|
|
#define nsurl_port_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_port_call( (id)object, methodSelector );
|
|
#undef nsurl_port_call
|
|
}
|
|
|
|
nsobject_t nsurl_user( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "user" );
|
|
#define nsurl_user_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_user_call( (id)object, methodSelector );
|
|
#undef nsurl_user_call
|
|
}
|
|
|
|
nsobject_t nsurl_password( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "password" );
|
|
#define nsurl_password_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_password_call( (id)object, methodSelector );
|
|
#undef nsurl_password_call
|
|
}
|
|
|
|
nsobject_t nsurl_parameterString( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "parameterString" );
|
|
#define nsurl_parameterString_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_parameterString_call( (id)object, methodSelector );
|
|
#undef nsurl_parameterString_call
|
|
}
|
|
|
|
nsobject_t nsurl_query( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "query" );
|
|
#define nsurl_query_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_query_call( (id)object, methodSelector );
|
|
#undef nsurl_query_call
|
|
}
|
|
|
|
nsobject_t nsurl_fragment( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fragment" );
|
|
#define nsurl_fragment_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fragment_call( (id)object, methodSelector );
|
|
#undef nsurl_fragment_call
|
|
}
|
|
|
|
nsobject_t nsurl_initWithString( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithString:" );
|
|
#define nsurl_initWithString_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_initWithString_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_initWithString_call
|
|
}
|
|
|
|
nsobject_t nsurl_dataRepresentation( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dataRepresentation" );
|
|
#define nsurl_dataRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_dataRepresentation_call( (id)object, methodSelector );
|
|
#undef nsurl_dataRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_absoluteString( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "absoluteString" );
|
|
#define nsurl_absoluteString_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_absoluteString_call( (id)object, methodSelector );
|
|
#undef nsurl_absoluteString_call
|
|
}
|
|
|
|
nsobject_t nsurl_resourceSpecifier( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resourceSpecifier" );
|
|
#define nsurl_resourceSpecifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_resourceSpecifier_call( (id)object, methodSelector );
|
|
#undef nsurl_resourceSpecifier_call
|
|
}
|
|
|
|
nsobject_t nsurl_path( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "path" );
|
|
#define nsurl_path_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_path_call( (id)object, methodSelector );
|
|
#undef nsurl_path_call
|
|
}
|
|
|
|
nsobject_t nsurl_relativePath( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "relativePath" );
|
|
#define nsurl_relativePath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_relativePath_call( (id)object, methodSelector );
|
|
#undef nsurl_relativePath_call
|
|
}
|
|
|
|
bool nsurl_hasDirectoryPath( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasDirectoryPath" );
|
|
#define nsurl_hasDirectoryPath_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_hasDirectoryPath_call( (id)object, methodSelector );
|
|
#undef nsurl_hasDirectoryPath_call
|
|
}
|
|
|
|
char* nsurl_fileSystemRepresentation( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fileSystemRepresentation" );
|
|
#define nsurl_fileSystemRepresentation_call( obj, selector ) ((char* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fileSystemRepresentation_call( (id)object, methodSelector );
|
|
#undef nsurl_fileSystemRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_standardizedURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "standardizedURL" );
|
|
#define nsurl_standardizedURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_standardizedURL_call( (id)object, methodSelector );
|
|
#undef nsurl_standardizedURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_lastPathComponent( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "lastPathComponent" );
|
|
#define nsurl_lastPathComponent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_lastPathComponent_call( (id)object, methodSelector );
|
|
#undef nsurl_lastPathComponent_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByDeletingLastPathComponent( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByDeletingLastPathComponent" );
|
|
#define nsurl_URLByDeletingLastPathComponent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_URLByDeletingLastPathComponent_call( (id)object, methodSelector );
|
|
#undef nsurl_URLByDeletingLastPathComponent_call
|
|
}
|
|
|
|
bool nsurl_isFileURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFileURL" );
|
|
#define nsurl_isFileURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isFileURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isFileURL_call
|
|
}
|
|
|
|
bool nsurl_getFileSystemRepresentation( nsurl_t object, char* arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "getFileSystemRepresentation:maxLength:" );
|
|
#define nsurl_getFileSystemRepresentation_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, char*, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_getFileSystemRepresentation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_getFileSystemRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_pathExtension( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pathExtension" );
|
|
#define nsurl_pathExtension_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_pathExtension_call( (id)object, methodSelector );
|
|
#undef nsurl_pathExtension_call
|
|
}
|
|
|
|
nsobject_t nsurl_pathComponents( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pathComponents" );
|
|
#define nsurl_pathComponents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_pathComponents_call( (id)object, methodSelector );
|
|
#undef nsurl_pathComponents_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByAppendingPathComponent( nsurl_t object, nsobject_t arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByAppendingPathComponent:isDirectory:" );
|
|
#define nsurl_URLByAppendingPathComponent_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_URLByAppendingPathComponent_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_URLByAppendingPathComponent_call
|
|
}
|
|
|
|
bool nsurl_checkPromisedItemIsReachableAndReturnError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "checkPromisedItemIsReachableAndReturnError:" );
|
|
#define nsurl_checkPromisedItemIsReachableAndReturnError_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_checkPromisedItemIsReachableAndReturnError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_checkPromisedItemIsReachableAndReturnError_call
|
|
}
|
|
|
|
nsobject_t nsurl_promisedItemResourceValuesForKeys( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "promisedItemResourceValuesForKeys:error:" );
|
|
#define nsurl_promisedItemResourceValuesForKeys_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_promisedItemResourceValuesForKeys_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_promisedItemResourceValuesForKeys_call
|
|
}
|
|
|
|
nsobject_t nsurl_writableTypeIdentifiersForItemProvider( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "writableTypeIdentifiersForItemProvider" );
|
|
#define nsurl_writableTypeIdentifiersForItemProvider_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_writableTypeIdentifiersForItemProvider_call( (id)object, methodSelector );
|
|
#undef nsurl_writableTypeIdentifiersForItemProvider_call
|
|
}
|
|
|
|
nsobject_t nsurl_loadDataWithTypeIdentifier( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "loadDataWithTypeIdentifier:forItemProviderCompletionHandler:" );
|
|
#define nsurl_loadDataWithTypeIdentifier_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_loadDataWithTypeIdentifier_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_loadDataWithTypeIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsurl_initWithDataRepresentation( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithDataRepresentation:relativeToURL:" );
|
|
#define nsurl_initWithDataRepresentation_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_initWithDataRepresentation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_initWithDataRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_initAbsoluteURLWithDataRepresentation( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initAbsoluteURLWithDataRepresentation:relativeToURL:" );
|
|
#define nsurl_initAbsoluteURLWithDataRepresentation_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_initAbsoluteURLWithDataRepresentation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_initAbsoluteURLWithDataRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_initFileURLWithFileSystemRepresentation( nsurl_t object, char* arg0, bool arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initFileURLWithFileSystemRepresentation:isDirectory:relativeToURL:" );
|
|
#define nsurl_initFileURLWithFileSystemRepresentation_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, char*, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_initFileURLWithFileSystemRepresentation_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_initFileURLWithFileSystemRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_initByResolvingBookmarkData( nsurl_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t arg2, bool* arg3, nsobject_t* arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:" );
|
|
#define nsurl_initByResolvingBookmarkData_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t, bool*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
return nsurl_initByResolvingBookmarkData_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef nsurl_initByResolvingBookmarkData_call
|
|
}
|
|
|
|
nsobject_t nsurl_initByResolvingAliasFileAtURL( nsurl_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initByResolvingAliasFileAtURL:options:error:" );
|
|
#define nsurl_initByResolvingAliasFileAtURL_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_initByResolvingAliasFileAtURL_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_initByResolvingAliasFileAtURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_initWithScheme( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithScheme:host:path:" );
|
|
#define nsurl_initWithScheme_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_initWithScheme_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_initWithScheme_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByStandardizingPath( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByStandardizingPath" );
|
|
#define nsurl_URLByStandardizingPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_URLByStandardizingPath_call( (id)object, methodSelector );
|
|
#undef nsurl_URLByStandardizingPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByResolvingSymlinksInPath( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByResolvingSymlinksInPath" );
|
|
#define nsurl_URLByResolvingSymlinksInPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_URLByResolvingSymlinksInPath_call( (id)object, methodSelector );
|
|
#undef nsurl_URLByResolvingSymlinksInPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByAppendingPathExtension( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByAppendingPathExtension:" );
|
|
#define nsurl_URLByAppendingPathExtension_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_URLByAppendingPathExtension_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_URLByAppendingPathExtension_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByDeletingPathExtension( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByDeletingPathExtension" );
|
|
#define nsurl_URLByDeletingPathExtension_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_URLByDeletingPathExtension_call( (id)object, methodSelector );
|
|
#undef nsurl_URLByDeletingPathExtension_call
|
|
}
|
|
|
|
void nsurl_encodeWithCAMLWriter( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
|
|
#define nsurl_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_encodeWithCAMLWriter_call
|
|
}
|
|
|
|
nsobject_t nsurl_CAMLType( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLType" );
|
|
#define nsurl_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CAMLType_call( (id)object, methodSelector );
|
|
#undef nsurl_CAMLType_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_withReadWriteAccess( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_withReadWriteAccess:" );
|
|
#define nsurl_fp_withReadWriteAccess_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_withReadWriteAccess_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_withReadWriteAccess_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_shortDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_shortDescription" );
|
|
#define nsurl_fp_shortDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_shortDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_shortDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_existingURLOfChildWithName( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2, bool arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_existingURLOfChildWithName:notMatchingFileID:maximumBounceNumber:forceFetchingBounceNumber:" );
|
|
#define nsurl_fp_existingURLOfChildWithName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t*, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_fp_existingURLOfChildWithName_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_fp_existingURLOfChildWithName_call
|
|
}
|
|
|
|
bool nsurl_fp_moveUnderFolder( nsurl_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, bool arg3, bool arg4, nsobject_t* arg5 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_moveUnderFolder:withNewName:coordinationOptions:allowBounce:allowCoordination:completionHandler:" );
|
|
#define nsurl_fp_moveUnderFolder_call( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, bool, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5 )
|
|
return nsurl_fp_moveUnderFolder_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4, arg5 );
|
|
#undef nsurl_fp_moveUnderFolder_call
|
|
}
|
|
|
|
nsobject_t* nsurl_fp_defaultMoverBlock( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_defaultMoverBlock" );
|
|
#define nsurl_fp_defaultMoverBlock_call( obj, selector ) ((nsobject_t* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_defaultMoverBlock_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_defaultMoverBlock_call
|
|
}
|
|
|
|
bool nsurl_fp_importUnderFolder( nsurl_t object, nsobject_t arg0, bool arg1, nsobject_t* arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_importUnderFolder:allowCoordination:usingBlock:completionHandler:" );
|
|
#define nsurl_fp_importUnderFolder_call( obj, selector, arg0, arg1, arg2, arg3 ) ((bool (*)( id, SEL, nsobject_t, bool, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_fp_importUnderFolder_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_fp_importUnderFolder_call
|
|
}
|
|
|
|
void nsurl_fp_hideExtension( nsurl_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_hideExtension:" );
|
|
#define nsurl_fp_hideExtension_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_fp_hideExtension_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_hideExtension_call
|
|
}
|
|
|
|
bool nsurl_fp_reparentUnderFolder( nsurl_t object, nsobject_t arg0, nsobject_t arg1, bool arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_reparentUnderFolder:withNewName:allowCoordination:completionHandler:" );
|
|
#define nsurl_fp_reparentUnderFolder_call( obj, selector, arg0, arg1, arg2, arg3 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_fp_reparentUnderFolder_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_fp_reparentUnderFolder_call
|
|
}
|
|
|
|
bool nsurl_fp_trashUnderFolder( nsurl_t object, nsobject_t arg0, bool arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_trashUnderFolder:allowCoordination:completionHandler:" );
|
|
#define nsurl_fp_trashUnderFolder_call( obj, selector, arg0, arg1, arg2 ) ((bool (*)( id, SEL, nsobject_t, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_fp_trashUnderFolder_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_fp_trashUnderFolder_call
|
|
}
|
|
|
|
bool nsurl_fp_renameWithNewName( nsurl_t object, nsobject_t arg0, bool arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_renameWithNewName:allowCoordination:completionHandler:" );
|
|
#define nsurl_fp_renameWithNewName_call( obj, selector, arg0, arg1, arg2 ) ((bool (*)( id, SEL, nsobject_t, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_fp_renameWithNewName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_fp_renameWithNewName_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_addDocumentTrackingWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_addDocumentTrackingWithError:" );
|
|
#define nsurl_fp_addDocumentTrackingWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_addDocumentTrackingWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_addDocumentTrackingWithError_call
|
|
}
|
|
|
|
void nsurl_fp_coordinatedDeleteWithHandler( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_coordinatedDeleteWithHandler:" );
|
|
#define nsurl_fp_coordinatedDeleteWithHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_fp_coordinatedDeleteWithHandler_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_coordinatedDeleteWithHandler_call
|
|
}
|
|
|
|
bool nsurl_fp_deleteAllowingCoordination( nsurl_t object, bool arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_deleteAllowingCoordination:completionHandler:" );
|
|
#define nsurl_fp_deleteAllowingCoordination_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_fp_deleteAllowingCoordination_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fp_deleteAllowingCoordination_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_isDatalessWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_isDatalessWithError:" );
|
|
#define nsurl_fp_isDatalessWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_isDatalessWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_isDatalessWithError_call
|
|
}
|
|
|
|
bool nsurl_fp_createSubFolder( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_createSubFolder:completionHandler:" );
|
|
#define nsurl_fp_createSubFolder_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_fp_createSubFolder_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fp_createSubFolder_call
|
|
}
|
|
|
|
bool nsurl_fp_deleteWithCompletionHandler( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_deleteWithCompletionHandler:" );
|
|
#define nsurl_fp_deleteWithCompletionHandler_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_deleteWithCompletionHandler_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_deleteWithCompletionHandler_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_physicalURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_physicalURL" );
|
|
#define nsurl_fp_physicalURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_physicalURL_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_physicalURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_realpathURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_realpathURL" );
|
|
#define nsurl_fp_realpathURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_realpathURL_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_realpathURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_relativePathWithRealpath( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_relativePathWithRealpath:" );
|
|
#define nsurl_fp_relativePathWithRealpath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_relativePathWithRealpath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_relativePathWithRealpath_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_relativePathOf( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_relativePathOf:" );
|
|
#define nsurl_fp_relativePathOf_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_relativePathOf_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_relativePathOf_call
|
|
}
|
|
|
|
bool nsurl_fp_makeWritableOnFD( nsurl_t object, int arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_makeWritableOnFD:error:" );
|
|
#define nsurl_fp_makeWritableOnFD_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, int, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_fp_makeWritableOnFD_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fp_makeWritableOnFD_call
|
|
}
|
|
|
|
bool nsurl_fp_removeFileProviderXattrsWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_removeFileProviderXattrsWithError:" );
|
|
#define nsurl_fp_removeFileProviderXattrsWithError_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_removeFileProviderXattrsWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_removeFileProviderXattrsWithError_call
|
|
}
|
|
|
|
bool nsurl_fp_matchesFileProviderURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesFileProviderURL:" );
|
|
#define nsurl_fp_matchesFileProviderURL_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_matchesFileProviderURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_matchesFileProviderURL_call
|
|
}
|
|
|
|
bool nsurl_fp_matchesApplicationContainerURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesApplicationContainerURL:" );
|
|
#define nsurl_fp_matchesApplicationContainerURL_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_matchesApplicationContainerURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_matchesApplicationContainerURL_call
|
|
}
|
|
|
|
bool nsurl_fp_matchesEDSLocation( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesEDSLocation" );
|
|
#define nsurl_fp_matchesEDSLocation_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_matchesEDSLocation_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_matchesEDSLocation_call
|
|
}
|
|
|
|
bool nsurl_fp_matchesCloudDocsURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesCloudDocsURL:" );
|
|
#define nsurl_fp_matchesCloudDocsURL_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_matchesCloudDocsURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_matchesCloudDocsURL_call
|
|
}
|
|
|
|
bool nsurl_fp_matchesFPFSURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesFPFSURL:" );
|
|
#define nsurl_fp_matchesFPFSURL_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_matchesFPFSURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_matchesFPFSURL_call
|
|
}
|
|
|
|
bool nsurl_fp_matchesLiveFilesURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesLiveFilesURL:" );
|
|
#define nsurl_fp_matchesLiveFilesURL_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_matchesLiveFilesURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_matchesLiveFilesURL_call
|
|
}
|
|
|
|
bool nsurl_fp_matchesAlternateContentsURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesAlternateContentsURL:" );
|
|
#define nsurl_fp_matchesAlternateContentsURL_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_matchesAlternateContentsURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_matchesAlternateContentsURL_call
|
|
}
|
|
|
|
bool nsurl_fp_isInSyncableRootFast( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_isInSyncableRootFast" );
|
|
#define nsurl_fp_isInSyncableRootFast_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_isInSyncableRootFast_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_isInSyncableRootFast_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_issueSandboxExtensionOfClass( nsurl_t object, char* arg0, bool arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_issueSandboxExtensionOfClass:report:error:" );
|
|
#define nsurl_fp_issueSandboxExtensionOfClass_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, char*, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_fp_issueSandboxExtensionOfClass_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_fp_issueSandboxExtensionOfClass_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_scopeDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_scopeDescription" );
|
|
#define nsurl_fp_scopeDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_scopeDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_scopeDescription_call
|
|
}
|
|
|
|
long long nsurl_fp_relationshipToItemAtURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_relationshipToItemAtURL:" );
|
|
#define nsurl_fp_relationshipToItemAtURL_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_relationshipToItemAtURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_relationshipToItemAtURL_call
|
|
}
|
|
|
|
bool nsurl_fp_isSymlink( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_isSymlink" );
|
|
#define nsurl_fp_isSymlink_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_isSymlink_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_isSymlink_call
|
|
}
|
|
|
|
bool nsurl_fp_isFolder( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_isFolder" );
|
|
#define nsurl_fp_isFolder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_isFolder_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_isFolder_call
|
|
}
|
|
|
|
bool nsurl_fp_isPackage( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_isPackage" );
|
|
#define nsurl_fp_isPackage_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_isPackage_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_isPackage_call
|
|
}
|
|
|
|
bool nsurl_fp_removeACLWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_removeACLWithError:" );
|
|
#define nsurl_fp_removeACLWithError_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_removeACLWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_removeACLWithError_call
|
|
}
|
|
|
|
bool nsurl_fp_makeWritableWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_makeWritableWithError:" );
|
|
#define nsurl_fp_makeWritableWithError_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_makeWritableWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_makeWritableWithError_call
|
|
}
|
|
|
|
void nsurl_fp_makeWritableAndRemoveNonExportableAttributes( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_makeWritableAndRemoveNonExportableAttributes" );
|
|
#define nsurl_fp_makeWritableAndRemoveNonExportableAttributes_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_fp_makeWritableAndRemoveNonExportableAttributes_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_makeWritableAndRemoveNonExportableAttributes_call
|
|
}
|
|
|
|
bool nsurl_fp_checkSandboxFileMetadataRead( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_checkSandboxFileMetadataRead" );
|
|
#define nsurl_fp_checkSandboxFileMetadataRead_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_checkSandboxFileMetadataRead_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_checkSandboxFileMetadataRead_call
|
|
}
|
|
|
|
void nsurl_fp_attachSecurityScopeFromURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_attachSecurityScopeFromURL:" );
|
|
#define nsurl_fp_attachSecurityScopeFromURL_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_fp_attachSecurityScopeFromURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_attachSecurityScopeFromURL_call
|
|
}
|
|
|
|
bool nsurl_fp_associateThumbnailFromDocumentAtURL( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_associateThumbnailFromDocumentAtURL:error:" );
|
|
#define nsurl_fp_associateThumbnailFromDocumentAtURL_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_fp_associateThumbnailFromDocumentAtURL_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fp_associateThumbnailFromDocumentAtURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_directorySizeWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_directorySizeWithError:" );
|
|
#define nsurl_fp_directorySizeWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_directorySizeWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_directorySizeWithError_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_moveToTempFolderWithFilename( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_moveToTempFolderWithFilename:error:" );
|
|
#define nsurl_fp_moveToTempFolderWithFilename_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_fp_moveToTempFolderWithFilename_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fp_moveToTempFolderWithFilename_call
|
|
}
|
|
|
|
bool nsurl_fp_isAppInboxOrDescendants( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_isAppInboxOrDescendants" );
|
|
#define nsurl_fp_isAppInboxOrDescendants_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_isAppInboxOrDescendants_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_isAppInboxOrDescendants_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_fpfsRootURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_fpfsRootURL" );
|
|
#define nsurl_fp_fpfsRootURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_fpfsRootURL_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_fpfsRootURL_call
|
|
}
|
|
|
|
bool nsurl_fp_matchesFileProviderHeuristics( nsurl_t object, unsigned int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesFileProviderHeuristics:" );
|
|
#define nsurl_fp_matchesFileProviderHeuristics_call( obj, selector, arg0 ) ((bool (*)( id, SEL, unsigned int ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_matchesFileProviderHeuristics_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fp_matchesFileProviderHeuristics_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_matchesUbiquitousHeuristics( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_matchesUbiquitousHeuristics" );
|
|
#define nsurl_fp_matchesUbiquitousHeuristics_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_matchesUbiquitousHeuristics_call( (id)object, methodSelector );
|
|
#undef nsurl_fp_matchesUbiquitousHeuristics_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_copyToURL( nsurl_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, bool arg3, nsobject_t* arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_copyToURL:queue:precomputedItemSize:replacePlaceholder:completion:" );
|
|
#define nsurl_fp_copyToURL_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
return nsurl_fp_copyToURL_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef nsurl_fp_copyToURL_call
|
|
}
|
|
|
|
bool nsurl_fp_getSize( nsurl_t object, unsigned long long* arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_getSize:error:" );
|
|
#define nsurl_fp_getSize_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned long long*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_fp_getSize_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fp_getSize_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_copyToTempFolderWithFilename( nsurl_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_copyToTempFolderWithFilename:queue:precomputedItemSize:completion:" );
|
|
#define nsurl_fp_copyToTempFolderWithFilename_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_fp_copyToTempFolderWithFilename_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_fp_copyToTempFolderWithFilename_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_issueSandboxExtensionOfClass( nsurl_t object, char* arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_issueSandboxExtensionOfClass:error:" );
|
|
#define nsurl_ui_issueSandboxExtensionOfClass_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, char*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_ui_issueSandboxExtensionOfClass_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_ui_issueSandboxExtensionOfClass_call
|
|
}
|
|
|
|
bool nsurl_ui_hasSandboxExtendedForClass( nsurl_t object, char* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_hasSandboxExtendedForClass:" );
|
|
#define nsurl_ui_hasSandboxExtendedForClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ui_hasSandboxExtendedForClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ui_hasSandboxExtendedForClass_call
|
|
}
|
|
|
|
bool nsurl_ui_isFileProviderURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_isFileProviderURL" );
|
|
#define nsurl_ui_isFileProviderURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ui_isFileProviderURL_call( (id)object, methodSelector );
|
|
#undef nsurl_ui_isFileProviderURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_issueReadSandboxExtensionWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_issueReadSandboxExtensionWithError:" );
|
|
#define nsurl_ui_issueReadSandboxExtensionWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ui_issueReadSandboxExtensionWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ui_issueReadSandboxExtensionWithError_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_issueReadWriteSandboxExtensionWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_issueReadWriteSandboxExtensionWithError:" );
|
|
#define nsurl_ui_issueReadWriteSandboxExtensionWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ui_issueReadWriteSandboxExtensionWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ui_issueReadWriteSandboxExtensionWithError_call
|
|
}
|
|
|
|
bool nsurl_ui_hasReadSandboxExtended( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_hasReadSandboxExtended" );
|
|
#define nsurl_ui_hasReadSandboxExtended_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ui_hasReadSandboxExtended_call( (id)object, methodSelector );
|
|
#undef nsurl_ui_hasReadSandboxExtended_call
|
|
}
|
|
|
|
void nsurl_ui_setIsFileProviderURL( nsurl_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_setIsFileProviderURL:" );
|
|
#define nsurl_ui_setIsFileProviderURL_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_ui_setIsFileProviderURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ui_setIsFileProviderURL_call
|
|
}
|
|
|
|
bool nsurl_ui_canOpenInPlace( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_canOpenInPlace" );
|
|
#define nsurl_ui_canOpenInPlace_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ui_canOpenInPlace_call( (id)object, methodSelector );
|
|
#undef nsurl_ui_canOpenInPlace_call
|
|
}
|
|
|
|
bool nsurl_ui_isUnfulfilledPromiseURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_isUnfulfilledPromiseURL" );
|
|
#define nsurl_ui_isUnfulfilledPromiseURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ui_isUnfulfilledPromiseURL_call( (id)object, methodSelector );
|
|
#undef nsurl_ui_isUnfulfilledPromiseURL_call
|
|
}
|
|
|
|
void nsurl_ui_setIsContentManaged( nsurl_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_setIsContentManaged:" );
|
|
#define nsurl_ui_setIsContentManaged_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_ui_setIsContentManaged_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ui_setIsContentManaged_call
|
|
}
|
|
|
|
bool nsurl_ui_isContentManaged( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_isContentManaged" );
|
|
#define nsurl_ui_isContentManaged_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ui_isContentManaged_call( (id)object, methodSelector );
|
|
#undef nsurl_ui_isContentManaged_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_bookmarkForExportWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_bookmarkForExportWithError:" );
|
|
#define nsurl_ui_bookmarkForExportWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ui_bookmarkForExportWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ui_bookmarkForExportWithError_call
|
|
}
|
|
|
|
void nsurl_ui_scheduleForCleanup( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_scheduleForCleanup" );
|
|
#define nsurl_ui_scheduleForCleanup_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_ui_scheduleForCleanup_call( (id)object, methodSelector );
|
|
#undef nsurl_ui_scheduleForCleanup_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_resolveOnDiskBookmarkAndPromise( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_resolveOnDiskBookmarkAndPromise" );
|
|
#define nsurl_ui_resolveOnDiskBookmarkAndPromise_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ui_resolveOnDiskBookmarkAndPromise_call( (id)object, methodSelector );
|
|
#undef nsurl_ui_resolveOnDiskBookmarkAndPromise_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_downloadOperationForActivity( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_downloadOperationForActivity:" );
|
|
#define nsurl_ui_downloadOperationForActivity_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ui_downloadOperationForActivity_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ui_downloadOperationForActivity_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_URLByResolvingSymlinksAndCopyingSecurityScope( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_URLByResolvingSymlinksAndCopyingSecurityScope" );
|
|
#define nsurl_ui_URLByResolvingSymlinksAndCopyingSecurityScope_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ui_URLByResolvingSymlinksAndCopyingSecurityScope_call( (id)object, methodSelector );
|
|
#undef nsurl_ui_URLByResolvingSymlinksAndCopyingSecurityScope_call
|
|
}
|
|
|
|
nsobject_t nsurl_phobosURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "phobosURL" );
|
|
#define nsurl_phobosURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_phobosURL_call( (id)object, methodSelector );
|
|
#undef nsurl_phobosURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_radarWebURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "radarWebURL" );
|
|
#define nsurl_radarWebURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_radarWebURL_call( (id)object, methodSelector );
|
|
#undef nsurl_radarWebURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_searchResultDomain( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "searchResultDomain" );
|
|
#define nsurl_searchResultDomain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_searchResultDomain_call( (id)object, methodSelector );
|
|
#undef nsurl_searchResultDomain_call
|
|
}
|
|
|
|
nsobject_t nsurl_searchResultIdentifier( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "searchResultIdentifier" );
|
|
#define nsurl_searchResultIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_searchResultIdentifier_call( (id)object, methodSelector );
|
|
#undef nsurl_searchResultIdentifier_call
|
|
}
|
|
|
|
bool nsurl_isSpringboardHandledURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSpringboardHandledURL" );
|
|
#define nsurl_isSpringboardHandledURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isSpringboardHandledURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isSpringboardHandledURL_call
|
|
}
|
|
|
|
bool nsurl_isWebcalURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isWebcalURL" );
|
|
#define nsurl_isWebcalURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isWebcalURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isWebcalURL_call
|
|
}
|
|
|
|
bool nsurl_isAccountURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccountURL" );
|
|
#define nsurl_isAccountURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isAccountURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isAccountURL_call
|
|
}
|
|
|
|
bool nsurl_isJavaScriptURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isJavaScriptURL" );
|
|
#define nsurl_isJavaScriptURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isJavaScriptURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isJavaScriptURL_call
|
|
}
|
|
|
|
bool nsurl_isHTTPOrHTTPSURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isHTTPOrHTTPSURL" );
|
|
#define nsurl_isHTTPOrHTTPSURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isHTTPOrHTTPSURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isHTTPOrHTTPSURL_call
|
|
}
|
|
|
|
bool nsurl_isInternalUIKitURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isInternalUIKitURL" );
|
|
#define nsurl_isInternalUIKitURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isInternalUIKitURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isInternalUIKitURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_ls_preferredLocalizations( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ls_preferredLocalizations" );
|
|
#define nsurl_ls_preferredLocalizations_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ls_preferredLocalizations_call( (id)object, methodSelector );
|
|
#undef nsurl_ls_preferredLocalizations_call
|
|
}
|
|
|
|
void nsurl_ls_setPreferredLocalizations( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ls_setPreferredLocalizations:" );
|
|
#define nsurl_ls_setPreferredLocalizations_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_ls_setPreferredLocalizations_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ls_setPreferredLocalizations_call
|
|
}
|
|
|
|
bool nsurl_isiWorkURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isiWorkURL" );
|
|
#define nsurl_isiWorkURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isiWorkURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isiWorkURL_call
|
|
}
|
|
|
|
bool nsurl_conformsToOverridePatternWithKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToOverridePatternWithKey:" );
|
|
#define nsurl_conformsToOverridePatternWithKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_conformsToOverridePatternWithKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_conformsToOverridePatternWithKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_iWorkApplicationName( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "iWorkApplicationName" );
|
|
#define nsurl_iWorkApplicationName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_iWorkApplicationName_call( (id)object, methodSelector );
|
|
#undef nsurl_iWorkApplicationName_call
|
|
}
|
|
|
|
nsobject_t nsurl_iWorkDocumentName( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "iWorkDocumentName" );
|
|
#define nsurl_iWorkDocumentName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_iWorkDocumentName_call( (id)object, methodSelector );
|
|
#undef nsurl_iWorkDocumentName_call
|
|
}
|
|
|
|
nsobject_t nsurl_mapsURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mapsURL" );
|
|
#define nsurl_mapsURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_mapsURL_call( (id)object, methodSelector );
|
|
#undef nsurl_mapsURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_fmfURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fmfURL" );
|
|
#define nsurl_fmfURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fmfURL_call( (id)object, methodSelector );
|
|
#undef nsurl_fmfURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_fmipURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fmipURL" );
|
|
#define nsurl_fmipURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fmipURL_call( (id)object, methodSelector );
|
|
#undef nsurl_fmipURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_iTunesStoreURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "iTunesStoreURL" );
|
|
#define nsurl_iTunesStoreURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_iTunesStoreURL_call( (id)object, methodSelector );
|
|
#undef nsurl_iTunesStoreURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_iCloudEmailPrefsURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "iCloudEmailPrefsURL" );
|
|
#define nsurl_iCloudEmailPrefsURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_iCloudEmailPrefsURL_call( (id)object, methodSelector );
|
|
#undef nsurl_iCloudEmailPrefsURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_photosURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "photosURL" );
|
|
#define nsurl_photosURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_photosURL_call( (id)object, methodSelector );
|
|
#undef nsurl_photosURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_keynoteLiveURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keynoteLiveURL" );
|
|
#define nsurl_keynoteLiveURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_keynoteLiveURL_call( (id)object, methodSelector );
|
|
#undef nsurl_keynoteLiveURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_keynoteLiveURL_noFragment( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keynoteLiveURL_noFragment" );
|
|
#define nsurl_keynoteLiveURL_noFragment_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_keynoteLiveURL_noFragment_call( (id)object, methodSelector );
|
|
#undef nsurl_keynoteLiveURL_noFragment_call
|
|
}
|
|
|
|
nsobject_t nsurl_iCloudSharingURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "iCloudSharingURL" );
|
|
#define nsurl_iCloudSharingURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_iCloudSharingURL_call( (id)object, methodSelector );
|
|
#undef nsurl_iCloudSharingURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_iCloudSharingURL_noFragment( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "iCloudSharingURL_noFragment" );
|
|
#define nsurl_iCloudSharingURL_noFragment_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_iCloudSharingURL_noFragment_call( (id)object, methodSelector );
|
|
#undef nsurl_iCloudSharingURL_noFragment_call
|
|
}
|
|
|
|
void nsurl_sqliteBind( nsurl_t object, sqlite3_stmt* arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sqliteBind:index:" );
|
|
#define nsurl_sqliteBind_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, sqlite3_stmt*, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_sqliteBind_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_sqliteBind_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByAppendingPathExtensionForType( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByAppendingPathExtensionForType:" );
|
|
#define nsurl_URLByAppendingPathExtensionForType_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_URLByAppendingPathExtensionForType_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_URLByAppendingPathExtensionForType_call
|
|
}
|
|
|
|
nsobject_t nsurl_normalizedURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "normalizedURL" );
|
|
#define nsurl_normalizedURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_normalizedURL_call( (id)object, methodSelector );
|
|
#undef nsurl_normalizedURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_MI_URLByAppendingPathComponents( nsurl_t object, nsobject_t arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "MI_URLByAppendingPathComponents:lastIsDirectory:" );
|
|
#define nsurl_MI_URLByAppendingPathComponents_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_MI_URLByAppendingPathComponents_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_MI_URLByAppendingPathComponents_call
|
|
}
|
|
|
|
nsobject_t nsurl_gs_issueExtension( nsurl_t object, char* arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gs_issueExtension:error:" );
|
|
#define nsurl_gs_issueExtension_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, char*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_gs_issueExtension_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_gs_issueExtension_call
|
|
}
|
|
|
|
nsobject_t nsurl_gs_URLByUpdatingPathExtensionWithPathOrURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gs_URLByUpdatingPathExtensionWithPathOrURL:" );
|
|
#define nsurl_gs_URLByUpdatingPathExtensionWithPathOrURL_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_gs_URLByUpdatingPathExtensionWithPathOrURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_gs_URLByUpdatingPathExtensionWithPathOrURL_call
|
|
}
|
|
|
|
void nsurl_gs_chmod( nsurl_t object, unsigned short arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gs_chmod:" );
|
|
#define nsurl_gs_chmod_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned short ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_gs_chmod_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_gs_chmod_call
|
|
}
|
|
|
|
nsobject_t nsurl_dictionaryRepresentation( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryRepresentation" );
|
|
#define nsurl_dictionaryRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_dictionaryRepresentation_call( (id)object, methodSelector );
|
|
#undef nsurl_dictionaryRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_jsonData( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "jsonData" );
|
|
#define nsurl_jsonData_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_jsonData_call( (id)object, methodSelector );
|
|
#undef nsurl_jsonData_call
|
|
}
|
|
|
|
nsobject_t nsurl_aa_endpoint( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "aa_endpoint" );
|
|
#define nsurl_aa_endpoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_aa_endpoint_call( (id)object, methodSelector );
|
|
#undef nsurl_aa_endpoint_call
|
|
}
|
|
|
|
nsobject_t nsurl_fa_URLByAddingQueryParams( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fa_URLByAddingQueryParams:" );
|
|
#define nsurl_fa_URLByAddingQueryParams_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fa_URLByAddingQueryParams_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fa_URLByAddingQueryParams_call
|
|
}
|
|
|
|
nsobject_t nsurl_fa_URLByAddingAirdropInviteParams( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fa_URLByAddingAirdropInviteParams" );
|
|
#define nsurl_fa_URLByAddingAirdropInviteParams_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fa_URLByAddingAirdropInviteParams_call( (id)object, methodSelector );
|
|
#undef nsurl_fa_URLByAddingAirdropInviteParams_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_createDirectoryIfNeeded( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_createDirectoryIfNeeded:" );
|
|
#define nsurl_cls_createDirectoryIfNeeded_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_cls_createDirectoryIfNeeded_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_cls_createDirectoryIfNeeded_call
|
|
}
|
|
|
|
bool nsurl_cls_isParentOfURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_isParentOfURL:" );
|
|
#define nsurl_cls_isParentOfURL_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_cls_isParentOfURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_cls_isParentOfURL_call
|
|
}
|
|
|
|
bool nsurl_cls_isUbiquitous( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_isUbiquitous" );
|
|
#define nsurl_cls_isUbiquitous_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cls_isUbiquitous_call( (id)object, methodSelector );
|
|
#undef nsurl_cls_isUbiquitous_call
|
|
}
|
|
|
|
void nsurl_cls_removeCachedResourceValueForKeys( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_removeCachedResourceValueForKeys:" );
|
|
#define nsurl_cls_removeCachedResourceValueForKeys_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_cls_removeCachedResourceValueForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_cls_removeCachedResourceValueForKeys_call
|
|
}
|
|
|
|
bool nsurl_cls_fileExists( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_fileExists" );
|
|
#define nsurl_cls_fileExists_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cls_fileExists_call( (id)object, methodSelector );
|
|
#undef nsurl_cls_fileExists_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_pathRelativeToURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_pathRelativeToURL:" );
|
|
#define nsurl_cls_pathRelativeToURL_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_cls_pathRelativeToURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_cls_pathRelativeToURL_call
|
|
}
|
|
|
|
bool nsurl_cls_isUploaded( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_isUploaded" );
|
|
#define nsurl_cls_isUploaded_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cls_isUploaded_call( (id)object, methodSelector );
|
|
#undef nsurl_cls_isUploaded_call
|
|
}
|
|
|
|
void nsurl_cls_checkForCKShareWithCompletion( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_checkForCKShareWithCompletion:" );
|
|
#define nsurl_cls_checkForCKShareWithCompletion_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_cls_checkForCKShareWithCompletion_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_cls_checkForCKShareWithCompletion_call
|
|
}
|
|
|
|
void nsurl_cls_createShareIfNeededWithOrgAdminUserRecordID( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_createShareIfNeededWithOrgAdminUserRecordID:userRecordID:completion:" );
|
|
#define nsurl_cls_createShareIfNeededWithOrgAdminUserRecordID_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsurl_cls_createShareIfNeededWithOrgAdminUserRecordID_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_cls_createShareIfNeededWithOrgAdminUserRecordID_call
|
|
}
|
|
|
|
void nsurl_cls_performWithSandboxAccess( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_performWithSandboxAccess:" );
|
|
#define nsurl_cls_performWithSandboxAccess_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_cls_performWithSandboxAccess_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_cls_performWithSandboxAccess_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKSanitizedPath( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSanitizedPath" );
|
|
#define nsurl_CKSanitizedPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKSanitizedPath_call( (id)object, methodSelector );
|
|
#undef nsurl_CKSanitizedPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKURLSlug( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKURLSlug" );
|
|
#define nsurl_CKURLSlug_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKURLSlug_call( (id)object, methodSelector );
|
|
#undef nsurl_CKURLSlug_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKURLThroughSlug( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKURLThroughSlug" );
|
|
#define nsurl_CKURLThroughSlug_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKURLThroughSlug_call( (id)object, methodSelector );
|
|
#undef nsurl_CKURLThroughSlug_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKPathAfterSlug( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPathAfterSlug" );
|
|
#define nsurl_CKPathAfterSlug_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKPathAfterSlug_call( (id)object, methodSelector );
|
|
#undef nsurl_CKPathAfterSlug_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKShareURLSlugBasedApplicationName( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKShareURLSlugBasedApplicationName" );
|
|
#define nsurl_CKShareURLSlugBasedApplicationName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKShareURLSlugBasedApplicationName_call( (id)object, methodSelector );
|
|
#undef nsurl_CKShareURLSlugBasedApplicationName_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKBladerunnerShareURLSlugBasedApplicationBundleID( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKBladerunnerShareURLSlugBasedApplicationBundleID" );
|
|
#define nsurl_CKBladerunnerShareURLSlugBasedApplicationBundleID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKBladerunnerShareURLSlugBasedApplicationBundleID_call( (id)object, methodSelector );
|
|
#undef nsurl_CKBladerunnerShareURLSlugBasedApplicationBundleID_call
|
|
}
|
|
|
|
void nsurl_ck_bindInStatement( nsurl_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ck_bindInStatement:atIndex:" );
|
|
#define nsurl_ck_bindInStatement_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_ck_bindInStatement_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_ck_bindInStatement_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKXPCSuitableString( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKXPCSuitableString" );
|
|
#define nsurl_CKXPCSuitableString_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKXPCSuitableString_call( (id)object, methodSelector );
|
|
#undef nsurl_CKXPCSuitableString_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_lastEditorDeviceName( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_lastEditorDeviceName" );
|
|
#define nsurl_br_lastEditorDeviceName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_lastEditorDeviceName_call( (id)object, methodSelector );
|
|
#undef nsurl_br_lastEditorDeviceName_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_lastEditorNameComponents( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_lastEditorNameComponents" );
|
|
#define nsurl_br_lastEditorNameComponents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_lastEditorNameComponents_call( (id)object, methodSelector );
|
|
#undef nsurl_br_lastEditorNameComponents_call
|
|
}
|
|
|
|
bool nsurl_br_isExternalDocumentReference( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isExternalDocumentReference" );
|
|
#define nsurl_br_isExternalDocumentReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isExternalDocumentReference_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isExternalDocumentReference_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_URLByResolvingExternalDocumentReferenceWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_URLByResolvingExternalDocumentReferenceWithError:" );
|
|
#define nsurl_br_URLByResolvingExternalDocumentReferenceWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_br_URLByResolvingExternalDocumentReferenceWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_URLByResolvingExternalDocumentReferenceWithError_call
|
|
}
|
|
|
|
nsobject_t nsurl_brc_issueSandboxExtensionOfClass( nsurl_t object, char* arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_issueSandboxExtensionOfClass:error:" );
|
|
#define nsurl_brc_issueSandboxExtensionOfClass_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, char*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_brc_issueSandboxExtensionOfClass_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_brc_issueSandboxExtensionOfClass_call
|
|
}
|
|
|
|
bool nsurl_br_isInTrash( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInTrash" );
|
|
#define nsurl_br_isInTrash_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInTrash_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInTrash_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_cloudDocsContainer( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_cloudDocsContainer" );
|
|
#define nsurl_br_cloudDocsContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_cloudDocsContainer_call( (id)object, methodSelector );
|
|
#undef nsurl_br_cloudDocsContainer_call
|
|
}
|
|
|
|
unsigned short nsurl_br_capabilityToMoveToURL( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_capabilityToMoveToURL:error:" );
|
|
#define nsurl_br_capabilityToMoveToURL_call( obj, selector, arg0, arg1 ) ((unsigned short (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_br_capabilityToMoveToURL_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_capabilityToMoveToURL_call
|
|
}
|
|
|
|
bool nsurl_br_isInSyncedLocation( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInSyncedLocation" );
|
|
#define nsurl_br_isInSyncedLocation_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInSyncedLocation_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInSyncedLocation_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_logicalURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_logicalURL" );
|
|
#define nsurl_br_logicalURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_logicalURL_call( (id)object, methodSelector );
|
|
#undef nsurl_br_logicalURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_itemID( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_itemID" );
|
|
#define nsurl_br_itemID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_itemID_call( (id)object, methodSelector );
|
|
#undef nsurl_br_itemID_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_physicalURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_physicalURL" );
|
|
#define nsurl_br_physicalURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_physicalURL_call( (id)object, methodSelector );
|
|
#undef nsurl_br_physicalURL_call
|
|
}
|
|
|
|
void nsurl_br_addPhysicalProperty( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_addPhysicalProperty" );
|
|
#define nsurl_br_addPhysicalProperty_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_br_addPhysicalProperty_call( (id)object, methodSelector );
|
|
#undef nsurl_br_addPhysicalProperty_call
|
|
}
|
|
|
|
void nsurl_br_bookmarkableStringWithEtag( nsurl_t object, bool arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_bookmarkableStringWithEtag:completion:" );
|
|
#define nsurl_br_bookmarkableStringWithEtag_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_br_bookmarkableStringWithEtag_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_bookmarkableStringWithEtag_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_pathRelativeToMobileDocuments( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_pathRelativeToMobileDocuments" );
|
|
#define nsurl_br_pathRelativeToMobileDocuments_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_pathRelativeToMobileDocuments_call( (id)object, methodSelector );
|
|
#undef nsurl_br_pathRelativeToMobileDocuments_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_containerIDIfIsDocumentsContainerURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_containerIDIfIsDocumentsContainerURL" );
|
|
#define nsurl_br_containerIDIfIsDocumentsContainerURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_containerIDIfIsDocumentsContainerURL_call( (id)object, methodSelector );
|
|
#undef nsurl_br_containerIDIfIsDocumentsContainerURL_call
|
|
}
|
|
|
|
bool nsurl_br_getTagNames( nsurl_t object, nsobject_t* arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_getTagNames:error:" );
|
|
#define nsurl_br_getTagNames_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_br_getTagNames_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_getTagNames_call
|
|
}
|
|
|
|
bool nsurl_br_setTagNames( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_setTagNames:error:" );
|
|
#define nsurl_br_setTagNames_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_br_setTagNames_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_setTagNames_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_lastEditorName( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_lastEditorName" );
|
|
#define nsurl_br_lastEditorName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_lastEditorName_call( (id)object, methodSelector );
|
|
#undef nsurl_br_lastEditorName_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_addFakeConflictLoserFromItemAtURL( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_addFakeConflictLoserFromItemAtURL:lastEditorDeviceName:error:" );
|
|
#define nsurl_br_addFakeConflictLoserFromItemAtURL_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_br_addFakeConflictLoserFromItemAtURL_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_br_addFakeConflictLoserFromItemAtURL_call
|
|
}
|
|
|
|
bool nsurl_br_isInLocalHomeDirectory( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInLocalHomeDirectory" );
|
|
#define nsurl_br_isInLocalHomeDirectory_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInLocalHomeDirectory_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInLocalHomeDirectory_call
|
|
}
|
|
|
|
bool nsurl_br_isParentOfURL( nsurl_t object, nsobject_t arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isParentOfURL:strictly:" );
|
|
#define nsurl_br_isParentOfURL_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_br_isParentOfURL_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_isParentOfURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_pathRelativeToSyncedRootURL( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_pathRelativeToSyncedRootURL:currentPersonaID:" );
|
|
#define nsurl_br_pathRelativeToSyncedRootURL_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_br_pathRelativeToSyncedRootURL_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_pathRelativeToSyncedRootURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_debugDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_debugDescription" );
|
|
#define nsurl_br_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_debugDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_br_debugDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_containerIDWithCurrentPersonaID( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_containerIDWithCurrentPersonaID:" );
|
|
#define nsurl_br_containerIDWithCurrentPersonaID_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_br_containerIDWithCurrentPersonaID_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_containerIDWithCurrentPersonaID_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_externalDocumentPropertiesWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_externalDocumentPropertiesWithError:" );
|
|
#define nsurl_br_externalDocumentPropertiesWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_br_externalDocumentPropertiesWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_externalDocumentPropertiesWithError_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_URLByResolvingInProcessExternalDocumentReferenceWithProperties( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_URLByResolvingInProcessExternalDocumentReferenceWithProperties:" );
|
|
#define nsurl_br_URLByResolvingInProcessExternalDocumentReferenceWithProperties_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_br_URLByResolvingInProcessExternalDocumentReferenceWithProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_URLByResolvingInProcessExternalDocumentReferenceWithProperties_call
|
|
}
|
|
|
|
bool nsurl_br_isInCloudDocsPrivateStorages( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInCloudDocsPrivateStorages" );
|
|
#define nsurl_br_isInCloudDocsPrivateStorages_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInCloudDocsPrivateStorages_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInCloudDocsPrivateStorages_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_realpathURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_realpathURL" );
|
|
#define nsurl_br_realpathURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_realpathURL_call( (id)object, methodSelector );
|
|
#undef nsurl_br_realpathURL_call
|
|
}
|
|
|
|
void nsurl_br_preCacheBookmarkData( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_preCacheBookmarkData:versionEtag:" );
|
|
#define nsurl_br_preCacheBookmarkData_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_br_preCacheBookmarkData_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_preCacheBookmarkData_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_cachedBookmarkData( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_cachedBookmarkData" );
|
|
#define nsurl_br_cachedBookmarkData_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_cachedBookmarkData_call( (id)object, methodSelector );
|
|
#undef nsurl_br_cachedBookmarkData_call
|
|
}
|
|
|
|
void nsurl_br_bookmarkableStringForRemoteOpeningAppWithBundleID( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_bookmarkableStringForRemoteOpeningAppWithBundleID:completion:" );
|
|
#define nsurl_br_bookmarkableStringForRemoteOpeningAppWithBundleID_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_br_bookmarkableStringForRemoteOpeningAppWithBundleID_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_bookmarkableStringForRemoteOpeningAppWithBundleID_call
|
|
}
|
|
|
|
void nsurl_br_containerIDsWithExternalReferencesWithHandler( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_containerIDsWithExternalReferencesWithHandler:" );
|
|
#define nsurl_br_containerIDsWithExternalReferencesWithHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_br_containerIDsWithExternalReferencesWithHandler_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_containerIDsWithExternalReferencesWithHandler_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_pathRelativeToSyncedRootURLForContainerID( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_pathRelativeToSyncedRootURLForContainerID:" );
|
|
#define nsurl_br_pathRelativeToSyncedRootURLForContainerID_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_br_pathRelativeToSyncedRootURLForContainerID_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_pathRelativeToSyncedRootURLForContainerID_call
|
|
}
|
|
|
|
bool nsurl_br_isInMobileDocuments( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInMobileDocuments" );
|
|
#define nsurl_br_isInMobileDocuments_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInMobileDocuments_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInMobileDocuments_call
|
|
}
|
|
|
|
bool nsurl_br_isInSyncedDesktop( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInSyncedDesktop" );
|
|
#define nsurl_br_isInSyncedDesktop_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInSyncedDesktop_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInSyncedDesktop_call
|
|
}
|
|
|
|
bool nsurl_br_isInSyncedDocuments( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInSyncedDocuments" );
|
|
#define nsurl_br_isInSyncedDocuments_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInSyncedDocuments_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInSyncedDocuments_call
|
|
}
|
|
|
|
bool nsurl_br_isStrictlyInSyncedLocation( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isStrictlyInSyncedLocation" );
|
|
#define nsurl_br_isStrictlyInSyncedLocation_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isStrictlyInSyncedLocation_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isStrictlyInSyncedLocation_call
|
|
}
|
|
|
|
bool nsurl_br_isInCloudDocsPrivateStoragesForRemoteDocumentVersions( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInCloudDocsPrivateStoragesForRemoteDocumentVersions" );
|
|
#define nsurl_br_isInCloudDocsPrivateStoragesForRemoteDocumentVersions_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInCloudDocsPrivateStoragesForRemoteDocumentVersions_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInCloudDocsPrivateStoragesForRemoteDocumentVersions_call
|
|
}
|
|
|
|
void nsurl_br_isConflictedWithHandler( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isConflictedWithHandler:" );
|
|
#define nsurl_br_isConflictedWithHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_br_isConflictedWithHandler_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_isConflictedWithHandler_call
|
|
}
|
|
|
|
bool nsurl_br_isInSharedDocsContainer( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isInSharedDocsContainer" );
|
|
#define nsurl_br_isInSharedDocsContainer_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isInSharedDocsContainer_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isInSharedDocsContainer_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_containerID( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_containerID" );
|
|
#define nsurl_br_containerID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_containerID_call( (id)object, methodSelector );
|
|
#undef nsurl_br_containerID_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_containerIDIfIsDesktopOrDocumentsURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_containerIDIfIsDesktopOrDocumentsURL" );
|
|
#define nsurl_br_containerIDIfIsDesktopOrDocumentsURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_containerIDIfIsDesktopOrDocumentsURL_call( (id)object, methodSelector );
|
|
#undef nsurl_br_containerIDIfIsDesktopOrDocumentsURL_call
|
|
}
|
|
|
|
bool nsurl_br_isDocumentsContainer( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isDocumentsContainer" );
|
|
#define nsurl_br_isDocumentsContainer_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isDocumentsContainer_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isDocumentsContainer_call
|
|
}
|
|
|
|
bool nsurl_br_mightBeBRAlias( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_mightBeBRAlias" );
|
|
#define nsurl_br_mightBeBRAlias_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_mightBeBRAlias_call( (id)object, methodSelector );
|
|
#undef nsurl_br_mightBeBRAlias_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_documentRecordIDWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_documentRecordIDWithError:" );
|
|
#define nsurl_br_documentRecordIDWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_br_documentRecordIDWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_documentRecordIDWithError_call
|
|
}
|
|
|
|
bool nsurl_br_isPromiseURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isPromiseURL" );
|
|
#define nsurl_br_isPromiseURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isPromiseURL_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isPromiseURL_call
|
|
}
|
|
|
|
bool nsurl_br_setAccessTime( nsurl_t object, unsigned long long arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_setAccessTime:error:" );
|
|
#define nsurl_br_setAccessTime_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_br_setAccessTime_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_setAccessTime_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_typeIdentifierWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_typeIdentifierWithError:" );
|
|
#define nsurl_br_typeIdentifierWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_br_typeIdentifierWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_typeIdentifierWithError_call
|
|
}
|
|
|
|
bool nsurl_br_wouldBeExcludedFromSync( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_wouldBeExcludedFromSync" );
|
|
#define nsurl_br_wouldBeExcludedFromSync_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_wouldBeExcludedFromSync_call( (id)object, methodSelector );
|
|
#undef nsurl_br_wouldBeExcludedFromSync_call
|
|
}
|
|
|
|
bool nsurl_br_isSymLink( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isSymLink" );
|
|
#define nsurl_br_isSymLink_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isSymLink_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isSymLink_call
|
|
}
|
|
|
|
bool nsurl_br_isTopLevelSharedItem( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isTopLevelSharedItem" );
|
|
#define nsurl_br_isTopLevelSharedItem_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isTopLevelSharedItem_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isTopLevelSharedItem_call
|
|
}
|
|
|
|
bool nsurl_br_isModifiedSinceShared( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_isModifiedSinceShared" );
|
|
#define nsurl_br_isModifiedSinceShared_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_br_isModifiedSinceShared_call( (id)object, methodSelector );
|
|
#undef nsurl_br_isModifiedSinceShared_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_creatorNameComponentsWithError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_creatorNameComponentsWithError:" );
|
|
#define nsurl_br_creatorNameComponentsWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_br_creatorNameComponentsWithError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_br_creatorNameComponentsWithError_call
|
|
}
|
|
|
|
nsobject_t nsurl_ql_realpathURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ql_realpathURL" );
|
|
#define nsurl_ql_realpathURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ql_realpathURL_call( (id)object, methodSelector );
|
|
#undef nsurl_ql_realpathURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_fm_preferencesPathURLForDomain( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_preferencesPathURLForDomain:" );
|
|
#define nsurl_fm_preferencesPathURLForDomain_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fm_preferencesPathURLForDomain_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fm_preferencesPathURLForDomain_call
|
|
}
|
|
|
|
nsobject_t nsurl_preferencesPathURLForDomain( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preferencesPathURLForDomain:" );
|
|
#define nsurl_preferencesPathURLForDomain_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_preferencesPathURLForDomain_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_preferencesPathURLForDomain_call
|
|
}
|
|
|
|
bool nsurl_cs_addDocumentTracking( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cs_addDocumentTracking" );
|
|
#define nsurl_cs_addDocumentTracking_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cs_addDocumentTracking_call( (id)object, methodSelector );
|
|
#undef nsurl_cs_addDocumentTracking_call
|
|
}
|
|
|
|
bool nsurl_cs_isInMobileDocuments( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cs_isInMobileDocuments" );
|
|
#define nsurl_cs_isInMobileDocuments_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cs_isInMobileDocuments_call( (id)object, methodSelector );
|
|
#undef nsurl_cs_isInMobileDocuments_call
|
|
}
|
|
|
|
bool nsurl_if_isContainedByDirectoryAtURL( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_isContainedByDirectoryAtURL:" );
|
|
#define nsurl_if_isContainedByDirectoryAtURL_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_if_isContainedByDirectoryAtURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_if_isContainedByDirectoryAtURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_parameters( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_parameters" );
|
|
#define nsurl_ams_parameters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_parameters_call( (id)object, methodSelector );
|
|
#undef nsurl_ams_parameters_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_valueForQueryParameter( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_valueForQueryParameter:" );
|
|
#define nsurl_ams_valueForQueryParameter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ams_valueForQueryParameter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ams_valueForQueryParameter_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_URLByAppendingQueryParameters( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_URLByAppendingQueryParameters:" );
|
|
#define nsurl_ams_URLByAppendingQueryParameters_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ams_URLByAppendingQueryParameters_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ams_URLByAppendingQueryParameters_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_URLByDeletingTrailingSlash( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_URLByDeletingTrailingSlash" );
|
|
#define nsurl_ams_URLByDeletingTrailingSlash_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_URLByDeletingTrailingSlash_call( (id)object, methodSelector );
|
|
#undef nsurl_ams_URLByDeletingTrailingSlash_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_URLByReplacingSchemeWithScheme( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_URLByReplacingSchemeWithScheme:" );
|
|
#define nsurl_ams_URLByReplacingSchemeWithScheme_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ams_URLByReplacingSchemeWithScheme_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ams_URLByReplacingSchemeWithScheme_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_URLByReplaceingQueryParameters( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_URLByReplaceingQueryParameters:" );
|
|
#define nsurl_ams_URLByReplaceingQueryParameters_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ams_URLByReplaceingQueryParameters_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ams_URLByReplaceingQueryParameters_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_URLByAppendingQueryParameter( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_URLByAppendingQueryParameter:name:" );
|
|
#define nsurl_ams_URLByAppendingQueryParameter_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_ams_URLByAppendingQueryParameter_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_ams_URLByAppendingQueryParameter_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_URLBySortingQueryParameters( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_URLBySortingQueryParameters" );
|
|
#define nsurl_ams_URLBySortingQueryParameters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_URLBySortingQueryParameters_call( (id)object, methodSelector );
|
|
#undef nsurl_ams_URLBySortingQueryParameters_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_unmodifiedParameters( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_unmodifiedParameters" );
|
|
#define nsurl_ams_unmodifiedParameters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_unmodifiedParameters_call( (id)object, methodSelector );
|
|
#undef nsurl_ams_unmodifiedParameters_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_URLQueryAllowedCharacterSet( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_URLQueryAllowedCharacterSet" );
|
|
#define nsurl_ams_URLQueryAllowedCharacterSet_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_URLQueryAllowedCharacterSet_call( (id)object, methodSelector );
|
|
#undef nsurl_ams_URLQueryAllowedCharacterSet_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_schemeSwizzledURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_schemeSwizzledURL" );
|
|
#define nsurl_ams_schemeSwizzledURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_schemeSwizzledURL_call( (id)object, methodSelector );
|
|
#undef nsurl_ams_schemeSwizzledURL_call
|
|
}
|
|
|
|
bool nsurl_isFileReferenceURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFileReferenceURL" );
|
|
#define nsurl_isFileReferenceURL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isFileReferenceURL_call( (id)object, methodSelector );
|
|
#undef nsurl_isFileReferenceURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_resourceValuesForKeys( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resourceValuesForKeys:error:" );
|
|
#define nsurl_resourceValuesForKeys_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_resourceValuesForKeys_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_resourceValuesForKeys_call
|
|
}
|
|
|
|
bool nsurl_setResourceValue( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setResourceValue:forKey:error:" );
|
|
#define nsurl_setResourceValue_call( obj, selector, arg0, arg1, arg2 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_setResourceValue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_setResourceValue_call
|
|
}
|
|
|
|
bool nsurl_setResourceValues( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setResourceValues:error:" );
|
|
#define nsurl_setResourceValues_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_setResourceValues_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_setResourceValues_call
|
|
}
|
|
|
|
void nsurl_removeCachedResourceValueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeCachedResourceValueForKey:" );
|
|
#define nsurl_removeCachedResourceValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_removeCachedResourceValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_removeCachedResourceValueForKey_call
|
|
}
|
|
|
|
void nsurl_removeAllCachedResourceValues( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeAllCachedResourceValues" );
|
|
#define nsurl_removeAllCachedResourceValues_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_removeAllCachedResourceValues_call( (id)object, methodSelector );
|
|
#undef nsurl_removeAllCachedResourceValues_call
|
|
}
|
|
|
|
void nsurl_setTemporaryResourceValue( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTemporaryResourceValue:forKey:" );
|
|
#define nsurl_setTemporaryResourceValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_setTemporaryResourceValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_setTemporaryResourceValue_call
|
|
}
|
|
|
|
bool nsurl_checkResourceIsReachableAndReturnError( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "checkResourceIsReachableAndReturnError:" );
|
|
#define nsurl_checkResourceIsReachableAndReturnError_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_checkResourceIsReachableAndReturnError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_checkResourceIsReachableAndReturnError_call
|
|
}
|
|
|
|
nsobject_t nsurl_fileReferenceURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fileReferenceURL" );
|
|
#define nsurl_fileReferenceURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fileReferenceURL_call( (id)object, methodSelector );
|
|
#undef nsurl_fileReferenceURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_filePathURL( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "filePathURL" );
|
|
#define nsurl_filePathURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_filePathURL_call( (id)object, methodSelector );
|
|
#undef nsurl_filePathURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_bookmarkDataWithOptions( nsurl_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:" );
|
|
#define nsurl_bookmarkDataWithOptions_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_bookmarkDataWithOptions_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_bookmarkDataWithOptions_call
|
|
}
|
|
|
|
bool nsurl_startAccessingSecurityScopedResource( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "startAccessingSecurityScopedResource" );
|
|
#define nsurl_startAccessingSecurityScopedResource_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_startAccessingSecurityScopedResource_call( (id)object, methodSelector );
|
|
#undef nsurl_startAccessingSecurityScopedResource_call
|
|
}
|
|
|
|
void nsurl_stopAccessingSecurityScopedResource( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stopAccessingSecurityScopedResource" );
|
|
#define nsurl_stopAccessingSecurityScopedResource_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_stopAccessingSecurityScopedResource_call( (id)object, methodSelector );
|
|
#undef nsurl_stopAccessingSecurityScopedResource_call
|
|
}
|
|
|
|
nsclass_t nsurl_classForCoder( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForCoder" );
|
|
#define nsurl_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_classForCoder_call( (id)object, methodSelector );
|
|
#undef nsurl_classForCoder_call
|
|
}
|
|
|
|
nsobject_t nsurl_replacementObjectForCoder( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
|
|
#define nsurl_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_replacementObjectForCoder_call
|
|
}
|
|
|
|
nsobject_t nsurl_awakeAfterUsingCoder( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
|
|
#define nsurl_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_awakeAfterUsingCoder_call
|
|
}
|
|
|
|
bool nsurl_implementsSelector( nsurl_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "implementsSelector:" );
|
|
#define nsurl_implementsSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_implementsSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_implementsSelector_call
|
|
}
|
|
|
|
void nsurl_setObservationInfo( nsurl_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservationInfo:" );
|
|
#define nsurl_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setObservationInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setObservationInfo_call
|
|
}
|
|
|
|
void nsurl_setValue( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValue:forKey:" );
|
|
#define nsurl_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_setValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_setValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_replacementObjectForPortCoder( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
|
|
#define nsurl_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_replacementObjectForPortCoder_call
|
|
}
|
|
|
|
void nsurl_willChangeValueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
|
|
#define nsurl_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_willChangeValueForKey_call
|
|
}
|
|
|
|
void nsurl_didChangeValueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
|
|
#define nsurl_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_didChangeValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_replacementObjectForArchiver( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
|
|
#define nsurl_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_replacementObjectForArchiver_call
|
|
}
|
|
|
|
nsclass_t nsurl_classForArchiver( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForArchiver" );
|
|
#define nsurl_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_classForArchiver_call( (id)object, methodSelector );
|
|
#undef nsurl_classForArchiver_call
|
|
}
|
|
|
|
nsobject_t nsurl_valueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKey:" );
|
|
#define nsurl_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_valueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_valueForKey_call
|
|
}
|
|
|
|
nsclass_t nsurl_classForKeyedArchiver( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
|
|
#define nsurl_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_classForKeyedArchiver_call( (id)object, methodSelector );
|
|
#undef nsurl_classForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t nsurl_replacementObjectForKeyedArchiver( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
|
|
#define nsurl_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_replacementObjectForKeyedArchiver_call
|
|
}
|
|
|
|
objc_method_description* nsurl_methodDescriptionForSelector( nsurl_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
|
|
#define nsurl_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_methodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t nsurl_valueForKeyPath( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
|
|
#define nsurl_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_valueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_valueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_mutableArrayValueForKeyPath( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
|
|
#define nsurl_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_mutableArrayValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_mutableOrderedSetValueForKeyPath( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
|
|
#define nsurl_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_mutableOrderedSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_mutableSetValueForKeyPath( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
|
|
#define nsurl_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_mutableSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_addObserver( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserver:forObservableKeyPath:" );
|
|
#define nsurl_addObserver_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_addObserver_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_addObserver_call
|
|
}
|
|
|
|
void nsurl_removeObservation( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObservation:" );
|
|
#define nsurl_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_removeObservation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_removeObservation_call
|
|
}
|
|
|
|
void nsurl_receiveObservedValue( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
|
|
#define nsurl_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_receiveObservedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_receiveObservedValue_call
|
|
}
|
|
|
|
void nsurl_receiveObservedError( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedError:" );
|
|
#define nsurl_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_receiveObservedError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_receiveObservedError_call
|
|
}
|
|
|
|
void nsurl_finishObserving( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishObserving" );
|
|
#define nsurl_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_finishObserving_call( (id)object, methodSelector );
|
|
#undef nsurl_finishObserving_call
|
|
}
|
|
|
|
void nsurl_setObservation( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
|
|
#define nsurl_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_setObservation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_setObservation_call
|
|
}
|
|
|
|
void nsurl_observeValueForKeyPath( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
|
|
#define nsurl_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 )
|
|
nsurl_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_observeValueForKeyPath_call
|
|
}
|
|
|
|
void nsurl_removeObserver( nsurl_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
|
|
#define nsurl_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsurl_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_removeObserver_call
|
|
}
|
|
|
|
nsobject_t nsurl_addChainedObservers( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChainedObservers:" );
|
|
#define nsurl_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_addChainedObservers_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_addChainedObservers_call
|
|
}
|
|
|
|
nsobject_t nsurl_addObserverBlock( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserverBlock:" );
|
|
#define nsurl_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_addObserverBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_addObserverBlock_call
|
|
}
|
|
|
|
nsobject_t nsurl_addObservationTransformer( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
|
|
#define nsurl_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_addObservationTransformer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_addObservationTransformer_call
|
|
}
|
|
|
|
nsobject_t nsurl_valueForUndefinedKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
|
|
#define nsurl_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_valueForUndefinedKey_call
|
|
}
|
|
|
|
void nsurl_setNilValueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
|
|
#define nsurl_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setNilValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setNilValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_mutableArrayValueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
|
|
#define nsurl_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_mutableArrayValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_mutableOrderedSetValueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
|
|
#define nsurl_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_mutableOrderedSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_mutableSetValueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
|
|
#define nsurl_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_mutableSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_dictionaryWithValuesForKeys( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
|
|
#define nsurl_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_dictionaryWithValuesForKeys_call
|
|
}
|
|
|
|
void nsurl_setValuesForKeysWithDictionary( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
|
|
#define nsurl_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setValuesForKeysWithDictionary_call
|
|
}
|
|
|
|
void nsurl_willChange( nsurl_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
|
|
#define nsurl_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsurl_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_willChange_call
|
|
}
|
|
|
|
void nsurl_didChange( nsurl_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
|
|
#define nsurl_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsurl_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_didChange_call
|
|
}
|
|
|
|
void* nsurl_observationInfo( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observationInfo" );
|
|
#define nsurl_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_observationInfo_call( (id)object, methodSelector );
|
|
#undef nsurl_observationInfo_call
|
|
}
|
|
|
|
nsobject_t nsurl_autoContentAccessingProxy( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
|
|
#define nsurl_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_autoContentAccessingProxy_call( (id)object, methodSelector );
|
|
#undef nsurl_autoContentAccessingProxy_call
|
|
}
|
|
|
|
nsclass_t nsurl_classForPortCoder( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForPortCoder" );
|
|
#define nsurl_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_classForPortCoder_call( (id)object, methodSelector );
|
|
#undef nsurl_classForPortCoder_call
|
|
}
|
|
|
|
void nsurl_performSelector( nsurl_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
|
|
#define nsurl_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 )
|
|
nsurl_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_performSelector_call
|
|
}
|
|
|
|
void nsurl_performSelectorOnMainThread( nsurl_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
|
|
#define nsurl_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 )
|
|
nsurl_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_performSelectorOnMainThread_call
|
|
}
|
|
|
|
void nsurl_performSelectorInBackground( nsurl_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
|
|
#define nsurl_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_performSelectorInBackground_call
|
|
}
|
|
|
|
bool nsurl_isNSDate__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDate__" );
|
|
#define nsurl_isNSDate___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSDate___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSDate___call
|
|
}
|
|
|
|
bool nsurl_isNSString__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSString__" );
|
|
#define nsurl_isNSString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSString___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSString___call
|
|
}
|
|
|
|
bool nsurl_isNSCFConstantString__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
|
|
#define nsurl_isNSCFConstantString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSCFConstantString___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSCFConstantString___call
|
|
}
|
|
|
|
bool nsurl_isNSNumber__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSNumber__" );
|
|
#define nsurl_isNSNumber___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSNumber___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSNumber___call
|
|
}
|
|
|
|
bool nsurl_isNSArray__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSArray__" );
|
|
#define nsurl_isNSArray___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSArray___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSArray___call
|
|
}
|
|
|
|
bool nsurl_isNSDictionary__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDictionary__" );
|
|
#define nsurl_isNSDictionary___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSDictionary___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSDictionary___call
|
|
}
|
|
|
|
bool nsurl_isNSData__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSData__" );
|
|
#define nsurl_isNSData___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSData___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSData___call
|
|
}
|
|
|
|
bool nsurl_isNSObject__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSObject__" );
|
|
#define nsurl_isNSObject___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSObject___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSObject___call
|
|
}
|
|
|
|
bool nsurl_isNSOrderedSet__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
|
|
#define nsurl_isNSOrderedSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSOrderedSet___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSOrderedSet___call
|
|
}
|
|
|
|
bool nsurl_isNSSet__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSSet__" );
|
|
#define nsurl_isNSSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSSet___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSSet___call
|
|
}
|
|
|
|
bool nsurl_isNSTimeZone__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
|
|
#define nsurl_isNSTimeZone___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSTimeZone___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSTimeZone___call
|
|
}
|
|
|
|
bool nsurl_isNSValue__( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSValue__" );
|
|
#define nsurl_isNSValue___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNSValue___call( (id)object, methodSelector );
|
|
#undef nsurl_isNSValue___call
|
|
}
|
|
|
|
void nsurl_doesNotRecognizeSelector( nsurl_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
|
|
#define nsurl_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_doesNotRecognizeSelector_call
|
|
}
|
|
|
|
nsobject_t nsurl_methodSignatureForSelector( nsurl_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
|
|
#define nsurl_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_methodSignatureForSelector_call
|
|
}
|
|
|
|
double nsurl_CA_distanceToValue( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
|
|
#define nsurl_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nsurl_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_CA_distanceToValue_call
|
|
}
|
|
|
|
Object* nsurl_CA_copyRenderValueWithColorspace( nsurl_t object, CGColorSpace* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValueWithColorspace:" );
|
|
#define nsurl_CA_copyRenderValueWithColorspace_call( obj, selector, arg0 ) ((Object* (*)( id, SEL, CGColorSpace* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_CA_copyRenderValueWithColorspace_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_CA_copyRenderValueWithColorspace_call
|
|
}
|
|
|
|
Object* nsurl_CA_copyRenderValue( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
|
|
#define nsurl_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CA_copyRenderValue_call( (id)object, methodSelector );
|
|
#undef nsurl_CA_copyRenderValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_CA_interpolateValue( nsurl_t object, nsobject_t arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
|
|
#define nsurl_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_CA_interpolateValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_CA_addValue( nsurl_t object, nsobject_t arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
|
|
#define nsurl_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_CA_addValue_call
|
|
}
|
|
|
|
bool nsurl_CAMLTypeSupportedForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
|
|
#define nsurl_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_CAMLTypeSupportedForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_CAMLTypeForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
|
|
#define nsurl_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_CAMLTypeForKey_call
|
|
}
|
|
|
|
bool nsurl_CA_validateValue( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
|
|
#define nsurl_CA_validateValue_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_CA_validateValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_CA_interpolateValues( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
|
|
#define nsurl_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 nsurl_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_CA_interpolateValues_call
|
|
}
|
|
|
|
void nsurl_CA_prepareRenderValue( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
|
|
#define nsurl_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_CA_prepareRenderValue_call( (id)object, methodSelector );
|
|
#undef nsurl_CA_prepareRenderValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_CA_archivingValueForKey( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
|
|
#define nsurl_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_CA_archivingValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_CA_roundToIntegerFromValue( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
|
|
#define nsurl_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_CA_roundToIntegerFromValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_className( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "className" );
|
|
#define nsurl_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_className_call( (id)object, methodSelector );
|
|
#undef nsurl_className_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityLabel( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabel" );
|
|
#define nsurl_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityLabel_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityLabel_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityLabel( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
|
|
#define nsurl_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityLabel_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityIdentifier( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
|
|
#define nsurl_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityIdentifier_call
|
|
}
|
|
|
|
CGRect nsurl_accessibilityFrame( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrame" );
|
|
#define nsurl_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsurl_accessibilityFrame_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityViewIsModal( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityViewIsModal" );
|
|
#define nsurl_storedAccessibilityViewIsModal_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityViewIsModal_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityElementsHidden( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityElementsHidden" );
|
|
#define nsurl_storedAccessibilityElementsHidden_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityElementsHidden_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedShouldGroupAccessibilityChildren( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedShouldGroupAccessibilityChildren" );
|
|
#define nsurl_storedShouldGroupAccessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedShouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef nsurl_storedShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityNavigationStyle( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityNavigationStyle" );
|
|
#define nsurl_storedAccessibilityNavigationStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityRespondsToUserInteraction( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityRespondsToUserInteraction" );
|
|
#define nsurl_storedAccessibilityRespondsToUserInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityAttributedLabel( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedLabel" );
|
|
#define nsurl_accessibilityAttributedLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityAttributedLabel_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityAttributedLabel_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityValue( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValue" );
|
|
#define nsurl_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityValue_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityAttributedValue( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedValue" );
|
|
#define nsurl_accessibilityAttributedValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityAttributedValue_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityAttributedValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityHint( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHint" );
|
|
#define nsurl_accessibilityHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityHint_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityHint_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityAttributedHint( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedHint" );
|
|
#define nsurl_accessibilityAttributedHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityAttributedHint_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityAttributedHint_call
|
|
}
|
|
|
|
CGPoint nsurl_accessibilityActivationPoint( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
|
|
#define nsurl_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityActivationPoint_call
|
|
}
|
|
|
|
unsigned long long nsurl_accessibilityTraits( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTraits" );
|
|
#define nsurl_accessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityTraits_call
|
|
}
|
|
|
|
bool nsurl_isAccessibilityElement( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
|
|
#define nsurl_isAccessibilityElement_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef nsurl_isAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityContainer( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainer" );
|
|
#define nsurl_accessibilityContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityContainer_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityContainer_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityLanguage( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLanguage" );
|
|
#define nsurl_accessibilityLanguage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityLanguage_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityLanguage_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityPath( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPath" );
|
|
#define nsurl_accessibilityPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityPath_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityPath_call
|
|
}
|
|
|
|
bool nsurl_accessibilityViewIsModal( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityViewIsModal" );
|
|
#define nsurl_accessibilityViewIsModal_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityViewIsModal_call
|
|
}
|
|
|
|
bool nsurl_accessibilityElementsHidden( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementsHidden" );
|
|
#define nsurl_accessibilityElementsHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityElementsHidden_call
|
|
}
|
|
|
|
bool nsurl_shouldGroupAccessibilityChildren( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldGroupAccessibilityChildren" );
|
|
#define nsurl_shouldGroupAccessibilityChildren_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_shouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef nsurl_shouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
long long nsurl_accessibilityNavigationStyle( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNavigationStyle" );
|
|
#define nsurl_accessibilityNavigationStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityNavigationStyle_call
|
|
}
|
|
|
|
bool nsurl_accessibilityRespondsToUserInteraction( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRespondsToUserInteraction" );
|
|
#define nsurl_accessibilityRespondsToUserInteraction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityUserInputLabels( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
|
|
#define nsurl_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityAttributedUserInputLabels( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
|
|
#define nsurl_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityIdentifier( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityIdentifier" );
|
|
#define nsurl_storedAccessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityTraits( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityTraits" );
|
|
#define nsurl_storedAccessibilityTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityTraits_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedIsAccessibilityElement( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedIsAccessibilityElement" );
|
|
#define nsurl_storedIsAccessibilityElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedIsAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef nsurl_storedIsAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityFrame( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityFrame" );
|
|
#define nsurl_storedAccessibilityFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityFrame_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityActivationPoint( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityActivationPoint" );
|
|
#define nsurl_storedAccessibilityActivationPoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityActivationPoint_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityHeaderElements( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderElements" );
|
|
#define nsurl_accessibilityHeaderElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityHeaderElements_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityHeaderElements_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityElementsHidden( nsurl_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElementsHidden:" );
|
|
#define nsurl_setAccessibilityElementsHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityElementsHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityElementsHidden_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityViewIsModal( nsurl_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityViewIsModal:" );
|
|
#define nsurl_setAccessibilityViewIsModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityViewIsModal_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityViewIsModal_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityAttributedLabel( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedLabel:" );
|
|
#define nsurl_setAccessibilityAttributedLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityAttributedLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityAttributedLabel_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityValue( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
|
|
#define nsurl_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityValue_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityAttributedValue( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedValue:" );
|
|
#define nsurl_setAccessibilityAttributedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityAttributedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityAttributedValue_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityHint( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHint:" );
|
|
#define nsurl_setAccessibilityHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityHint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityHint_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityAttributedHint( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedHint:" );
|
|
#define nsurl_setAccessibilityAttributedHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityAttributedHint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityAttributedHint_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityFrame( nsurl_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
|
|
#define nsurl_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityFrame_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityPath( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPath:" );
|
|
#define nsurl_setAccessibilityPath_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityPath_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityActivationPoint( nsurl_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
|
|
#define nsurl_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityActivationPoint_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityTraits( nsurl_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTraits:" );
|
|
#define nsurl_setAccessibilityTraits_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityTraits_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityTraits_call
|
|
}
|
|
|
|
void nsurl_setIsAccessibilityElement( nsurl_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsAccessibilityElement:" );
|
|
#define nsurl_setIsAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setIsAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setIsAccessibilityElement_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityContainer( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainer:" );
|
|
#define nsurl_setAccessibilityContainer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityContainer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityContainer_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityLanguage( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLanguage:" );
|
|
#define nsurl_setAccessibilityLanguage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityLanguage_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityLanguage_call
|
|
}
|
|
|
|
void nsurl_setShouldGroupAccessibilityChildren( nsurl_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShouldGroupAccessibilityChildren:" );
|
|
#define nsurl_setShouldGroupAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setShouldGroupAccessibilityChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityNavigationStyle( nsurl_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNavigationStyle:" );
|
|
#define nsurl_setAccessibilityNavigationStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityNavigationStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityRespondsToUserInteraction( nsurl_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRespondsToUserInteraction:" );
|
|
#define nsurl_setAccessibilityRespondsToUserInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityUserInputLabels( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
|
|
#define nsurl_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityUserInputLabels_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityAttributedUserInputLabels( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
|
|
#define nsurl_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityTextualContext( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTextualContext" );
|
|
#define nsurl_accessibilityTextualContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityTextualContext_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityTextualContext_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityTextualContext( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTextualContext:" );
|
|
#define nsurl_setAccessibilityTextualContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityTextualContext_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityTextualContext_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityHeaderElements( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeaderElements:" );
|
|
#define nsurl_setAccessibilityHeaderElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityHeaderElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityHeaderElements_call
|
|
}
|
|
|
|
void nsurl_accessibilityElementDidBecomeFocused( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidBecomeFocused" );
|
|
#define nsurl_accessibilityElementDidBecomeFocused_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_accessibilityElementDidBecomeFocused_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityElementDidBecomeFocused_call
|
|
}
|
|
|
|
void nsurl_accessibilityElementDidLoseFocus( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidLoseFocus" );
|
|
#define nsurl_accessibilityElementDidLoseFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_accessibilityElementDidLoseFocus_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityElementDidLoseFocus_call
|
|
}
|
|
|
|
bool nsurl_accessibilityElementIsFocused( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementIsFocused" );
|
|
#define nsurl_accessibilityElementIsFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityElementIsFocused_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityElementIsFocused_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityAssistiveTechnologyFocusedIdentifiers( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAssistiveTechnologyFocusedIdentifiers" );
|
|
#define nsurl_accessibilityAssistiveTechnologyFocusedIdentifiers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityAssistiveTechnologyFocusedIdentifiers_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityAssistiveTechnologyFocusedIdentifiers_call
|
|
}
|
|
|
|
void nsurl_accessibilityIncrement( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIncrement" );
|
|
#define nsurl_accessibilityIncrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_accessibilityIncrement_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityIncrement_call
|
|
}
|
|
|
|
void nsurl_accessibilityDecrement( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecrement" );
|
|
#define nsurl_accessibilityDecrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_accessibilityDecrement_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityDecrement_call
|
|
}
|
|
|
|
bool nsurl_accessibilityScroll( nsurl_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScroll:" );
|
|
#define nsurl_accessibilityScroll_call( obj, selector, arg0 ) ((bool (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_accessibilityScroll_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_accessibilityScroll_call
|
|
}
|
|
|
|
bool nsurl_accessibilityPerformEscape( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformEscape" );
|
|
#define nsurl_accessibilityPerformEscape_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityPerformEscape_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityPerformEscape_call
|
|
}
|
|
|
|
bool nsurl_accessibilityPerformMagicTap( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformMagicTap" );
|
|
#define nsurl_accessibilityPerformMagicTap_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityPerformMagicTap_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityPerformMagicTap_call
|
|
}
|
|
|
|
bool nsurl_accessibilityActivate( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivate" );
|
|
#define nsurl_accessibilityActivate_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityActivate_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityActivate_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityCustomActions( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
|
|
#define nsurl_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityCustomActions( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
|
|
#define nsurl_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityCustomActions_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityIdentification( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentification" );
|
|
#define nsurl_accessibilityIdentification_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityIdentification_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityIdentification_call
|
|
}
|
|
|
|
void nsurl_accessibilitySetIdentification( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetIdentification:" );
|
|
#define nsurl_accessibilitySetIdentification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_accessibilitySetIdentification_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_accessibilitySetIdentification_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityIdentifier( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
|
|
#define nsurl_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityIdentifier_call
|
|
}
|
|
|
|
unsigned long long nsurl_defaultAccessibilityTraits( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAccessibilityTraits" );
|
|
#define nsurl_defaultAccessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_defaultAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef nsurl_defaultAccessibilityTraits_call
|
|
}
|
|
|
|
bool nsurl_isAccessibilityElementByDefault( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElementByDefault" );
|
|
#define nsurl_isAccessibilityElementByDefault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isAccessibilityElementByDefault_call( (id)object, methodSelector );
|
|
#undef nsurl_isAccessibilityElementByDefault_call
|
|
}
|
|
|
|
bool nsurl_isElementAccessibilityExposedToInterfaceBuilder( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isElementAccessibilityExposedToInterfaceBuilder" );
|
|
#define nsurl_isElementAccessibilityExposedToInterfaceBuilder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isElementAccessibilityExposedToInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef nsurl_isElementAccessibilityExposedToInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityLocalizedStringKey( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLocalizedStringKey" );
|
|
#define nsurl_accessibilityLocalizedStringKey_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityLocalizedStringKey_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityLocalizedStringKey_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityDragSourceDescriptors( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDragSourceDescriptors:" );
|
|
#define nsurl_setAccessibilityDragSourceDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityDragSourceDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityDragSourceDescriptors( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDragSourceDescriptors" );
|
|
#define nsurl_accessibilityDragSourceDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityDragSourceDescriptors_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityDropPointDescriptors( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDropPointDescriptors:" );
|
|
#define nsurl_setAccessibilityDropPointDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityDropPointDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityDropPointDescriptors( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDropPointDescriptors" );
|
|
#define nsurl_accessibilityDropPointDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityDropPointDescriptors_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t nsurl_storedAccessibilityContainerType( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityContainerType" );
|
|
#define nsurl_storedAccessibilityContainerType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_storedAccessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef nsurl_storedAccessibilityContainerType_call
|
|
}
|
|
|
|
long long nsurl_accessibilityElementCount( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementCount" );
|
|
#define nsurl_accessibilityElementCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityElementCount_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityElementCount_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityElementAtIndex( nsurl_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementAtIndex:" );
|
|
#define nsurl_accessibilityElementAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_accessibilityElementAtIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_accessibilityElementAtIndex_call
|
|
}
|
|
|
|
long long nsurl_indexOfAccessibilityElement( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "indexOfAccessibilityElement:" );
|
|
#define nsurl_indexOfAccessibilityElement_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_indexOfAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_indexOfAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityElements( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElements" );
|
|
#define nsurl_accessibilityElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityElements_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityElements_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityElements( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElements:" );
|
|
#define nsurl_setAccessibilityElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityElements_call
|
|
}
|
|
|
|
long long nsurl_accessibilityContainerType( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
|
|
#define nsurl_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityContainerType_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityContainerType( nsurl_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
|
|
#define nsurl_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityContainerType_call
|
|
}
|
|
|
|
void nsurl_setAccessibilityCustomRotors( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
|
|
#define nsurl_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_setAccessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t nsurl_accessibilityCustomRotors( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
|
|
#define nsurl_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessibilityCustomRotors_call( (id)object, methodSelector );
|
|
#undef nsurl_accessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t nsurl_uiPresentationManager( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "uiPresentationManager" );
|
|
#define nsurl_uiPresentationManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_uiPresentationManager_call( (id)object, methodSelector );
|
|
#undef nsurl_uiPresentationManager_call
|
|
}
|
|
|
|
void nsurl_awakeFromNib( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeFromNib" );
|
|
#define nsurl_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_awakeFromNib_call( (id)object, methodSelector );
|
|
#undef nsurl_awakeFromNib_call
|
|
}
|
|
|
|
bool nsurl_conformsToProtocolCached( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocolCached:" );
|
|
#define nsurl_conformsToProtocolCached_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_conformsToProtocolCached_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_conformsToProtocolCached_call
|
|
}
|
|
|
|
void nsurl_prepareForInterfaceBuilder( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
|
|
#define nsurl_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_prepareForInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef nsurl_prepareForInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t nsurl_initFromPQLResultSet( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initFromPQLResultSet:error:" );
|
|
#define nsurl_initFromPQLResultSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_initFromPQLResultSet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_initFromPQLResultSet_call
|
|
}
|
|
|
|
bool nsurl_supportsRBSXPCSecureCoding( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
|
|
#define nsurl_supportsRBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nsurl_supportsRBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool nsurl_RBSIsXPCObject( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
|
|
#define nsurl_RBSIsXPCObject_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_RBSIsXPCObject_call( (id)object, methodSelector );
|
|
#undef nsurl_RBSIsXPCObject_call
|
|
}
|
|
|
|
nsobject_t nsurl_NSRepresentation( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSRepresentation" );
|
|
#define nsurl_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_NSRepresentation_call( (id)object, methodSelector );
|
|
#undef nsurl_NSRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_pep_onMainThread( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThread" );
|
|
#define nsurl_pep_onMainThread_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_pep_onMainThread_call( (id)object, methodSelector );
|
|
#undef nsurl_pep_onMainThread_call
|
|
}
|
|
|
|
nsobject_t nsurl_pep_onThread( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onThread:" );
|
|
#define nsurl_pep_onThread_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_pep_onThread_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_pep_onThread_call
|
|
}
|
|
|
|
nsobject_t nsurl_pep_onOperationQueue( nsurl_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onOperationQueue:priority:" );
|
|
#define nsurl_pep_onOperationQueue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_pep_onOperationQueue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_pep_onOperationQueue_call
|
|
}
|
|
|
|
nsobject_t nsurl_pep_onMainThreadIfNecessary( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThreadIfNecessary" );
|
|
#define nsurl_pep_onMainThreadIfNecessary_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_pep_onMainThreadIfNecessary_call( (id)object, methodSelector );
|
|
#undef nsurl_pep_onMainThreadIfNecessary_call
|
|
}
|
|
|
|
nsobject_t nsurl_pep_afterDelay( nsurl_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_afterDelay:" );
|
|
#define nsurl_pep_afterDelay_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_pep_afterDelay_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_pep_afterDelay_call
|
|
}
|
|
|
|
nsobject_t nsurl_pep_getInvocation( nsurl_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_getInvocation:" );
|
|
#define nsurl_pep_getInvocation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_pep_getInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_pep_getInvocation_call
|
|
}
|
|
|
|
nsobject_t nsurl_stringValueSafe( nsurl_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stringValueSafe:" );
|
|
#define nsurl_stringValueSafe_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_stringValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_stringValueSafe_call
|
|
}
|
|
|
|
char* nsurl_utf8ValueSafe( nsurl_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "utf8ValueSafe:" );
|
|
#define nsurl_utf8ValueSafe_call( obj, selector, arg0 ) ((char* (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_utf8ValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_utf8ValueSafe_call
|
|
}
|
|
|
|
bool nsurl_boolValueSafe( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boolValueSafe" );
|
|
#define nsurl_boolValueSafe_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_boolValueSafe_call( (id)object, methodSelector );
|
|
#undef nsurl_boolValueSafe_call
|
|
}
|
|
|
|
long long nsurl_int64ValueSafe( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "int64ValueSafe" );
|
|
#define nsurl_int64ValueSafe_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_int64ValueSafe_call( (id)object, methodSelector );
|
|
#undef nsurl_int64ValueSafe_call
|
|
}
|
|
|
|
double nsurl_doubleValueSafe( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doubleValueSafe" );
|
|
#define nsurl_doubleValueSafe_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsurl_doubleValueSafe_call( (id)object, methodSelector );
|
|
#undef nsurl_doubleValueSafe_call
|
|
}
|
|
|
|
bool nsurl_un_safeBoolValue( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "un_safeBoolValue" );
|
|
#define nsurl_un_safeBoolValue_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_un_safeBoolValue_call( (id)object, methodSelector );
|
|
#undef nsurl_un_safeBoolValue_call
|
|
}
|
|
|
|
bool nsurl_supportsBSXPCSecureCoding( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
|
|
#define nsurl_supportsBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nsurl_supportsBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool nsurl_bs_isPlistableType( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
|
|
#define nsurl_bs_isPlistableType_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_bs_isPlistableType_call( (id)object, methodSelector );
|
|
#undef nsurl_bs_isPlistableType_call
|
|
}
|
|
|
|
nsobject_t nsurl_bs_secureEncoded( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
|
|
#define nsurl_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_bs_secureEncoded_call( (id)object, methodSelector );
|
|
#undef nsurl_bs_secureEncoded_call
|
|
}
|
|
|
|
nsobject_t nsurl_bs_encoded( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_encoded" );
|
|
#define nsurl_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_bs_encoded_call( (id)object, methodSelector );
|
|
#undef nsurl_bs_encoded_call
|
|
}
|
|
|
|
void nsurl_releaseOnMainThread( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "releaseOnMainThread" );
|
|
#define nsurl_releaseOnMainThread_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_releaseOnMainThread_call( (id)object, methodSelector );
|
|
#undef nsurl_releaseOnMainThread_call
|
|
}
|
|
|
|
nsobject_t nsurl_debugHierarchyAdditionalGroupingIDs( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyAdditionalGroupingIDs" );
|
|
#define nsurl_debugHierarchyAdditionalGroupingIDs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_debugHierarchyAdditionalGroupingIDs_call( (id)object, methodSelector );
|
|
#undef nsurl_debugHierarchyAdditionalGroupingIDs_call
|
|
}
|
|
|
|
nsobject_t nsurl_debugHierarchyObjectsInGroupWithID( nsurl_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyObjectsInGroupWithID:outOptions:" );
|
|
#define nsurl_debugHierarchyObjectsInGroupWithID_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_debugHierarchyObjectsInGroupWithID_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_debugHierarchyObjectsInGroupWithID_call
|
|
}
|
|
|
|
nsobject_t nsurl_debugHierarchyPropertyDescriptions( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyPropertyDescriptions" );
|
|
#define nsurl_debugHierarchyPropertyDescriptions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_debugHierarchyPropertyDescriptions_call( (id)object, methodSelector );
|
|
#undef nsurl_debugHierarchyPropertyDescriptions_call
|
|
}
|
|
|
|
nsobject_t nsurl_debugHierarchyValueForPropertyWithName( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyValueForPropertyWithName:" );
|
|
#define nsurl_debugHierarchyValueForPropertyWithName_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_debugHierarchyValueForPropertyWithName_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_debugHierarchyValueForPropertyWithName_call
|
|
}
|
|
|
|
nsobject_t nsurl_SCN_setupDisplayLinkWithQueue( nsurl_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SCN_setupDisplayLinkWithQueue:screen:policy:" );
|
|
#define nsurl_SCN_setupDisplayLinkWithQueue_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_SCN_setupDisplayLinkWithQueue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_SCN_setupDisplayLinkWithQueue_call
|
|
}
|
|
|
|
void nsurl_postNotificationWithDescription( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "postNotificationWithDescription:" );
|
|
#define nsurl_postNotificationWithDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_postNotificationWithDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_postNotificationWithDescription_call
|
|
}
|
|
|
|
bool nsurl_okToNotifyFromThisThread( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "okToNotifyFromThisThread" );
|
|
#define nsurl_okToNotifyFromThisThread_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_okToNotifyFromThisThread_call( (id)object, methodSelector );
|
|
#undef nsurl_okToNotifyFromThisThread_call
|
|
}
|
|
|
|
void nsurl_fromNotifySafeThreadPerformSelector( nsurl_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromNotifySafeThreadPerformSelector:withObject:" );
|
|
#define nsurl_fromNotifySafeThreadPerformSelector_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_fromNotifySafeThreadPerformSelector_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fromNotifySafeThreadPerformSelector_call
|
|
}
|
|
|
|
void nsurl_allowSafePerformSelector( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowSafePerformSelector" );
|
|
#define nsurl_allowSafePerformSelector_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_allowSafePerformSelector_call( (id)object, methodSelector );
|
|
#undef nsurl_allowSafePerformSelector_call
|
|
}
|
|
|
|
void nsurl_disallowSafePerformSelector( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disallowSafePerformSelector" );
|
|
#define nsurl_disallowSafePerformSelector_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_disallowSafePerformSelector_call( (id)object, methodSelector );
|
|
#undef nsurl_disallowSafePerformSelector_call
|
|
}
|
|
|
|
void nsurl_fromNotifySafeThreadPostNotificationName( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromNotifySafeThreadPostNotificationName:object:userInfo:" );
|
|
#define nsurl_fromNotifySafeThreadPostNotificationName_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsurl_fromNotifySafeThreadPostNotificationName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_fromNotifySafeThreadPostNotificationName_call
|
|
}
|
|
|
|
void nsurl_fromMainThreadPostNotificationName( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromMainThreadPostNotificationName:object:userInfo:" );
|
|
#define nsurl_fromMainThreadPostNotificationName_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsurl_fromMainThreadPostNotificationName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_fromMainThreadPostNotificationName_call
|
|
}
|
|
|
|
void nsurl_cn_updateDictionaryForKey( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cn_updateDictionaryForKey:withChanges:" );
|
|
#define nsurl_cn_updateDictionaryForKey_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_cn_updateDictionaryForKey_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_cn_updateDictionaryForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_descriptionAtIndent( nsurl_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "descriptionAtIndent:" );
|
|
#define nsurl_descriptionAtIndent_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_descriptionAtIndent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_descriptionAtIndent_call
|
|
}
|
|
|
|
bool nsurl_isNull( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNull" );
|
|
#define nsurl_isNull_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isNull_call( (id)object, methodSelector );
|
|
#undef nsurl_isNull_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescription" );
|
|
#define nsurl_CKDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_CKDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKPropertiesDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPropertiesDescription" );
|
|
#define nsurl_CKPropertiesDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKPropertiesDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_CKPropertiesDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKUnredactedDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKUnredactedDescription" );
|
|
#define nsurl_CKUnredactedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKUnredactedDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_CKUnredactedDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKRedactedDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKRedactedDescription" );
|
|
#define nsurl_CKRedactedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKRedactedDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_CKRedactedDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKDescriptionPropertiesWithPublic( nsurl_t object, bool arg0, bool arg1, bool arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescriptionPropertiesWithPublic:private:shouldExpand:" );
|
|
#define nsurl_CKDescriptionPropertiesWithPublic_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, bool, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_CKDescriptionPropertiesWithPublic_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_CKDescriptionPropertiesWithPublic_call
|
|
}
|
|
|
|
void nsurl_CKAssignToContainerWithID( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKAssignToContainerWithID:" );
|
|
#define nsurl_CKAssignToContainerWithID_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_CKAssignToContainerWithID_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_CKAssignToContainerWithID_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKSingleLineDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSingleLineDescription" );
|
|
#define nsurl_CKSingleLineDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKSingleLineDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_CKSingleLineDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKPropertiesDescriptionStringFromProperties( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPropertiesDescriptionStringFromProperties:" );
|
|
#define nsurl_CKPropertiesDescriptionStringFromProperties_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_CKPropertiesDescriptionStringFromProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_CKPropertiesDescriptionStringFromProperties_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKExpandedDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKExpandedDescription" );
|
|
#define nsurl_CKExpandedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKExpandedDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_CKExpandedDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKHashedDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKHashedDescription" );
|
|
#define nsurl_CKHashedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKHashedDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_CKHashedDescription_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKDescriptionRedact( nsurl_t object, bool arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescriptionRedact:avoidShortDescription:" );
|
|
#define nsurl_CKDescriptionRedact_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_CKDescriptionRedact_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_CKDescriptionRedact_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKObjectDescriptionRedact( nsurl_t object, bool arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKObjectDescriptionRedact:avoidShortDescription:" );
|
|
#define nsurl_CKObjectDescriptionRedact_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_CKObjectDescriptionRedact_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_CKObjectDescriptionRedact_call
|
|
}
|
|
|
|
nsobject_t nsurl_fm_addNotificationBlockObserverForName( nsurl_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_addNotificationBlockObserverForName:object:queue:usingBlock:" );
|
|
#define nsurl_fm_addNotificationBlockObserverForName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_fm_addNotificationBlockObserverForName_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_fm_addNotificationBlockObserverForName_call
|
|
}
|
|
|
|
nsobject_t nsurl_fm_addNotificationBlockObserverForObject( nsurl_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_addNotificationBlockObserverForObject:keyPath:options:usingBlock:" );
|
|
#define nsurl_fm_addNotificationBlockObserverForObject_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_fm_addNotificationBlockObserverForObject_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_fm_addNotificationBlockObserverForObject_call
|
|
}
|
|
|
|
void nsurl_fm_removeNotificationBlockObserver( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_removeNotificationBlockObserver:" );
|
|
#define nsurl_fm_removeNotificationBlockObserver_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_fm_removeNotificationBlockObserver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_fm_removeNotificationBlockObserver_call
|
|
}
|
|
|
|
nsobject_t nsurl_fm_nullToNil( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_nullToNil" );
|
|
#define nsurl_fm_nullToNil_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fm_nullToNil_call( (id)object, methodSelector );
|
|
#undef nsurl_fm_nullToNil_call
|
|
}
|
|
|
|
nsobject_t nsurl_fm_logID( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_logID" );
|
|
#define nsurl_fm_logID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fm_logID_call( (id)object, methodSelector );
|
|
#undef nsurl_fm_logID_call
|
|
}
|
|
|
|
nsobject_t nsurl_nullToNil( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nullToNil" );
|
|
#define nsurl_nullToNil_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_nullToNil_call( (id)object, methodSelector );
|
|
#undef nsurl_nullToNil_call
|
|
}
|
|
|
|
nsobject_t nsurl_logID( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "logID" );
|
|
#define nsurl_logID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_logID_call( (id)object, methodSelector );
|
|
#undef nsurl_logID_call
|
|
}
|
|
|
|
void nsurl_if_setValueIfNonNil( nsurl_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_setValueIfNonNil:forKey:" );
|
|
#define nsurl_if_setValueIfNonNil_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_if_setValueIfNonNil_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_if_setValueIfNonNil_call
|
|
}
|
|
|
|
void nsurl_if_setValueIfYES( nsurl_t object, bool arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_setValueIfYES:forKey:" );
|
|
#define nsurl_if_setValueIfYES_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_if_setValueIfYES_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsurl_if_setValueIfYES_call
|
|
}
|
|
|
|
nsobject_t nsurl_toPBCodable( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toPBCodable" );
|
|
#define nsurl_toPBCodable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_toPBCodable_call( (id)object, methodSelector );
|
|
#undef nsurl_toPBCodable_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_generateDescriptionWithSubObjects( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_generateDescriptionWithSubObjects:" );
|
|
#define nsurl_ams_generateDescriptionWithSubObjects_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ams_generateDescriptionWithSubObjects_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_ams_generateDescriptionWithSubObjects_call
|
|
}
|
|
|
|
bool nsurl_isProxy( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isProxy" );
|
|
#define nsurl_isProxy_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isProxy_call( (id)object, methodSelector );
|
|
#undef nsurl_isProxy_call
|
|
}
|
|
|
|
nsclass_t nsurl_class( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "class" );
|
|
#define nsurl_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_class_call( (id)object, methodSelector );
|
|
#undef nsurl_class_call
|
|
}
|
|
|
|
nsobject_t nsurl_self( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "self" );
|
|
#define nsurl_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_self_call( (id)object, methodSelector );
|
|
#undef nsurl_self_call
|
|
}
|
|
|
|
bool nsurl_conformsToProtocol( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
|
|
#define nsurl_conformsToProtocol_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_conformsToProtocol_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_conformsToProtocol_call
|
|
}
|
|
|
|
bool nsurl_respondsToSelector( nsurl_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "respondsToSelector:" );
|
|
#define nsurl_respondsToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_respondsToSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_respondsToSelector_call
|
|
}
|
|
|
|
nsobject_t nsurl_autorelease( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorelease" );
|
|
#define nsurl_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_autorelease_call( (id)object, methodSelector );
|
|
#undef nsurl_autorelease_call
|
|
}
|
|
|
|
_NSZone* nsurl_zone( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zone" );
|
|
#define nsurl_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_zone_call( (id)object, methodSelector );
|
|
#undef nsurl_zone_call
|
|
}
|
|
|
|
nsclass_t nsurl_superclass( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superclass" );
|
|
#define nsurl_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_superclass_call( (id)object, methodSelector );
|
|
#undef nsurl_superclass_call
|
|
}
|
|
|
|
nsobject_t nsurl_debugDescription( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugDescription" );
|
|
#define nsurl_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_debugDescription_call( (id)object, methodSelector );
|
|
#undef nsurl_debugDescription_call
|
|
}
|
|
|
|
bool nsurl_retainWeakReference( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainWeakReference" );
|
|
#define nsurl_retainWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_retainWeakReference_call( (id)object, methodSelector );
|
|
#undef nsurl_retainWeakReference_call
|
|
}
|
|
|
|
bool nsurl_allowsWeakReference( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsWeakReference" );
|
|
#define nsurl_allowsWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_allowsWeakReference_call( (id)object, methodSelector );
|
|
#undef nsurl_allowsWeakReference_call
|
|
}
|
|
|
|
nsobject_t nsurl_copy( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copy" );
|
|
#define nsurl_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_copy_call( (id)object, methodSelector );
|
|
#undef nsurl_copy_call
|
|
}
|
|
|
|
void nsurl_finalize( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finalize" );
|
|
#define nsurl_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_finalize_call( (id)object, methodSelector );
|
|
#undef nsurl_finalize_call
|
|
}
|
|
|
|
bool nsurl_isFault( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFault" );
|
|
#define nsurl_isFault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_isFault_call( (id)object, methodSelector );
|
|
#undef nsurl_isFault_call
|
|
}
|
|
|
|
void nsurl_forwardInvocation( nsurl_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardInvocation:" );
|
|
#define nsurl_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_forwardInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_forwardInvocation_call
|
|
}
|
|
|
|
nsobject_t nsurl_forwardingTargetForSelector( nsurl_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
|
|
#define nsurl_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsurl_forwardingTargetForSelector_call
|
|
}
|
|
|
|
nsobject_t nsurl_mutableCopy( nsurl_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopy" );
|
|
#define nsurl_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_mutableCopy_call( (id)object, methodSelector );
|
|
#undef nsurl_mutableCopy_call
|
|
}
|
|
|
|
nsobject_t nsurl_allocWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_allocWithZone_call
|
|
}
|
|
|
|
bool nsurl_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_automaticallyNotifiesObserversForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLWithString( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLWithString:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_URLWithString_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_URLWithString_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_URLWithString_call
|
|
}
|
|
|
|
nsobject_t nsurl_fileURLWithPath( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fileURLWithPath:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fileURLWithPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fileURLWithPath_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_fileURLWithPath_call
|
|
}
|
|
|
|
nsobject_t nsurl_fileURLWithFileSystemRepresentation( char* arg0, bool arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fileURLWithFileSystemRepresentation:isDirectory:relativeToURL:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fileURLWithFileSystemRepresentation_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, char*, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_fileURLWithFileSystemRepresentation_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_fileURLWithFileSystemRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_readableTypeIdentifiersForItemProvider( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "readableTypeIdentifiersForItemProvider" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_readableTypeIdentifiersForItemProvider_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_readableTypeIdentifiersForItemProvider_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_readableTypeIdentifiersForItemProvider_call
|
|
}
|
|
|
|
nsobject_t nsurl_objectWithItemProviderData( nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectWithItemProviderData:typeIdentifier:error:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_objectWithItemProviderData_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_objectWithItemProviderData_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_objectWithItemProviderData_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByResolvingBookmarkData( nsobject_t arg0, unsigned long long arg1, nsobject_t arg2, bool* arg3, nsobject_t* arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_URLByResolvingBookmarkData_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t, bool*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
return nsurl_URLByResolvingBookmarkData_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef nsurl_URLByResolvingBookmarkData_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLWithDataRepresentation( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLWithDataRepresentation:relativeToURL:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_URLWithDataRepresentation_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_URLWithDataRepresentation_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_URLWithDataRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_absoluteURLWithDataRepresentation( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "absoluteURLWithDataRepresentation:relativeToURL:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_absoluteURLWithDataRepresentation_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_absoluteURLWithDataRepresentation_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_absoluteURLWithDataRepresentation_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLByResolvingAliasFileAtURL( nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLByResolvingAliasFileAtURL:options:error:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_URLByResolvingAliasFileAtURL_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_URLByResolvingAliasFileAtURL_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_URLByResolvingAliasFileAtURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_fileURLWithPathComponents( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fileURLWithPathComponents:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fileURLWithPathComponents_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fileURLWithPathComponents_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_fileURLWithPathComponents_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_tempDirectory( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_tempDirectory" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_tempDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_tempDirectory_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_fp_tempDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_uniqueTempFolderWithError( nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_uniqueTempFolderWithError:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_uniqueTempFolderWithError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_uniqueTempFolderWithError_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_fp_uniqueTempFolderWithError_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_personaHomeDirectoryPathForUserID( unsigned int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_personaHomeDirectoryPathForUserID:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_personaHomeDirectoryPathForUserID_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned int ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_personaHomeDirectoryPathForUserID_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_fp_personaHomeDirectoryPathForUserID_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_homeDirectoryForUserID( unsigned int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_homeDirectoryForUserID:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_homeDirectoryForUserID_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned int ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_homeDirectoryForUserID_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_fp_homeDirectoryForUserID_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_homeDirectoryPathForUserID( unsigned int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_homeDirectoryPathForUserID:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_homeDirectoryPathForUserID_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned int ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_homeDirectoryPathForUserID_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_fp_homeDirectoryPathForUserID_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_personaHomeDirectory( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_personaHomeDirectory" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_personaHomeDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_personaHomeDirectory_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_fp_personaHomeDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_homeDirectory( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_homeDirectory" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_homeDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_homeDirectory_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_fp_homeDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_personaCloudStorageDirectory( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_personaCloudStorageDirectory" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_personaCloudStorageDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_personaCloudStorageDirectory_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_fp_personaCloudStorageDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_supportDirectory( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_supportDirectory" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_supportDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fp_supportDirectory_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_fp_supportDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_fp_containerDirectoryForDataSeparatedPersonaWithPurposeIdentifier( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_containerDirectoryForDataSeparatedPersonaWithPurposeIdentifier:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_containerDirectoryForDataSeparatedPersonaWithPurposeIdentifier_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fp_containerDirectoryForDataSeparatedPersonaWithPurposeIdentifier_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_fp_containerDirectoryForDataSeparatedPersonaWithPurposeIdentifier_call
|
|
}
|
|
|
|
void nsurl_fp_createEmptyTempFileWithName( nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_createEmptyTempFileWithName:completion:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_createEmptyTempFileWithName_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_fp_createEmptyTempFileWithName_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fp_createEmptyTempFileWithName_call
|
|
}
|
|
|
|
void nsurl_fp_createEmptyTempPackageWithName( nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fp_createEmptyTempPackageWithName:completion:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fp_createEmptyTempPackageWithName_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_fp_createEmptyTempPackageWithName_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_fp_createEmptyTempPackageWithName_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_incomingDirectory( bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_incomingDirectory:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_ui_incomingDirectory_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ui_incomingDirectory_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_ui_incomingDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_cloudDocsContainerURL( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_cloudDocsContainerURL" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_ui_cloudDocsContainerURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ui_cloudDocsContainerURL_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_ui_cloudDocsContainerURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_ui_URLFromExportBookmark( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ui_URLFromExportBookmark:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_ui_URLFromExportBookmark_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ui_URLFromExportBookmark_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_ui_URLFromExportBookmark_call
|
|
}
|
|
|
|
nsobject_t nsurl_mapsURLWithQuery( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mapsURLWithQuery:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_mapsURLWithQuery_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_mapsURLWithQuery_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_mapsURLWithQuery_call
|
|
}
|
|
|
|
nsobject_t nsurl_mapsURLWithSourceAddress( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mapsURLWithSourceAddress:destinationAddress:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_mapsURLWithSourceAddress_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_mapsURLWithSourceAddress_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_mapsURLWithSourceAddress_call
|
|
}
|
|
|
|
nsobject_t nsurl_URLWithDisplayIdentifier( nsobject_t arg0, int arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "URLWithDisplayIdentifier:forSearchResultDomain:andIdentifier:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_URLWithDisplayIdentifier_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, int, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_URLWithDisplayIdentifier_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_URLWithDisplayIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsurl_newFromSqliteValue( sqlite3_value* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "newFromSqliteValue:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_newFromSqliteValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, sqlite3_value* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_newFromSqliteValue_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_newFromSqliteValue_call
|
|
}
|
|
|
|
nsobject_t nsurl_newFromSqliteStatement( sqlite3_stmt* arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "newFromSqliteStatement:atIndex:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_newFromSqliteStatement_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, sqlite3_stmt*, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_newFromSqliteStatement_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_newFromSqliteStatement_call
|
|
}
|
|
|
|
nsobject_t nsurl_aa_URLWithEndpoint( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "aa_URLWithEndpoint:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_aa_URLWithEndpoint_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_aa_URLWithEndpoint_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_aa_URLWithEndpoint_call
|
|
}
|
|
|
|
nsobject_t nsurl_log( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "log" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_log_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_log_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_log_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_libraryURL( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_libraryURL" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_libraryURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cls_libraryURL_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_cls_libraryURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_ubiquitousContainerURL_Imp( nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_ubiquitousContainerURL_Imp:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_ubiquitousContainerURL_Imp_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_cls_ubiquitousContainerURL_Imp_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_cls_ubiquitousContainerURL_Imp_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_documentsURLAndReturnError( nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_documentsURLAndReturnError:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_documentsURLAndReturnError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_cls_documentsURLAndReturnError_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_cls_documentsURLAndReturnError_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_draftsURLAndReturnError( nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_draftsURLAndReturnError:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_draftsURLAndReturnError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_cls_draftsURLAndReturnError_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_cls_draftsURLAndReturnError_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_configURL( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_configURL" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_configURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cls_configURL_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_cls_configURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_ubiquitousContainerURL( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_ubiquitousContainerURL" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_ubiquitousContainerURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cls_ubiquitousContainerURL_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_cls_ubiquitousContainerURL_call
|
|
}
|
|
|
|
void nsurl_cls_getUbiquitousContainerURLWithCompletion( nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_getUbiquitousContainerURLWithCompletion:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_getUbiquitousContainerURLWithCompletion_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_cls_getUbiquitousContainerURLWithCompletion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_cls_getUbiquitousContainerURLWithCompletion_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_documentsURL( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_documentsURL" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_documentsURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cls_documentsURL_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_cls_documentsURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_cls_draftsURL( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_draftsURL" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_draftsURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_cls_draftsURL_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_cls_draftsURL_call
|
|
}
|
|
|
|
bool nsurl_cls_deleteFileAtURL( nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_deleteFileAtURL:error:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_deleteFileAtURL_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_cls_deleteFileAtURL_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_cls_deleteFileAtURL_call
|
|
}
|
|
|
|
void nsurl_cls_urlSuitableForOpeningForExpectedURL( nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3, nsobject_t arg4, nsobject_t* arg5 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_urlSuitableForOpeningForExpectedURL:containerURL:itemID:ownerName:zoneName:completion:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_urlSuitableForOpeningForExpectedURL_call( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5 )
|
|
nsurl_cls_urlSuitableForOpeningForExpectedURL_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4, arg5 );
|
|
#undef nsurl_cls_urlSuitableForOpeningForExpectedURL_call
|
|
}
|
|
|
|
void nsurl_cls_deleteFileAtExpectedURL( nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3, nsobject_t arg4, nsobject_t* arg5 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cls_deleteFileAtExpectedURL:containerURL:itemID:ownerName:zoneName:completion:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cls_deleteFileAtExpectedURL_call( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5 )
|
|
nsurl_cls_deleteFileAtExpectedURL_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4, arg5 );
|
|
#undef nsurl_cls_deleteFileAtExpectedURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_brc_fileURLWithFileDescriptor( int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_fileURLWithFileDescriptor:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_brc_fileURLWithFileDescriptor_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_brc_fileURLWithFileDescriptor_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_brc_fileURLWithFileDescriptor_call
|
|
}
|
|
|
|
nsobject_t nsurl_brc_fileURLWithVolumeDeviceID( nsobject_t arg0, nsobject_t arg1, bool arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_fileURLWithVolumeDeviceID:fileID:isDirectory:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_brc_fileURLWithVolumeDeviceID_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsurl_brc_fileURLWithVolumeDeviceID_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_brc_fileURLWithVolumeDeviceID_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_documentURLFromBookmarkableString( nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_documentURLFromBookmarkableString:error:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_br_documentURLFromBookmarkableString_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_br_documentURLFromBookmarkableString_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_documentURLFromBookmarkableString_call
|
|
}
|
|
|
|
void nsurl_br_containerIDsWithExternalReferencesTo( nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_containerIDsWithExternalReferencesTo:completionHandler:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_br_containerIDsWithExternalReferencesTo_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_br_containerIDsWithExternalReferencesTo_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_containerIDsWithExternalReferencesTo_call
|
|
}
|
|
|
|
nsobject_t nsurl_br_documentURLFromFileObjectID( nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "br_documentURLFromFileObjectID:error:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_br_documentURLFromFileObjectID_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_br_documentURLFromFileObjectID_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_br_documentURLFromFileObjectID_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_cachesDirectory( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_cachesDirectory" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_ams_cachesDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_cachesDirectory_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_ams_cachesDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_engagementDirectory( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_engagementDirectory" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_ams_engagementDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_engagementDirectory_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_ams_engagementDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_realHomeDirectory( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_realHomeDirectory" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_ams_realHomeDirectory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_ams_realHomeDirectory_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_ams_realHomeDirectory_call
|
|
}
|
|
|
|
nsobject_t nsurl_ams_unescapedStringForString( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_unescapedStringForString:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_ams_unescapedStringForString_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_ams_unescapedStringForString_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_ams_unescapedStringForString_call
|
|
}
|
|
|
|
bool nsurl_supportsSecureCoding( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsSecureCoding" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_supportsSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_supportsSecureCoding_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_supportsSecureCoding_call
|
|
}
|
|
|
|
bool nsurl_writeBookmarkData( nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "writeBookmarkData:toURL:options:error:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_writeBookmarkData_call( obj, selector, arg0, arg1, arg2, arg3 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_writeBookmarkData_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_writeBookmarkData_call
|
|
}
|
|
|
|
nsobject_t nsurl_bookmarkDataWithContentsOfURL( nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bookmarkDataWithContentsOfURL:error:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_bookmarkDataWithContentsOfURL_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_bookmarkDataWithContentsOfURL_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_bookmarkDataWithContentsOfURL_call
|
|
}
|
|
|
|
nsobject_t nsurl_fallback_debugHierarchyPropertyDescriptions( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyPropertyDescriptions" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fallback_debugHierarchyPropertyDescriptions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_fallback_debugHierarchyPropertyDescriptions_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_fallback_debugHierarchyPropertyDescriptions_call
|
|
}
|
|
|
|
nsobject_t nsurl_fallback_debugHierarchyValueForPropertyWithName( nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyValueForPropertyWithName:onObject:outOptions:outError:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fallback_debugHierarchyValueForPropertyWithName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsurl_fallback_debugHierarchyValueForPropertyWithName_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsurl_fallback_debugHierarchyValueForPropertyWithName_call
|
|
}
|
|
|
|
void nsurl_load( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "load" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_load_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_load_call
|
|
}
|
|
|
|
long long nsurl_version( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "version" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_version_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_version_call
|
|
}
|
|
|
|
bool nsurl_instancesImplementSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_instancesImplementSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_instancesImplementSelector_call
|
|
}
|
|
|
|
void nsurl_setVersion( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVersion:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsurl_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_setVersion_call
|
|
}
|
|
|
|
objc_method_description* nsurl_instanceMethodDescriptionForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_instanceMethodDescriptionForSelector_call
|
|
}
|
|
|
|
bool nsurl_accessInstanceVariablesDirectly( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_accessInstanceVariablesDirectly_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_accessInstanceVariablesDirectly_call
|
|
}
|
|
|
|
nsobject_t nsurl_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_keyPathsForValuesAffectingValueForKey_call
|
|
}
|
|
|
|
void nsurl_setKeys( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsurl_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_setKeys_call
|
|
}
|
|
|
|
nsobject_t nsurl_classFallbacksForKeyedArchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_classFallbacksForKeyedArchiver_call
|
|
}
|
|
|
|
nsclass_t nsurl_classForKeyedUnarchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_classForKeyedUnarchiver_call
|
|
}
|
|
|
|
void nsurl_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsurl_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsurl_cancelPreviousPerformRequestsWithTarget_call
|
|
}
|
|
|
|
nsobject_t nsurl_instanceMethodSignatureForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_instanceMethodSignatureForSelector_call
|
|
}
|
|
|
|
bool nsurl_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_CA_automaticallyNotifiesObservers_call
|
|
}
|
|
|
|
bool nsurl_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_CA_encodesPropertyConditionally_call
|
|
}
|
|
|
|
nsobject_t nsurl_CA_CAMLPropertyForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_CA_CAMLPropertyForKey_call
|
|
}
|
|
|
|
nsobject_t nsurl_SFSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_SFSQLiteClassName_call
|
|
}
|
|
|
|
bool nsurl_isSelectorExcludedFromWebScript( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSelectorExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_isSelectorExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_isSelectorExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_isSelectorExcludedFromWebScript_call
|
|
}
|
|
|
|
bool nsurl_isKeyExcludedFromWebScript( char* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKeyExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_isKeyExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_isKeyExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_isKeyExcludedFromWebScript_call
|
|
}
|
|
|
|
nsobject_t nsurl_bs_secureDecodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_bs_secureDecodedFromData_call
|
|
}
|
|
|
|
nsobject_t nsurl_bs_secureDataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_bs_secureDataFromObject_call
|
|
}
|
|
|
|
nsobject_t nsurl_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_bs_secureObjectFromData_call
|
|
}
|
|
|
|
nsobject_t nsurl_bs_dataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_bs_dataFromObject_call
|
|
}
|
|
|
|
nsobject_t nsurl_bs_objectFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_bs_objectFromData_call
|
|
}
|
|
|
|
nsobject_t nsurl_bs_decodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_bs_decodedFromData_call
|
|
}
|
|
|
|
nsobject_t nsurl_CKSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_CKSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_CKSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_CKSQLiteClassName_call
|
|
}
|
|
|
|
bool nsurl_brc_swizzleInstanceMethod( nsselector_t arg0, nsselector_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_swizzleInstanceMethod:with:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_brc_swizzleInstanceMethod_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsselector_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_brc_swizzleInstanceMethod_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_brc_swizzleInstanceMethod_call
|
|
}
|
|
|
|
bool nsurl_brc_swizzleClassMethod( nsselector_t arg0, nsselector_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_swizzleClassMethod:with:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_brc_swizzleClassMethod_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsselector_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsurl_brc_swizzleClassMethod_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsurl_brc_swizzleClassMethod_call
|
|
}
|
|
|
|
nsobject_t nsurl_fromPBCodable( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromPBCodable:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_fromPBCodable_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_fromPBCodable_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_fromPBCodable_call
|
|
}
|
|
|
|
void nsurl_initialize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialize" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsurl_initialize_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_initialize_call
|
|
}
|
|
|
|
nsobject_t nsurl_new( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "new" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_new_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_new_call
|
|
}
|
|
|
|
bool nsurl_resolveInstanceMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_resolveInstanceMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_resolveInstanceMethod_call
|
|
}
|
|
|
|
bool nsurl_resolveClassMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_resolveClassMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_resolveClassMethod_call
|
|
}
|
|
|
|
nsurl_t nsurl_alloc( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alloc" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsurl_alloc_call( (id)internalClassObject, methodSelector );
|
|
#undef nsurl_alloc_call
|
|
}
|
|
|
|
nsobject_t nsurl_mutableCopyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_mutableCopyWithZone_call
|
|
}
|
|
|
|
bool nsurl_isSubclassOfClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_isSubclassOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_isSubclassOfClass_call
|
|
}
|
|
|
|
bool nsurl_isAncestorOfObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_isAncestorOfObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_isAncestorOfObject_call
|
|
}
|
|
|
|
bool nsurl_instancesRespondToSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSURL" );
|
|
#define nsurl_instancesRespondToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsurl_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsurl_instancesRespondToSelector_call
|
|
}
|
|
|