mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Minor naming consistency tidyups, and a fix to let java code using property
lists work with a base library that includes the new NSPropertyListSerialisation class. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a5cf95ab82
commit
24d6fe34b0
5 changed files with 91 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
/** Interface for NSPropertyList for GNUStep
|
||||
/** Interface for NSPropertyList for GNUstep
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
@ -56,8 +56,8 @@ typedef enum {
|
|||
* Specifies the serialisation format for a serialised property list.
|
||||
*/
|
||||
typedef enum {
|
||||
NSPropertyListGNUStepFormat,
|
||||
/** <strong>NSPropertyListGNUStepFormat</strong>
|
||||
NSPropertyListGNUstepFormat,
|
||||
/** <strong>NSPropertyListGNUstepFormat</strong>
|
||||
* extension of OpenStep format */
|
||||
NSPropertyListGNUstepBinaryFormat,
|
||||
/** <strong>NSPropertyListGNUstepBinaryFormat</strong>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue