23 #ifndef __EXIF_CONTENT_H__
24 #define __EXIF_CONTENT_H__
32 typedef struct _ExifContentPrivate ExifContentPrivate;
48 ExifContentPrivate *priv;
94 typedef void (* ExifContentForeachEntryFunc) (
ExifEntry *,
void *user_data);
103 void exif_content_foreach_entry (
ExifContent *content,
104 ExifContentForeachEntryFunc func,
122 #define exif_content_get_value(c,t,v,m) \
123 (exif_content_get_entry (c,t) ? \
124 exif_entry_get_value (exif_content_get_entry (c,t),v,m) : NULL)
132 void exif_content_dump (
ExifContent *content,
unsigned int indent);