Changeset 1600 for trunk/archive/pslib/include/psMetadata.h
- Timestamp:
- Aug 19, 2004, 10:45:18 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMetadata.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMetadata.h
r1588 r1600 68 68 69 69 /// Add item to the end of the metadata 70 psMetadataItem*psMetadataAddItem(psMetadata *md, ///< metadata to add to70 bool *psMetadataAddItem(psMetadata *md, ///< metadata to add to 71 71 int where, ///< Where to add item 72 72 psMetadataItem *item) ///< Metatdata item to add … … 74 74 75 75 /// Add item to the end of the metadata. Combines psMetadataItemAlloc and psMetadataAppendItem 76 psMetadataItem*psMetadataAdd(psMetadata *md, ///< Metadata to add to76 bool *psMetadataAdd(psMetadata *md, ///< Metadata to add to 77 77 int where, ///< Where to add item 78 78 const char *name, ///< name of new item of metadata (sprintf format)
Note:
See TracChangeset
for help on using the changeset viewer.
