documentation cleanups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-11-06 13:58:37 +00:00
parent f111ea9e46
commit 30182a3f19
135 changed files with 810 additions and 402 deletions

View file

@ -22,11 +22,13 @@
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
*/
#ifndef _GNUstep_H_NSNibLoading
#define _GNUstep_H_NSNibLoading
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#include <Foundation/NSBundle.h>
@ -60,9 +62,9 @@
externalNameTable: (NSDictionary *)context
withZone: (NSZone *)zone;
#ifndef NO_GNUSTEP
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
- (NSString *) pathForNibResource: (NSString *)fileName;
#endif // NO_GNUSTEP
#endif // GS_API_NONE
@end
#endif /* _GNUstep_H_NSNibLoading */