Rewrite hierarchy handling to match OSX

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34441 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-01-06 12:22:30 +00:00
parent 078309e705
commit 42f0192c2c
6 changed files with 238 additions and 74 deletions

View file

@ -99,10 +99,18 @@ extern "C" {
- (void) setAttributes: (NSArray*)attributes;
/**
* Sets attributes from the supplkied dictionary.
* Sets attributes from the supplied dictionary.<br />
* DEPRECATED ... use -setAttributesWithDictionary: instead.
*/
- (void) setAttributesAsDictionary: (NSDictionary*)attributes;
#if OS_API_VERSION(100700, GS_API_LATEST)
/**
* Sets attributes from the supplied dictionary.
*/
- (void) setAttributesWithDictionary: (NSDictionary*)attributes;
#endif
/**
* Returns the receiver's attributes.
*/