~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Headers/Foundation/NSPropertyList.h

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   
19
19
   You should have received a copy of the GNU Library General Public
20
20
   License along with this library; if not, write to the Free
21
 
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
21
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
22
22
 
23
23
   AutogsdocSource: NSPropertyList.m
24
24
 
116
116
 *     an extension to the traditional <em>property list</em> format to
117
117
 *     support date objects, but older code will not read
118
118
 *     <em>property lists</em> containing this extension.<br />
119
 
 *     This format consists of an asterisk follwed by the letter 'D' then a
 
119
 *     This format consists of an asterisk followed by the letter 'D' then a
120
120
 *     date/time in YYYY-MM-DD HH:MM:SS +/-ZZZZ format, all enclosed within
121
121
 *     angle brackets.
122
122
 *     <example>
154
154
 *   <term>[NSNumber]</term>
155
155
 *   <desc>
156
156
 *     Number objects were not traditionally allowed in <em>property lists</em>
157
 
 *     but were added when the XML format was intoroduced.  GNUstep provides
 
157
 *     but were added when the XML format was introduced.  GNUstep provides
158
158
 *     an extension to the traditional <em>property list</em> format to
159
159
 *     support number objects, but older code will not read
160
160
 *     <em>property lists</em> containing this extension.<br />