mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Added -[NSBundle bundleURL]
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36958 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e928688e01
commit
c08c16568d
3 changed files with 13 additions and 0 deletions
|
@ -243,6 +243,10 @@ GS_EXPORT NSString* const NSLoadedClasses;
|
|||
/** Return the path to the bundle - an absolute path. */
|
||||
- (NSString*) bundlePath;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST)
|
||||
- (NSURL*) bundleURL;
|
||||
#endif
|
||||
|
||||
/** Returns the class in the bundle with the given name. If no class
|
||||
of this name exists in the bundle, then Nil is returned.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue