mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
078309e705
commit
42f0192c2c
6 changed files with 238 additions and 74 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue