pub trait NSURL: Sized {
Show 64 methods
// Required methods
unsafe fn alloc(_: Self) -> *mut Object;
unsafe fn URLWithString_(_: Self, string: *mut Object) -> *mut Object;
unsafe fn initWithString_(self, string: *mut Object) -> *mut Object;
unsafe fn URLWithString_relativeToURL_(
_: Self,
string: *mut Object,
url: *mut Object,
) -> *mut Object;
unsafe fn initWithString_relativeToURL_(
self,
string: *mut Object,
url: *mut Object,
) -> *mut Object;
unsafe fn fileURLWithPath_isDirectory_(
_: Self,
path: *mut Object,
is_dir: i8,
) -> *mut Object;
unsafe fn initFileURLWithPath_isDirectory_(
self,
path: *mut Object,
is_dir: i8,
) -> *mut Object;
unsafe fn fileURLWithPath_relativeToURL_(
_: Self,
path: *mut Object,
url: *mut Object,
) -> *mut Object;
unsafe fn initFileURLWithPath_relativeToURL_(
self,
path: *mut Object,
url: *mut Object,
) -> *mut Object;
unsafe fn fileURLWithPath_isDirectory_relativeToURL_(
_: Self,
path: *mut Object,
is_dir: i8,
url: *mut Object,
) -> *mut Object;
unsafe fn initFileURLWithPath_isDirectory_relativeToURL_(
self,
path: *mut Object,
is_dir: i8,
url: *mut Object,
) -> *mut Object;
unsafe fn fileURLWithPath_(_: Self, path: *mut Object) -> *mut Object;
unsafe fn initFileURLWithPath_(self, path: *mut Object) -> *mut Object;
unsafe fn fileURLWithPathComponents_(
_: Self,
path_components: *mut Object,
) -> *mut Object;
unsafe fn URLByResolvingAliasFileAtURL_options_error_(
_: Self,
url: *mut Object,
options: NSURLBookmarkResolutionOptions,
error: *mut *mut Object,
) -> *mut Object;
unsafe fn URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_(
_: Self,
data: *mut Object,
options: NSURLBookmarkResolutionOptions,
relative_to_url: *mut Object,
is_stale: *mut i8,
error: *mut *mut Object,
) -> *mut Object;
unsafe fn initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_(
self,
data: *mut Object,
options: NSURLBookmarkResolutionOptions,
relative_to_url: *mut Object,
is_stale: *mut i8,
error: *mut *mut Object,
) -> *mut Object;
unsafe fn absoluteURLWithDataRepresentation_relativeToURL_(
_: Self,
data: *mut Object,
url: *mut Object,
) -> *mut Object;
unsafe fn initAbsoluteURLWithDataRepresentation_relativeToURL_(
self,
data: *mut Object,
url: *mut Object,
) -> *mut Object;
unsafe fn URLWithDataRepresentation_relativeToURL_(
_: Self,
data: *mut Object,
url: *mut Object,
) -> *mut Object;
unsafe fn initWithDataRepresentation_relativeToURL_(
self,
data: *mut Object,
url: *mut Object,
) -> *mut Object;
unsafe fn dataRepresentation(self) -> *mut Object;
unsafe fn isEqual_(self, id: *mut Object) -> i8;
unsafe fn checkResourceIsReachableAndReturnError_(
self,
error: *mut Object,
) -> i8;
unsafe fn isFileReferenceURL(self) -> i8;
unsafe fn isFileURL(self) -> i8;
unsafe fn absoluteString(self) -> *mut Object;
unsafe fn absoluteURL(self) -> *mut Object;
unsafe fn baseURL(self) -> *mut Object;
unsafe fn fragment(self) -> *mut Object;
unsafe fn host(self) -> *mut Object;
unsafe fn lastPathComponent(self) -> *mut Object;
unsafe fn parameterString(self) -> *mut Object;
unsafe fn password(self) -> *mut Object;
unsafe fn path(self) -> *mut Object;
unsafe fn pathComponents(self) -> *mut Object;
unsafe fn pathExtension(self) -> *mut Object;
unsafe fn port(self) -> *mut Object;
unsafe fn query(self) -> *mut Object;
unsafe fn relativePath(self) -> *mut Object;
unsafe fn relativeString(self) -> *mut Object;
unsafe fn resourceSpecifier(self) -> *mut Object;
unsafe fn scheme(self) -> *mut Object;
unsafe fn standardizedURL(self) -> *mut Object;
unsafe fn user(self) -> *mut Object;
unsafe fn NSURLResourceKey(self) -> *mut Object;
unsafe fn filePathURL(self) -> *mut Object;
unsafe fn fileReferenceURL(self) -> *mut Object;
unsafe fn URLByAppendingPathComponent_(
self,
path_component: *mut Object,
) -> *mut Object;
unsafe fn URLByAppendingPathComponent_isDirectory_(
self,
path_component: *mut Object,
is_dir: i8,
) -> *mut Object;
unsafe fn URLByAppendingPathExtension_(
self,
extension: *mut Object,
) -> *mut Object;
unsafe fn URLByDeletingLastPathComponent(self) -> *mut Object;
unsafe fn URLByDeletingPathExtension(self) -> *mut Object;
unsafe fn URLByResolvingSymlinksInPath(self) -> *mut Object;
unsafe fn URLByStandardizingPath(self) -> *mut Object;
unsafe fn hasDirectoryPath(self) -> i8;
unsafe fn bookmarkDataWithContentsOfURL_error_(
_: Self,
url: *mut Object,
error: *mut Object,
) -> *mut Object;
unsafe fn bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_(
self,
options: NSURLBookmarkCreationOptions,
resource_value_for_keys: *mut Object,
relative_to_url: *mut Object,
error: *mut Object,
) -> *mut Object;
unsafe fn writeBookmarkData_toURL_options_error_(
_: Self,
data: *mut Object,
to_url: *mut Object,
options: NSURLBookmarkCreationOptions,
error: *mut Object,
) -> *mut Object;
unsafe fn startAccessingSecurityScopedResource(self) -> i8;
unsafe fn stopAccessingSecurityScopedResource(self);
unsafe fn NSURLBookmarkFileCreationOptions(
self,
) -> NSURLBookmarkCreationOptions;
unsafe fn NSURLBookmarkCreationOptions(self) -> NSURLBookmarkCreationOptions;
unsafe fn NSURLBookmarkResolutionOptions(
self,
) -> NSURLBookmarkResolutionOptions;
}๐Deprecated: use the objc2-foundation crate instead
Required Methodsยง
unsafe fn alloc(_: Self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLWithString_(_: Self, string: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initWithString_(self, string: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLWithString_relativeToURL_( _: Self, string: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initWithString_relativeToURL_( self, string: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn fileURLWithPath_isDirectory_( _: Self, path: *mut Object, is_dir: i8, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initFileURLWithPath_isDirectory_( self, path: *mut Object, is_dir: i8, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn fileURLWithPath_relativeToURL_( _: Self, path: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initFileURLWithPath_relativeToURL_( self, path: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn fileURLWithPath_isDirectory_relativeToURL_( _: Self, path: *mut Object, is_dir: i8, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initFileURLWithPath_isDirectory_relativeToURL_( self, path: *mut Object, is_dir: i8, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn fileURLWithPath_(_: Self, path: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initFileURLWithPath_(self, path: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn fileURLWithPathComponents_( _: Self, path_components: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByResolvingAliasFileAtURL_options_error_( _: Self, url: *mut Object, options: NSURLBookmarkResolutionOptions, error: *mut *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( _: Self, data: *mut Object, options: NSURLBookmarkResolutionOptions, relative_to_url: *mut Object, is_stale: *mut i8, error: *mut *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( self, data: *mut Object, options: NSURLBookmarkResolutionOptions, relative_to_url: *mut Object, is_stale: *mut i8, error: *mut *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn absoluteURLWithDataRepresentation_relativeToURL_( _: Self, data: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initAbsoluteURLWithDataRepresentation_relativeToURL_( self, data: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLWithDataRepresentation_relativeToURL_( _: Self, data: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn initWithDataRepresentation_relativeToURL_( self, data: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn dataRepresentation(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn isEqual_(self, id: *mut Object) -> i8
๐Deprecated: use the objc2-foundation crate instead
unsafe fn checkResourceIsReachableAndReturnError_( self, error: *mut Object, ) -> i8
๐Deprecated: use the objc2-foundation crate instead
unsafe fn isFileReferenceURL(self) -> i8
๐Deprecated: use the objc2-foundation crate instead
unsafe fn isFileURL(self) -> i8
๐Deprecated: use the objc2-foundation crate instead
unsafe fn absoluteString(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn absoluteURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn baseURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn fragment(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn host(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn lastPathComponent(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn parameterString(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn password(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn path(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn pathComponents(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn pathExtension(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn port(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn query(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn relativePath(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn relativeString(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn resourceSpecifier(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn scheme(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn standardizedURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn user(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn NSURLResourceKey(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn filePathURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn fileReferenceURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByAppendingPathComponent_( self, path_component: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByAppendingPathComponent_isDirectory_( self, path_component: *mut Object, is_dir: i8, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByAppendingPathExtension_( self, extension: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByDeletingLastPathComponent(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByDeletingPathExtension(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByResolvingSymlinksInPath(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn URLByStandardizingPath(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn hasDirectoryPath(self) -> i8
๐Deprecated: use the objc2-foundation crate instead
unsafe fn bookmarkDataWithContentsOfURL_error_( _: Self, url: *mut Object, error: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_( self, options: NSURLBookmarkCreationOptions, resource_value_for_keys: *mut Object, relative_to_url: *mut Object, error: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn writeBookmarkData_toURL_options_error_( _: Self, data: *mut Object, to_url: *mut Object, options: NSURLBookmarkCreationOptions, error: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
unsafe fn startAccessingSecurityScopedResource(self) -> i8
๐Deprecated: use the objc2-foundation crate instead
unsafe fn stopAccessingSecurityScopedResource(self)
๐Deprecated: use the objc2-foundation crate instead
unsafe fn NSURLBookmarkFileCreationOptions(self) -> NSURLBookmarkCreationOptions
๐Deprecated: use the objc2-foundation crate instead
unsafe fn NSURLBookmarkCreationOptions(self) -> NSURLBookmarkCreationOptions
๐Deprecated: use the objc2-foundation crate instead
unsafe fn NSURLBookmarkResolutionOptions(self) -> NSURLBookmarkResolutionOptions
๐Deprecated: use the objc2-foundation crate instead
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Typesยง
Sourceยงimpl NSURL for *mut Object
impl NSURL for *mut Object
Sourceยงunsafe fn alloc(_: *mut Object) -> *mut Object
unsafe fn alloc(_: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLWithString_(_: *mut Object, string: *mut Object) -> *mut Object
unsafe fn URLWithString_(_: *mut Object, string: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithString_(self, string: *mut Object) -> *mut Object
unsafe fn initWithString_(self, string: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLWithString_relativeToURL_(
_: *mut Object,
string: *mut Object,
url: *mut Object,
) -> *mut Object
unsafe fn URLWithString_relativeToURL_( _: *mut Object, string: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithString_relativeToURL_(
self,
string: *mut Object,
url: *mut Object,
) -> *mut Object
unsafe fn initWithString_relativeToURL_( self, string: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPath_isDirectory_(
_: *mut Object,
path: *mut Object,
is_dir: i8,
) -> *mut Object
unsafe fn fileURLWithPath_isDirectory_( _: *mut Object, path: *mut Object, is_dir: i8, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initFileURLWithPath_isDirectory_(
self,
path: *mut Object,
is_dir: i8,
) -> *mut Object
unsafe fn initFileURLWithPath_isDirectory_( self, path: *mut Object, is_dir: i8, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPath_relativeToURL_(
_: *mut Object,
path: *mut Object,
url: *mut Object,
) -> *mut Object
unsafe fn fileURLWithPath_relativeToURL_( _: *mut Object, path: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initFileURLWithPath_relativeToURL_(
self,
path: *mut Object,
url: *mut Object,
) -> *mut Object
unsafe fn initFileURLWithPath_relativeToURL_( self, path: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPath_isDirectory_relativeToURL_(
_: *mut Object,
path: *mut Object,
is_dir: i8,
url: *mut Object,
) -> *mut Object
unsafe fn fileURLWithPath_isDirectory_relativeToURL_( _: *mut Object, path: *mut Object, is_dir: i8, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initFileURLWithPath_isDirectory_relativeToURL_(
self,
path: *mut Object,
is_dir: i8,
url: *mut Object,
) -> *mut Object
unsafe fn initFileURLWithPath_isDirectory_relativeToURL_( self, path: *mut Object, is_dir: i8, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPath_(_: *mut Object, path: *mut Object) -> *mut Object
unsafe fn fileURLWithPath_(_: *mut Object, path: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initFileURLWithPath_(self, path: *mut Object) -> *mut Object
unsafe fn initFileURLWithPath_(self, path: *mut Object) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPathComponents_(
_: *mut Object,
path_components: *mut Object,
) -> *mut Object
unsafe fn fileURLWithPathComponents_( _: *mut Object, path_components: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByResolvingAliasFileAtURL_options_error_(
_: *mut Object,
url: *mut Object,
options: NSURLBookmarkResolutionOptions,
error: *mut *mut Object,
) -> *mut Object
unsafe fn URLByResolvingAliasFileAtURL_options_error_( _: *mut Object, url: *mut Object, options: NSURLBookmarkResolutionOptions, error: *mut *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_(
_: *mut Object,
data: *mut Object,
options: NSURLBookmarkResolutionOptions,
relative_to_url: *mut Object,
is_stale: *mut i8,
error: *mut *mut Object,
) -> *mut Object
unsafe fn URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( _: *mut Object, data: *mut Object, options: NSURLBookmarkResolutionOptions, relative_to_url: *mut Object, is_stale: *mut i8, error: *mut *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_(
self,
data: *mut Object,
options: NSURLBookmarkResolutionOptions,
relative_to_url: *mut Object,
is_stale: *mut i8,
error: *mut *mut Object,
) -> *mut Object
unsafe fn initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( self, data: *mut Object, options: NSURLBookmarkResolutionOptions, relative_to_url: *mut Object, is_stale: *mut i8, error: *mut *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn absoluteURLWithDataRepresentation_relativeToURL_(
_: *mut Object,
data: *mut Object,
url: *mut Object,
) -> *mut Object
unsafe fn absoluteURLWithDataRepresentation_relativeToURL_( _: *mut Object, data: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initAbsoluteURLWithDataRepresentation_relativeToURL_(
self,
data: *mut Object,
url: *mut Object,
) -> *mut Object
unsafe fn initAbsoluteURLWithDataRepresentation_relativeToURL_( self, data: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLWithDataRepresentation_relativeToURL_(
_: *mut Object,
data: *mut Object,
url: *mut Object,
) -> *mut Object
unsafe fn URLWithDataRepresentation_relativeToURL_( _: *mut Object, data: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithDataRepresentation_relativeToURL_(
self,
data: *mut Object,
url: *mut Object,
) -> *mut Object
unsafe fn initWithDataRepresentation_relativeToURL_( self, data: *mut Object, url: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataRepresentation(self) -> *mut Object
unsafe fn dataRepresentation(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn isEqual_(self, id: *mut Object) -> i8
unsafe fn isEqual_(self, id: *mut Object) -> i8
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn checkResourceIsReachableAndReturnError_(
self,
error: *mut Object,
) -> i8
unsafe fn checkResourceIsReachableAndReturnError_( self, error: *mut Object, ) -> i8
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn isFileReferenceURL(self) -> i8
unsafe fn isFileReferenceURL(self) -> i8
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn absoluteString(self) -> *mut Object
unsafe fn absoluteString(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn absoluteURL(self) -> *mut Object
unsafe fn absoluteURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn baseURL(self) -> *mut Object
unsafe fn baseURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fragment(self) -> *mut Object
unsafe fn fragment(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn lastPathComponent(self) -> *mut Object
unsafe fn lastPathComponent(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn parameterString(self) -> *mut Object
unsafe fn parameterString(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn password(self) -> *mut Object
unsafe fn password(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn pathComponents(self) -> *mut Object
unsafe fn pathComponents(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn pathExtension(self) -> *mut Object
unsafe fn pathExtension(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn relativePath(self) -> *mut Object
unsafe fn relativePath(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn relativeString(self) -> *mut Object
unsafe fn relativeString(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn resourceSpecifier(self) -> *mut Object
unsafe fn resourceSpecifier(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn standardizedURL(self) -> *mut Object
unsafe fn standardizedURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn NSURLResourceKey(self) -> *mut Object
unsafe fn NSURLResourceKey(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn filePathURL(self) -> *mut Object
unsafe fn filePathURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileReferenceURL(self) -> *mut Object
unsafe fn fileReferenceURL(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByAppendingPathComponent_(
self,
path_component: *mut Object,
) -> *mut Object
unsafe fn URLByAppendingPathComponent_( self, path_component: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByAppendingPathComponent_isDirectory_(
self,
path_component: *mut Object,
is_dir: i8,
) -> *mut Object
unsafe fn URLByAppendingPathComponent_isDirectory_( self, path_component: *mut Object, is_dir: i8, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByAppendingPathExtension_(
self,
extension: *mut Object,
) -> *mut Object
unsafe fn URLByAppendingPathExtension_( self, extension: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByDeletingLastPathComponent(self) -> *mut Object
unsafe fn URLByDeletingLastPathComponent(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByDeletingPathExtension(self) -> *mut Object
unsafe fn URLByDeletingPathExtension(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByResolvingSymlinksInPath(self) -> *mut Object
unsafe fn URLByResolvingSymlinksInPath(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByStandardizingPath(self) -> *mut Object
unsafe fn URLByStandardizingPath(self) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn hasDirectoryPath(self) -> i8
unsafe fn hasDirectoryPath(self) -> i8
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn bookmarkDataWithContentsOfURL_error_(
_: *mut Object,
url: *mut Object,
error: *mut Object,
) -> *mut Object
unsafe fn bookmarkDataWithContentsOfURL_error_( _: *mut Object, url: *mut Object, error: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_(
self,
options: NSURLBookmarkCreationOptions,
resource_value_for_keys: *mut Object,
relative_to_url: *mut Object,
error: *mut Object,
) -> *mut Object
unsafe fn bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_( self, options: NSURLBookmarkCreationOptions, resource_value_for_keys: *mut Object, relative_to_url: *mut Object, error: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn writeBookmarkData_toURL_options_error_(
_: *mut Object,
data: *mut Object,
to_url: *mut Object,
options: NSURLBookmarkCreationOptions,
error: *mut Object,
) -> *mut Object
unsafe fn writeBookmarkData_toURL_options_error_( _: *mut Object, data: *mut Object, to_url: *mut Object, options: NSURLBookmarkCreationOptions, error: *mut Object, ) -> *mut Object
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn startAccessingSecurityScopedResource(self) -> i8
unsafe fn startAccessingSecurityScopedResource(self) -> i8
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn stopAccessingSecurityScopedResource(self)
unsafe fn stopAccessingSecurityScopedResource(self)
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn NSURLBookmarkFileCreationOptions(self) -> NSURLBookmarkCreationOptions
unsafe fn NSURLBookmarkFileCreationOptions(self) -> NSURLBookmarkCreationOptions
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn NSURLBookmarkCreationOptions(self) -> NSURLBookmarkCreationOptions
unsafe fn NSURLBookmarkCreationOptions(self) -> NSURLBookmarkCreationOptions
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn NSURLBookmarkResolutionOptions(self) -> NSURLBookmarkResolutionOptions
unsafe fn NSURLBookmarkResolutionOptions(self) -> NSURLBookmarkResolutionOptions
๐Deprecated: use the objc2-foundation crate instead