EXIF library (libexif) Internals
0.6.24
|
Go to the source code of this file.
Functions | |
const char * | exif_ifd_get_name (ExifIfd ifd) |
Return a textual name of the given IFD. More... | |
Variables | |
struct { | |
ExifIfd ifd | |
const char * name | |
} | ExifIfdTable [] |
const char* exif_ifd_get_name | ( | ExifIfd | ifd | ) |
Return a textual name of the given IFD.
The name is a short, unique, non-localized text string containing only US-ASCII alphanumeric characters.
[in] | ifd | IFD |
Definition at line 40 of file exif-ifd.c.
References ExifIfdTable, ifd, and name.
Referenced by exif_content_fix(), exif_data_dump(), exif_data_load_data_content(), exif_data_save_data_content(), and remove_not_recorded().
const { ... } ExifIfdTable[] |
Referenced by exif_ifd_get_name().
ExifIfd ifd |
Definition at line 28 of file exif-ifd.c.
Referenced by exif_content_fix(), exif_data_load_data_content(), exif_data_save_data_content(), exif_ifd_get_name(), exif_tag_get_description_in_ifd(), exif_tag_get_name_in_ifd(), exif_tag_get_support_level_in_ifd(), exif_tag_get_title_in_ifd(), get_support_level_any_type(), get_support_level_in_ifd(), and remove_not_recorded().
const char* name | ( | void | ) |
Definition at line 29 of file exif-ifd.c.
Referenced by exif_ifd_get_name().