Changeset 402
- Timestamp:
- Apr 8, 2004, 12:43:55 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
r401 r402 72 72 73 73 /** Destructor */ 74 void psMetadataFree(psMetadata *m s///< destroy a set of metadata74 void psMetadataFree(psMetadata *md ///< destroy a set of metadata 75 75 ); 76 76 … … 78 78 79 79 /// Add entry to the end of the metadata 80 psMetadataItem *psMetadataAppend(psMetadata *restrict md, ///< metadata to add to 81 psMetadataItem *restrict item ///< Metatdata to add 80 psMetadataItem *psMetadataAppendItem(psMetadata *restrict md, ///< metadata to add to 81 psMetadataItem *restrict item ///< Metatdata item to add 82 ); 83 84 /// Add entry to the end of the metadata. Combines psMetadataItemAlloc and psMetadataAppendItem 85 psMetadataItem *psMetadataAppend(psMetadata *restrict md, ///< Metadata to add to 86 int typeFlags ///< type of this piece of metadata + flags 87 const void *val, ///< value of new item N.b. a pointer even if the item 88 ///< is of type e.g. int 89 const char *comment, ///< comment associated with item 90 const char *name, ///< name of new item of metadata (may be in sprintf 91 ///< format) 92 ... ///< possible arguments for name format 82 93 ); 83 94 … … 88 99 89 100 /// reset the iterator to the start of the list 90 void psMetadataSetIterator(psMetadata *m s///< metadata to set iterator for101 void psMetadataSetIterator(psMetadata *md ///< metadata to set iterator for 91 102 ); 92 103
Note:
See TracChangeset
for help on using the changeset viewer.
