exif-ifd.c File Reference

#include <config.h>
#include <libexif/exif-ifd.h>
#include <stdlib.h>

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.

Variables

struct {
   ExifIfd   ifd
   const char *   name
ExifIfdTable []


Function Documentation

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.

Parameters:
[in] ifd IFD
Returns:
textual name of the IFD

Definition at line 40 of file exif-ifd.c.

Referenced by exif_content_fix(), exif_data_dump(), exif_data_load_data_content(), exif_data_save_data_content(), and remove_not_recorded().


Variable Documentation

struct { ... } ExifIfdTable[] [static]

Referenced by exif_ifd_get_name().

ExifIfd ifd

Definition at line 28 of file exif-ifd.c.

Referenced by exif_content_fix(), and remove_not_recorded().

const char* name

Definition at line 29 of file exif-ifd.c.


SourceForge.net Logo Generated by doxygen