23#ifndef __EXIF_LOADER_H__
24#define __EXIF_LOADER_H__
26#include <libexif/exifdata.h>
27#include <libexif/exiflog.h>
28#include <libexif/exifmem.h>
EXIF_API(void) exif_loader_ref(ExifLoader *loader)
Increase the refcount of the ExifLoader.
struct _ExifLoader ExifLoader
Data used by the loader interface.
Definition: exif-loader.h:35
Represents the entire EXIF data found in an image.
Definition: exif-data.h:48