EXIF library (libexif) Internals  0.6.24
exif-mnote-data-canon.h File Reference
Include dependency graph for exif-mnote-data-canon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _ExifMnoteDataCanon
 

Typedefs

typedef struct _ExifMnoteDataCanon ExifMnoteDataCanon
 

Functions

int exif_mnote_data_canon_identify (const ExifData *ed, const ExifEntry *e)
 Detect if MakerNote is recognized as one handled by the Canon module. More...
 
ExifMnoteDataexif_mnote_data_canon_new (ExifMem *mem, ExifDataOption o)
 

Typedef Documentation

◆ ExifMnoteDataCanon

Definition at line 1 of file exif-mnote-data-canon.h.

Function Documentation

◆ exif_mnote_data_canon_identify()

int exif_mnote_data_canon_identify ( const ExifData ed,
const ExifEntry e 
)

Detect if MakerNote is recognized as one handled by the Canon module.

Parameters
[in]edimage ExifData to identify as as a Canon type
[in]eExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but duplicated here for convenience
Returns
0 if not recognized, nonzero if recognized. The specific nonzero value returned may identify a subtype unique within this module.

Definition at line 393 of file exif-mnote-data-canon.c.

References exif_data_get_entry, exif_entry_get_value(), and EXIF_TAG_MAKE.

Referenced by interpret_maker_note().

Here is the call graph for this function:

◆ exif_mnote_data_canon_new()


libexif Generated by doxygen