* Headers/Foundation/NSBundle.h (builtInPlugInsPath): New method.

* Source/NSBundle (builtInPlugInsPath): Imeplement (based on patch
#3483).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20341 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-11-11 18:51:37 +00:00
parent 8879270729
commit ee92fa6367
3 changed files with 28 additions and 0 deletions

View file

@ -261,6 +261,9 @@ GS_EXPORT NSString* const NSLoadedClasses;
/** Returns the absolute path to the resources directory of the bundle. */
- (NSString*) resourcePath;
/** Returns the full path to the plug-in subdirectory of the bundle. */
- (NSString *)builtInPlugInsPath;
/** Returns the bundle identifier, as defined by the CFBundleIdentifier
key in the infoDictionary */
- (NSString *)bundleIdentifier;