Changeset 403
- Timestamp:
- Apr 8, 2004, 12:59:50 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMetadata.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMetadata.h
r402 r403 77 77 /**** Utilities **********************************************************************/ 78 78 79 /// Add entryto the end of the metadata79 /// Add item to the end of the metadata 80 80 psMetadataItem *psMetadataAppendItem(psMetadata *restrict md, ///< metadata to add to 81 81 psMetadataItem *restrict item ///< Metatdata item to add 82 82 ); 83 83 84 /// Add entryto the end of the metadata. Combines psMetadataItemAlloc and psMetadataAppendItem84 /// Add item to the end of the metadata. Combines psMetadataItemAlloc and psMetadataAppendItem 85 85 psMetadataItem *psMetadataAppend(psMetadata *restrict md, ///< Metadata to add to 86 86 int typeFlags ///< type of this piece of metadata + flags … … 93 93 ); 94 94 95 /// delete entryfrom the metadata95 /// delete item from the metadata 96 96 psMetadataItem *psMetadataRemove(psMetadata *restrict md, ///< metadata to delete from 97 97 const char *restrict key ///< Key to delete … … 102 102 ); 103 103 104 /// get the next entryin the sequence104 /// get the next item in the sequence 105 105 psMetadataItem *psMetadataGetNext(psMetadata *restrict md, ///< metadata to get from 106 106 const char *restrict match ///< Match this
Note:
See TracChangeset
for help on using the changeset viewer.
