Searched defs:ExifEntry (Results 1 - 1 of 1) sorted by relevance

/external/libexif/libexif/
H A Dexif-entry.h35 typedef struct _ExifEntry ExifEntry; typedef in typeref:struct:_ExifEntry
73 /*! Reserve memory for and initialize a new #ExifEntry.
74 * No memory is allocated for the \c data element of the returned #ExifEntry.
76 * \return new allocated #ExifEntry, or NULL on error
80 ExifEntry *exif_entry_new (void);
82 /*! Reserve memory for and initialize new #ExifEntry using the specified
84 * No memory is allocated for the \c data element of the returned #ExifEntry.
86 * \return new allocated #ExifEntry, or NULL on error
90 ExifEntry *exif_entry_new_mem (ExifMem *);
92 /*! Increase reference counter for #ExifEntry
[all...]

Completed in 258 milliseconds