EXIF library (libexif) Internals  0.6.24
mnote-canon-tag.c File Reference
#include <config.h>
#include "mnote-canon-tag.h"
#include <stdlib.h>
#include <libexif/i18n.h>
Include dependency graph for mnote-canon-tag.c:

Go to the source code of this file.

Functions

const char * mnote_canon_tag_get_name (MnoteCanonTag t)
 
const char * mnote_canon_tag_get_name_sub (MnoteCanonTag t, unsigned int s, ExifDataOption o)
 
const char * mnote_canon_tag_get_title (MnoteCanonTag t)
 
const char * mnote_canon_tag_get_title_sub (MnoteCanonTag t, unsigned int s, ExifDataOption o)
 
const char * mnote_canon_tag_get_description (MnoteCanonTag t)
 

Variables

struct {
   MnoteCanonTag   tag
 
   const char *   name
 
   const char *   title
 
   const char *   description
 
table []
 
struct {
   MnoteCanonTag   tag
 
   unsigned int   subtag
 
   const char *   name
 
table_sub []
 

Function Documentation

◆ mnote_canon_tag_get_description()

const char* mnote_canon_tag_get_description ( MnoteCanonTag  t)

Definition at line 268 of file mnote-canon-tag.c.

References _, bindtextdomain, description, table, and tag.

Referenced by exif_mnote_data_canon_get_description().

◆ mnote_canon_tag_get_name()

const char* mnote_canon_tag_get_name ( MnoteCanonTag  t)

Definition at line 209 of file mnote-canon-tag.c.

References table, and tag.

Referenced by exif_mnote_data_canon_load(), and mnote_canon_tag_get_name_sub().

◆ mnote_canon_tag_get_name_sub()

const char* mnote_canon_tag_get_name_sub ( MnoteCanonTag  t,
unsigned int  s,
ExifDataOption  o 
)

Definition at line 219 of file mnote-canon-tag.c.

References EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, mnote_canon_tag_get_name(), subtag, table_sub, and tag.

Referenced by exif_mnote_data_canon_get_name().

Here is the call graph for this function:

◆ mnote_canon_tag_get_title()

const char* mnote_canon_tag_get_title ( MnoteCanonTag  t)

Definition at line 238 of file mnote-canon-tag.c.

References _, bindtextdomain, table, tag, and title.

Referenced by mnote_canon_tag_get_title_sub().

◆ mnote_canon_tag_get_title_sub()

const char* mnote_canon_tag_get_title_sub ( MnoteCanonTag  t,
unsigned int  s,
ExifDataOption  o 
)

Definition at line 249 of file mnote-canon-tag.c.

References _, EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, mnote_canon_tag_get_title(), name, subtag, table_sub, and tag.

Referenced by exif_mnote_data_canon_get_title().

Here is the call graph for this function:

Variable Documentation

◆ description

const char* description

Definition at line 32 of file mnote-canon-tag.c.

Referenced by mnote_canon_tag_get_description().

◆ name

const char* name ( void  )

Definition at line 30 of file mnote-canon-tag.c.

Referenced by mnote_canon_tag_get_title_sub().

◆ subtag

◆ 

◆ 

const { ... } table_sub[]

◆ tag

◆ title

const char* title

Definition at line 31 of file mnote-canon-tag.c.

Referenced by mnote_canon_tag_get_title().


libexif Generated by doxygen