#include <config.h>#include <libexif/exif-ifd.h>#include <stdlib.h>Include dependency graph for exif-ifd.c:

Go to the source code of this file.
Functions | |
| const char * | exif_ifd_get_name (ExifIfd ifd) |
Variables | |
| struct { | |
| ExifIfd ifd | |
| const char * name | |
| } | ExifIfdTable [] |
| const char* exif_ifd_get_name | ( | ExifIfd | ifd | ) |
Definition at line 40 of file exif-ifd.c.
References ExifIfdTable, and name.
Referenced by exif_content_fix(), exif_data_dump(), exif_data_load_data_content(), and exif_data_save_data_content().
struct { ... } ExifIfdTable[] [static] |
Referenced by exif_ifd_get_name().
Definition at line 28 of file exif-ifd.c.
Referenced by exif_content_fix(), and exif_data_save_data_content().
| const char* name |
Definition at line 29 of file exif-ifd.c.
1.5.1