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

/external/libexif/libexif/
H A Dexif-data.h2 * \brief Defines the ExifData type and the associated functions.
38 typedef struct _ExifData ExifData; typedef in typeref:struct:_ExifData
60 /*! Allocate a new #ExifData. The #ExifData contains an empty
65 * \return allocated #ExifData, or NULL on error
67 ExifData *exif_data_new (void);
69 /*! Allocate a new #ExifData using the given memory allocator.
70 * The #ExifData contains an empty #ExifContent for each IFD and the default
74 * \return allocated #ExifData, or NULL on error
76 ExifData *exif_data_new_me
[all...]

Completed in 628 milliseconds