IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 457


Ignore:
Timestamp:
Apr 19, 2004, 11:25:11 AM (22 years ago)
Author:
rhl
Message:

Added psVMetadataItemAlloc() to support the new psMetadataAppend()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMetadata.h

    r443 r457  
    6464                                    ... ///< possible arguments for name format
    6565    );
     66psMetadataItem *psVMetadataItemAlloc(
     67    int typeFlags,                      // type of this piece of metadata + flags
     68    const void *data,                   // value of new item
     69    const char *comment,                // comment associated with item; may be NULL
     70    const char *name,                   // name of new item of metadata (may be an sprintf format)
     71    va_list ap                          // possible arguments for name format
     72    );
    6673
    6774/** Destructor */
Note: See TracChangeset for help on using the changeset viewer.