mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
documentation fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08dc11a192
commit
7fa110e2c5
17 changed files with 234 additions and 127 deletions
|
@ -305,13 +305,16 @@ GS_EXPORT NSString* const NSLoadedClasses;
|
|||
localized equivalent found. This can be useful during development to check
|
||||
where a given string in the UI is "coming from".</p>
|
||||
*/
|
||||
#ifdef __clang__
|
||||
- (NSString*) localizedStringForKey: (NSString*)key
|
||||
value: (NSString*)value
|
||||
table: (NSString*)tableName
|
||||
#ifdef __clang__
|
||||
__attribute__((format_arg(1)))
|
||||
table: (NSString*)tableName
|
||||
__attribute__((format_arg(1)));
|
||||
#else
|
||||
- (NSString*) localizedStringForKey: (NSString*)key
|
||||
value: (NSString*)value
|
||||
table: (NSString*)tableName;
|
||||
#endif
|
||||
;
|
||||
|
||||
/** Returns the absolute path to the resources directory of the bundle. */
|
||||
- (NSString*) resourcePath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue