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

/external/libexif/libexif/
H A Dexif-content.h31 typedef struct _ExifContent ExifContent; typedef in typeref:struct:_ExifContent
52 ExifContent *exif_content_new (void);
53 ExifContent *exif_content_new_mem (ExifMem *);
54 void exif_content_ref (ExifContent *content);
55 void exif_content_unref (ExifContent *content);
56 void exif_content_free (ExifContent *content);
65 void exif_content_add_entry (ExifContent *c, ExifEntry *entry);
73 void exif_content_remove_entry (ExifContent *c, ExifEntry *e);
76 * This is a pointer into a member of the #ExifContent array and must NOT be
83 ExifEntry *exif_content_get_entry (ExifContent *conten
[all...]

Completed in 414 milliseconds