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:
Richard Frith-Macdonald 2004-02-02 12:26:59 +00:00
parent a5cf95ab82
commit 24d6fe34b0
5 changed files with 91 additions and 12 deletions

View file

@ -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>