mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 08:10:49 +00:00
trivial format fixes
This commit is contained in:
parent
7ecb170800
commit
5dbd0a7da5
2 changed files with 174 additions and 174 deletions
|
@ -36,12 +36,12 @@ enum _PLUExtentedFormats
|
|||
};
|
||||
|
||||
@interface NSPropertyListSerialization (PLUtilAdditions)
|
||||
+ (NSData *)_pdataFromPropertyList:(id)aPropertyList
|
||||
format:(NSPropertyListFormat)aFormat
|
||||
errorDescription:(NSString **)anErrorString;
|
||||
+ (id)_ppropertyListWithData:(NSData *)data
|
||||
options:(NSPropertyListReadOptions)anOption
|
||||
format:(NSPropertyListFormat *)aFormat
|
||||
error:(out NSError **)error;
|
||||
+ (void)load;
|
||||
+ (NSData *) _pdataFromPropertyList: (id)aPropertyList
|
||||
format: (NSPropertyListFormat)aFormat
|
||||
errorDescription: (NSString **)anErrorString;
|
||||
+ (id) _ppropertyListWithData: (NSData *)data
|
||||
options: (NSPropertyListReadOptions)anOption
|
||||
format: (NSPropertyListFormat *)aFormat
|
||||
error: (out NSError **)error;
|
||||
+ (void) load;
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue