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

Go to the source code of this file.

Data Structures

struct  _ExifMnoteDataMethods
 
struct  _ExifMnoteData
 

Typedefs

typedef struct _ExifMnoteDataMethods ExifMnoteDataMethods
 
typedef struct _ExifMnoteDataPriv ExifMnoteDataPriv
 

Functions

void exif_mnote_data_construct (ExifMnoteData *, ExifMem *mem)
 
void exif_mnote_data_set_byte_order (ExifMnoteData *, ExifByteOrder)
 
void exif_mnote_data_set_offset (ExifMnoteData *, unsigned int)
 

Typedef Documentation

◆ ExifMnoteDataMethods

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

◆ ExifMnoteDataPriv

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

Function Documentation

◆ exif_mnote_data_construct()

void exif_mnote_data_construct ( ExifMnoteData d,
ExifMem mem 
)

Definition at line 35 of file exif-mnote-data.c.

References exif_mem_alloc(), exif_mem_ref(), _ExifMnoteData::mem, _ExifMnoteData::priv, and _ExifMnoteDataPriv::ref_count.

Referenced by exif_mnote_data_apple_new(), exif_mnote_data_canon_new(), exif_mnote_data_fuji_new(), exif_mnote_data_olympus_new(), and exif_mnote_data_pentax_new().

Here is the call graph for this function:

◆ exif_mnote_data_set_byte_order()

void exif_mnote_data_set_byte_order ( ExifMnoteData d,
ExifByteOrder  o 
)

◆ exif_mnote_data_set_offset()

void exif_mnote_data_set_offset ( ExifMnoteData d,
unsigned int  o 
)

libexif Generated by doxygen