|
EXIF library (libexif) Internals 0.6.26
|
#include <config.h>#include "mnote-apple-tag.h"#include <libexif/i18n.h>#include <libexif/exif-utils.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| const char * | mnote_apple_tag_get_name (MnoteAppleTag t) |
| const char * | mnote_apple_tag_get_title (MnoteAppleTag t) |
| const char * | mnote_apple_tag_get_description (MnoteAppleTag t) |
Variables | ||
| struct { | ||
| MnoteAppleTag tag | ||
| const char * name | ||
| const char * title | ||
| const char * description | ||
| } | table [] | |
| const char * mnote_apple_tag_get_description | ( | MnoteAppleTag | t | ) |
Definition at line 79 of file mnote-apple-tag.c.
References _, bindtextdomain, description, table, and tag.
Referenced by exif_mnote_data_apple_get_description().
| const char * mnote_apple_tag_get_name | ( | MnoteAppleTag | t | ) |
Definition at line 50 of file mnote-apple-tag.c.
Referenced by exif_mnote_data_apple_get_name().
| const char * mnote_apple_tag_get_title | ( | MnoteAppleTag | t | ) |
Definition at line 63 of file mnote-apple-tag.c.
References _, bindtextdomain, table, tag, and title.
Referenced by exif_mnote_data_apple_get_title().
| const char* description |
Definition at line 35 of file mnote-apple-tag.c.
Referenced by exif_tag_get_description_in_ifd(), and mnote_apple_tag_get_description().
| const char* name | ( | void | ) |
Definition at line 33 of file mnote-apple-tag.c.
Referenced by canon_search_table_bitfield(), canon_search_table_value(), dump_makernote(), dump_makernote(), exif_tag_from_name(), main(), test_exif_data(), and test_exif_data().
| const struct { ... } table[] |
Referenced by canon_search_table_bitfield(), canon_search_table_value(), mnote_apple_tag_get_description(), mnote_apple_tag_get_name(), and mnote_apple_tag_get_title().
| MnoteAppleTag tag |
Definition at line 32 of file mnote-apple-tag.c.
Referenced by exif_content_get_entry(), exif_data_load_data_content(), exif_get_gps_tag_info(), exif_tag_get_description(), exif_tag_get_description_in_ifd(), exif_tag_get_name(), exif_tag_get_name_in_ifd(), exif_tag_get_stuff(), exif_tag_get_support_level_in_ifd(), exif_tag_get_title(), exif_tag_get_title_in_ifd(), exif_tag_table_first(), get_support_level_any_type(), get_support_level_in_ifd(), match_tag(), mnote_apple_tag_get_description(), mnote_apple_tag_get_name(), and mnote_apple_tag_get_title().
| const char* title |
Definition at line 34 of file mnote-apple-tag.c.
Referenced by exif_tag_get_title_in_ifd(), and mnote_apple_tag_get_title().