mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Some cleanup in preparation for next release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
172bfc67ef
commit
c2e8c881e7
88 changed files with 570 additions and 425 deletions
|
@ -84,13 +84,6 @@
|
|||
//Extracting a substring
|
||||
- (NSAttributedString*) attributedSubstringFromRange: (NSRange)aRange;
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
/*
|
||||
* Synonym for attributedSubstringFromRange: - for consistency with NSString
|
||||
*/
|
||||
- (NSAttributedString*) attributedSubstringWithRange: (NSRange)aRange;
|
||||
#endif
|
||||
|
||||
@end //NSAttributedString
|
||||
|
||||
|
||||
|
@ -127,6 +120,16 @@
|
|||
|
||||
@end //NSMutableAttributedString
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
@interface NSAttributedString (GSCategories)
|
||||
/**
|
||||
* Dep[recated synonym for attributedSubstringFromRange:
|
||||
* for consistency with NSString
|
||||
*/
|
||||
- (NSAttributedString*) attributedSubstringWithRange: (NSRange)aRange;
|
||||
@end
|
||||
#endif
|
||||
|
||||
#endif //STRICT_OPENSTEP
|
||||
|
||||
#endif //_NSXKit_H_NSAttributedString
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue