main.html
Main Page
|
classes.html
Alphabetical List
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
functions.html
Data Fields
|
globals.html
Globals
dir_000000.html
libexif
exif-log.c File Reference
#include <config.h>
#include <
exif-log_8h-source.html
libexif/exif-log.h
>
#include <
i18n_8h-source.html
libexif/i18n.h
>
#include <stdlib.h>
#include <string.h>
exif-log_8c-source.html
Go to the source code of this file.
Data Structures
struct
struct__ExifLog.html
_ExifLog
Functions
const char *
exif-log_8c.html#a4
exif_log_code_get_title
(
exif-log_8h.html#a17
ExifLogCode
exif-log_8c.html#a0
code
)
const char *
exif-log_8c.html#a5
exif_log_code_get_message
(
exif-log_8h.html#a17
ExifLogCode
exif-log_8c.html#a0
code
)
struct__ExifLog.html
ExifLog
*
exif-log_8c.html#a6
exif_log_new_mem
(
struct__ExifMem.html
ExifMem
*mem)
struct__ExifLog.html
ExifLog
*
exif-log_8c.html#a7
exif_log_new
(void)
void
exif-log_8c.html#a8
exif_log_ref
(
struct__ExifLog.html
ExifLog
*log)
void
exif-log_8c.html#a9
exif_log_unref
(
struct__ExifLog.html
ExifLog
*log)
void
exif-log_8c.html#a10
exif_log_free
(
struct__ExifLog.html
ExifLog
*log)
void
exif-log_8c.html#a11
exif_log_set_func
(
struct__ExifLog.html
ExifLog
*log,
exif-log_8h.html#a2
ExifLogFunc
func, void *data)
void
exif-log_8c.html#a12
exif_log
(
struct__ExifLog.html
ExifLog
*log,
exif-log_8h.html#a17
ExifLogCode
exif-log_8c.html#a0
code
, const char *domain, const char *
exif-format_8c.html#a0
format
,...)
void
exif-log_8c.html#a13
exif_logv
(
struct__ExifLog.html
ExifLog
*log,
exif-log_8h.html#a17
ExifLogCode
exif-log_8c.html#a0
code
, const char *domain, const char *
exif-format_8c.html#a0
format
, va_list args)
Variables
struct {
unsigned int
mnote-canon-entry_8c.html#a4
subtag
exif-utils_8h.html#a4
ExifShort
mnote-canon-entry_8c.html#a5
value
char *
mnote-canon-entry_8c.html#a6
name
mnote-canon-tag_8h.html#a0
MnoteCanonTag
mnote-canon-tag_8c.html#a0
tag
const char *
mnote-canon-tag_8c.html#a1
name
const char *
mnote-canon-tag_8c.html#a2
title
const char *
mnote-canon-tag_8c.html#a3
description
exif-data_8h.html#a28
ExifDataOption
exif-data_8c.html#a8
option
const char *
exif-data_8c.html#a9
name
const char *
exif-data_8c.html#a10
description
exif-tag_8h.html#a153
ExifTag
exif-entry_8c.html#a2
tag
const char *
exif-entry_8c.html#a3
strings
[10]
exif-format_8h.html#a14
ExifFormat
exif-format_8c.html#a0
format
const char *
exif-format_8c.html#a1
name
unsigned char
exif-format_8c.html#a2
size
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
const char *
exif-ifd_8c.html#a1
name
exif-log_8h.html#a17
ExifLogCode
exif-log_8c.html#a0
code
const char *
exif-log_8c.html#a1
title
const char *
exif-log_8c.html#a2
message
const char *
exif-tag_8c.html#a13
name
const char *
exif-tag_8c.html#a14
title
const char *
exif-tag_8c.html#a15
description
exif-tag_8h.html#a154
ExifSupportLevel
exif-tag_8c.html#a16
esl
[EXIF_IFD_COUNT][4]
exif-format_8h.html#a14
ExifFormat
mnote-olympus-entry_8c.html#a4
fmt
struct {
int
mnote-olympus-entry_8c.html#a5
index
const char *
mnote-olympus-entry_8c.html#a6
string
const char *
mnote-pentax-entry_8c.html#a4
string
}
mnote-olympus-entry_8c.html#a7
elem
[10]
mnote-olympus-tag_8h.html#a0
MnoteOlympusTag
mnote-olympus-tag_8c.html#a0
tag
const char *
mnote-olympus-tag_8c.html#a1
name
const char *
mnote-olympus-tag_8c.html#a2
title
const char *
mnote-olympus-tag_8c.html#a3
description
struct {
int
mnote-olympus-entry_8c.html#a5
index
const char *
mnote-olympus-entry_8c.html#a6
string
const char *
mnote-pentax-entry_8c.html#a4
string
}
mnote-pentax-entry_8c.html#a5
elem
[7]
mnote-pentax-tag_8h.html#a0
MnotePentaxTag
mnote-pentax-tag_8c.html#a0
tag
const char *
mnote-pentax-tag_8c.html#a1
name
const char *
mnote-pentax-tag_8c.html#a2
title
const char *
mnote-pentax-tag_8c.html#a3
description
}
exif-log_8c.html#a3
codes
[]
Function Documentation
void exif_log
(
struct__ExifLog.html
ExifLog
*
log
,
exif-log_8h.html#a17
ExifLogCode
code
,
const char *
domain
,
const char *
format
,
...
)
Definition at line
exif-log_8c-source.html#l00131
131
of file
exif-log_8c-source.html
exif-log.c
.
References
exif-log_8c-source.html#l00142
exif_logv()
.
Referenced by
exif-content_8c-source.html#l00132
exif_content_add_entry()
,
exif-content_8c-source.html#l00234
exif_content_fix()
,
exif-data_8c-source.html#l00680
exif_data_load_data()
,
exif-data_8c-source.html#l00304
exif_data_load_data_content()
,
exif-data_8c-source.html#l00155
exif_data_load_data_entry()
,
exif-data_8c-source.html#l00269
exif_data_load_data_thumbnail()
,
exif-data_8c-source.html#l00856
exif_data_save_data()
,
exif-data_8c-source.html#l00435
exif_data_save_data_content()
,
exif-loader_8c-source.html#l00136
exif_loader_write()
,
exif-loader_8c-source.html#l00096
exif_loader_write_file()
,
exif-mnote-data-olympus_8c-source.html#l00062
exif_mnote_data_olympus_get_value()
,
exif-mnote-data-olympus_8c-source.html#l00176
exif_mnote_data_olympus_load()
, and
exif-data_8c-source.html#l01122
fix_func()
.
const char* exif_log_code_get_message
(
exif-log_8h.html#a17
ExifLogCode
code
)
Definition at line
exif-log_8c-source.html#l00062
62
of file
exif-log_8c-source.html
exif-log.c
.
References
i18n_8h-source.html#l00047
_
,
exif-log_8c.html#a3
codes
, and
exif-log_8c-source.html#l00041
message
.
const char* exif_log_code_get_title
(
exif-log_8h.html#a17
ExifLogCode
code
)
Definition at line
exif-log_8c-source.html#l00053
53
of file
exif-log_8c-source.html
exif-log.c
.
References
i18n_8h-source.html#l00047
_
,
exif-log_8c.html#a3
codes
, and
mnote-canon-tag_8c-source.html#l00031
title
.
void exif_log_free
(
struct__ExifLog.html
ExifLog
*
log
)
Definition at line
exif-log_8c-source.html#l00112
112
of file
exif-log_8c-source.html
exif-log.c
.
References
exif-mem_8c-source.html#l00065
exif_mem_free()
,
exif-mem_8c-source.html#l00057
exif_mem_unref()
, and
exif-log_8c-source.html#l00035
_ExifLog::mem
.
Referenced by
exif-log_8c-source.html#l00104
exif_log_unref()
.
struct__ExifLog.html
ExifLog
* exif_log_new
(
void
)
Definition at line
exif-log_8c-source.html#l00086
86
of file
exif-log_8c-source.html
exif-log.c
.
References
exif-log_8c-source.html#l00071
exif_log_new_mem()
,
exif-mem_8c-source.html#l00091
exif_mem_new_default()
, and
exif-mem_8c-source.html#l00057
exif_mem_unref()
.
struct__ExifLog.html
ExifLog
* exif_log_new_mem
(
struct__ExifMem.html
ExifMem
*
mem
)
Definition at line
exif-log_8c-source.html#l00071
71
of file
exif-log_8c-source.html
exif-log.c
.
References
exif-mem_8c-source.html#l00075
exif_mem_alloc()
,
exif-mem_8c-source.html#l00050
exif_mem_ref()
,
exif-log_8c-source.html#l00035
_ExifLog::mem
, and
exif-log_8c-source.html#l00030
_ExifLog::ref_count
.
Referenced by
exif-log_8c-source.html#l00086
exif_log_new()
.
void exif_log_ref
(
struct__ExifLog.html
ExifLog
*
log
)
Definition at line
exif-log_8c-source.html#l00097
97
of file
exif-log_8c-source.html
exif-log.c
.
References
exif-log_8c-source.html#l00030
_ExifLog::ref_count
.
Referenced by
exif-content_8c-source.html#l00203
exif_content_log()
,
exif-data_8c-source.html#l01050
exif_data_log()
,
exif-loader_8c-source.html#l00363
exif_loader_log()
, and
exif-mnote-data_8c-source.html#l00152
exif_mnote_data_log()
.
void exif_log_set_func
(
struct__ExifLog.html
ExifLog
*
log
,
exif-log_8h.html#a2
ExifLogFunc
func
,
void *
data
)
Register log callback function.
Definition at line
exif-log_8c-source.html#l00123
123
of file
exif-log_8c-source.html
exif-log.c
.
References
exif-log_8c-source.html#l00033
_ExifLog::data
, and
exif-log_8c-source.html#l00032
_ExifLog::func
.
void exif_log_unref
(
struct__ExifLog.html
ExifLog
*
log
)
Definition at line
exif-log_8c-source.html#l00104
104
of file
exif-log_8c-source.html
exif-log.c
.
References
exif-log_8c-source.html#l00112
exif_log_free()
, and
exif-log_8c-source.html#l00030
_ExifLog::ref_count
.
Referenced by
exif-content_8c-source.html#l00092
exif_content_free()
,
exif-content_8c-source.html#l00203
exif_content_log()
,
exif-data_8c-source.html#l00927
exif_data_free()
,
exif-data_8c-source.html#l01050
exif_data_log()
,
exif-loader_8c-source.html#l00363
exif_loader_log()
,
exif-mnote-data_8c-source.html#l00055
exif_mnote_data_free()
, and
exif-mnote-data_8c-source.html#l00152
exif_mnote_data_log()
.
void exif_logv
(
struct__ExifLog.html
ExifLog
*
log
,
exif-log_8h.html#a17
ExifLogCode
code
,
const char *
domain
,
const char *
format
,
va_list
args
)
Definition at line
exif-log_8c-source.html#l00142
142
of file
exif-log_8c-source.html
exif-log.c
.
References
exif-log_8c-source.html#l00033
_ExifLog::data
, and
exif-log_8c-source.html#l00032
_ExifLog::func
.
Referenced by
exif-entry_8c-source.html#l00046
exif_entry_log()
, and
exif-log_8c-source.html#l00131
exif_log()
.
Variable Documentation
exif-log_8h.html#a17
ExifLogCode
exif-log_8c.html#a0
code
Definition at line
exif-log_8c-source.html#l00039
39
of file
exif-log_8c-source.html
exif-log.c
.
struct { ... }
exif-log_8c.html#a3
codes
[]
[static]
Referenced by
exif-log_8c-source.html#l00062
exif_log_code_get_message()
, and
exif-log_8c-source.html#l00053
exif_log_code_get_title()
.
const char*
exif-log_8c.html#a2
message
Definition at line
exif-log_8c-source.html#l00041
41
of file
exif-log_8c-source.html
exif-log.c
.
Referenced by
exif-log_8c-source.html#l00062
exif_log_code_get_message()
.
const char*
mnote-pentax-tag_8c.html#a2
title
Definition at line
exif-log_8c-source.html#l00040
40
of file
exif-log_8c-source.html
exif-log.c
.
Generated on Fri Sep 9 16:28:11 2005 for EXIF library (libexif) Internals by
http://www.doxygen.org/index.html
doxygen
1.4.4
