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-data.h File Reference
FIXME foo bar blah.
#_details
More...
#include <
exif-byte-order_8h-source.html
libexif/exif-byte-order.h
>
#include <
exif-data-type_8h-source.html
libexif/exif-data-type.h
>
#include <
exif-ifd_8h-source.html
libexif/exif-ifd.h
>
#include <
exif-log_8h-source.html
libexif/exif-log.h
>
#include <
exif-tag_8h-source.html
libexif/exif-tag.h
>
#include <
exif-content_8h-source.html
libexif/exif-content.h
>
#include <
exif-mnote-data_8h-source.html
libexif/exif-mnote-data.h
>
#include <
exif-mem_8h-source.html
libexif/exif-mem.h
>
exif-data_8h-source.html
Go to the source code of this file.
Data Structures
struct
struct__ExifData.html
_ExifData
Defines
#define
exif-data_8h.html#a0
exif_data_get_entry
(d, t)
Typedefs
typedef
struct__ExifData.html
_ExifData
exif-data_8h.html#a1
ExifData
typedef
struct__ExifDataPrivate.html
_ExifDataPrivate
exif-data_8h.html#a2
ExifDataPrivate
typedef void(*
exif-data_8h.html#a3
ExifDataForeachContentFunc
)(
struct__ExifContent.html
ExifContent
*, void *user_data)
Enumerations
enum
exif-data_8h.html#a28
ExifDataOption
{
exif-data_8h.html#a28a4
EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS
=  1 << 0,
exif-data_8h.html#a28a5
EXIF_DATA_OPTION_FOLLOW_SPECIFICATION
=  1 << 1
}
Functions
struct__ExifData.html
ExifData
*
exif-data_8h.html#a6
exif_data_new
(void)
struct__ExifData.html
ExifData
*
exif-data_8h.html#a7
exif_data_new_mem
(
struct__ExifMem.html
ExifMem
*)
struct__ExifData.html
ExifData
*
exif-data_8h.html#a8
exif_data_new_from_file
(const char *path)
load exif data from file
#a8
struct__ExifData.html
ExifData
*
exif-data_8h.html#a9
exif_data_new_from_data
(const unsigned char *data, unsigned int
exif-format_8c.html#a2
size
)
void
exif-data_8h.html#a10
exif_data_load_data
(
struct__ExifData.html
ExifData
*data, const unsigned char *d, unsigned int
exif-format_8c.html#a2
size
)
void
exif-data_8h.html#a11
exif_data_save_data
(
struct__ExifData.html
ExifData
*data, unsigned char **d, unsigned int *
exif-format_8c.html#a2
size
)
void
exif-data_8h.html#a12
exif_data_ref
(
struct__ExifData.html
ExifData
*data)
void
exif-data_8h.html#a13
exif_data_unref
(
struct__ExifData.html
ExifData
*data)
void
exif-data_8h.html#a14
exif_data_free
(
struct__ExifData.html
ExifData
*data)
exif-byte-order_8h.html#a3
ExifByteOrder
exif-data_8h.html#a15
exif_data_get_byte_order
(
struct__ExifData.html
ExifData
*data)
void
exif-data_8h.html#a16
exif_data_set_byte_order
(
struct__ExifData.html
ExifData
*data,
exif-byte-order_8h.html#a3
ExifByteOrder
order)
struct__ExifMnoteData.html
ExifMnoteData
*
exif-data_8h.html#a17
exif_data_get_mnote_data
(
struct__ExifData.html
ExifData
*)
void
exif-data_8h.html#a18
exif_data_fix
(
struct__ExifData.html
ExifData
*)
void
exif-data_8h.html#a19
exif_data_foreach_content
(
struct__ExifData.html
ExifData
*data,
exif-data_8h.html#a3
ExifDataForeachContentFunc
func, void *user_data)
const char *
exif-data_8h.html#a20
exif_data_option_get_name
(
exif-data_8h.html#a28
ExifDataOption
)
const char *
exif-data_8h.html#a21
exif_data_option_get_description
(
exif-data_8h.html#a28
ExifDataOption
)
void
exif-data_8h.html#a22
exif_data_set_option
(
struct__ExifData.html
ExifData
*,
exif-data_8h.html#a28
ExifDataOption
)
void
exif-data_8h.html#a23
exif_data_unset_option
(
struct__ExifData.html
ExifData
*,
exif-data_8h.html#a28
ExifDataOption
)
void
exif-data_8h.html#a24
exif_data_set_data_type
(
struct__ExifData.html
ExifData
*,
exif-data-type_8h.html#a5
ExifDataType
)
exif-data-type_8h.html#a5
ExifDataType
exif-data_8h.html#a25
exif_data_get_data_type
(
struct__ExifData.html
ExifData
*)
void
exif-data_8h.html#a26
exif_data_dump
(
struct__ExifData.html
ExifData
*data)
void
exif-data_8h.html#a27
exif_data_log
(
struct__ExifData.html
ExifData
*data,
struct__ExifLog.html
ExifLog
*log)
Detailed Description
FIXME foo bar blah.
Author:
Lutz M?ller <
mailto:lutz@users.sourceforge.net
lutz@users.sourceforge.net
>
Date:
2001-2005
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Definition in file
exif-data_8h-source.html
exif-data.h
.
Define Documentation
#define exif_data_get_entry
(
d,
t
)
Value:
(
exif-content_8c.html#a8
exif_content_get_entry
(d->ifd[
exif-ifd_8h.html#a7a0
EXIF_IFD_0
],t) ?                 \
exif-content_8c.html#a8
exif_content_get_entry
(d->ifd[
exif-ifd_8h.html#a7a0
EXIF_IFD_0
],t) :                 \
exif-content_8c.html#a8
exif_content_get_entry
(d->
exif-ifd_8c.html#a0
ifd
[
exif-ifd_8h.html#a7a1
EXIF_IFD_1
],t) ?                 \
exif-content_8c.html#a8
exif_content_get_entry
(d->
exif-ifd_8c.html#a0
ifd
[
exif-ifd_8h.html#a7a1
EXIF_IFD_1
],t) :                 \
exif-content_8c.html#a8
exif_content_get_entry
(d->
exif-ifd_8c.html#a0
ifd
[
exif-ifd_8h.html#a7a2
EXIF_IFD_EXIF
],t) ?              \
exif-content_8c.html#a8
exif_content_get_entry
(d->
exif-ifd_8c.html#a0
ifd
[
exif-ifd_8h.html#a7a2
EXIF_IFD_EXIF
],t) :              \
exif-content_8c.html#a8
exif_content_get_entry
(d->
exif-ifd_8c.html#a0
ifd
[
exif-ifd_8h.html#a7a3
EXIF_IFD_GPS
],t) ?               \
exif-content_8c.html#a8
exif_content_get_entry
(d->
exif-ifd_8c.html#a0
ifd
[
exif-ifd_8h.html#a7a3
EXIF_IFD_GPS
],t) :               \
exif-content_8c.html#a8
exif_content_get_entry
(d->
exif-ifd_8c.html#a0
ifd
[
exif-ifd_8h.html#a7a4
EXIF_IFD_INTEROPERABILITY
],t) ?  \
exif-content_8c.html#a8
exif_content_get_entry
(d->
exif-ifd_8c.html#a0
ifd
[
exif-ifd_8h.html#a7a4
EXIF_IFD_INTEROPERABILITY
],t) : NULL)
Definition at line
exif-data_8h-source.html#l00103
103
of file
exif-data_8h-source.html
exif-data.h
.
Referenced by
exif-data_8c-source.html#l00640
exif_data_get_type_maker_note()
.
Typedef Documentation
typedef struct
struct__ExifData.html
_ExifData
struct__ExifData.html
ExifData
Definition at line
exif-data_8h-source.html#l00036
36
of file
exif-data_8h-source.html
exif-data.h
.
typedef void(*
exif-data_8h.html#a3
ExifDataForeachContentFunc
)(
struct__ExifContent.html
ExifContent
*, void *user_data)
Definition at line
exif-data_8h-source.html#l00080
80
of file
exif-data_8h-source.html
exif-data.h
.
typedef struct
struct__ExifDataPrivate.html
_ExifDataPrivate
struct__ExifDataPrivate.html
ExifDataPrivate
Definition at line
exif-data_8h-source.html#l00037
37
of file
exif-data_8h-source.html
exif-data.h
.
Enumeration Type Documentation
enum
exif-data_8h.html#a28
ExifDataOption
Enumerator:
EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS
EXIF_DATA_OPTION_FOLLOW_SPECIFICATION
Definition at line
exif-data_8h-source.html#l00085
85
of file
exif-data_8h-source.html
exif-data.h
.
Function Documentation
void exif_data_dump
(
struct__ExifData.html
ExifData
*
data
)
Definition at line
exif-data_8c-source.html#l00963
963
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-content_8h-source.html#l00040
_ExifContent::count
,
exif-data_8h-source.html#l00047
_ExifData::data
,
exif-content_8c-source.html#l00113
exif_content_dump()
,
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
,
exif-ifd_8c-source.html#l00040
exif_ifd_get_name()
,
exif-data_8h-source.html#l00045
_ExifData::ifd
, and
exif-data_8h-source.html#l00048
_ExifData::size
.
void exif_data_fix
(
struct__ExifData.html
ExifData
*
)
Definition at line
exif-data_8c-source.html#l01142
1142
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00999
exif_data_foreach_content()
, and
exif-content_8c-source.html#l00228
fix_func()
.
Referenced by
exif-data_8c-source.html#l00680
exif_data_load_data()
.
void exif_data_foreach_content
(
struct__ExifData.html
ExifData
*
data
,
exif-data_8h.html#a3
ExifDataForeachContentFunc
func
,
void *
user_data
)
Definition at line
exif-data_8c-source.html#l00999
999
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
, and
exif-data_8h-source.html#l00045
_ExifData::ifd
.
Referenced by
exif-data_8c-source.html#l01142
exif_data_fix()
, and
exif-data_8c-source.html#l01034
exif_data_set_byte_order()
.
void exif_data_free
(
struct__ExifData.html
ExifData
*
data
)
Definition at line
exif-data_8c-source.html#l00927
927
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8h-source.html#l00047
_ExifData::data
,
exif-content_8c-source.html#l00084
exif_content_unref()
,
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
,
exif-log_8c-source.html#l00104
exif_log_unref()
,
exif-mem_8c-source.html#l00065
exif_mem_free()
,
exif-mem_8c-source.html#l00057
exif_mem_unref()
,
exif-mnote-data_8c-source.html#l00071
exif_mnote_data_unref()
,
exif-data_8h-source.html#l00045
_ExifData::ifd
,
exif-data_8c-source.html#l00062
_ExifDataPrivate::log
,
exif-data_8c-source.html#l00060
_ExifDataPrivate::md
,
exif-data_8c-source.html#l00063
_ExifDataPrivate::mem
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
Referenced by
exif-data_8c-source.html#l00106
exif_data_new_mem()
, and
exif-data_8c-source.html#l00918
exif_data_unref()
.
exif-byte-order_8h.html#a3
ExifByteOrder
exif_data_get_byte_order
(
struct__ExifData.html
ExifData
*
data
)
Definition at line
exif-data_8c-source.html#l00990
990
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00058
_ExifDataPrivate::order
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
Referenced by
exif-entry_8c-source.html#l00156
exif_entry_fix()
,
exif-entry_8c-source.html#l00535
exif_entry_get_value()
, and
exif-entry_8c-source.html#l01068
exif_entry_initialize()
.
exif-data-type_8h.html#a5
ExifDataType
exif_data_get_data_type
(
struct__ExifData.html
ExifData
*
)
Definition at line
exif-data_8c-source.html#l01156
1156
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00071
_ExifDataPrivate::data_type
,
exif-data-type_8h.html#a5a4
EXIF_DATA_TYPE_COUNT
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
Referenced by
exif-content_8c-source.html#l00234
exif_content_fix()
.
struct__ExifMnoteData.html
ExifMnoteData
* exif_data_get_mnote_data
(
struct__ExifData.html
ExifData
*
)
Definition at line
exif-data_8c-source.html#l00089
89
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00060
_ExifDataPrivate::md
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
void exif_data_load_data
(
struct__ExifData.html
ExifData
*
data
,
const unsigned char *
d
,
unsigned int
size
)
Definition at line
exif-data_8c-source.html#l00680
680
of file
exif-data_8c-source.html
exif-data.c
.
References
i18n_8h-source.html#l00047
_
,
exif-byte-order_8h.html#a3a1
EXIF_BYTE_ORDER_INTEL
,
exif-byte-order_8h.html#a3a0
EXIF_BYTE_ORDER_MOTOROLA
,
exif-data_8c-source.html#l01142
exif_data_fix()
,
exif-data_8c-source.html#l00640
exif_data_get_type_maker_note()
,
exif-data_8c-source.html#l00304
exif_data_load_data_content()
,
exif-data_8h.html#a28a5
EXIF_DATA_OPTION_FOLLOW_SPECIFICATION
,
exif-data_8c.html#a52a13
EXIF_DATA_TYPE_MAKER_NOTE_CANON
,
exif-data_8c.html#a52a14
EXIF_DATA_TYPE_MAKER_NOTE_OLYMPUS
,
exif-data_8c.html#a52a15
EXIF_DATA_TYPE_MAKER_NOTE_PENTAX
,
exif-utils_8c-source.html#l00165
exif_get_long()
,
exif-utils_8c-source.html#l00102
exif_get_short()
,
exif-ifd_8h.html#a7a0
EXIF_IFD_0
,
exif-ifd_8h.html#a7a1
EXIF_IFD_1
,
exif-log_8c-source.html#l00131
exif_log()
,
exif-log_8h.html#a17a6
EXIF_LOG_CODE_CORRUPT_DATA
,
exif-log_8h.html#a17a4
EXIF_LOG_CODE_DEBUG
,
exif-mnote-data-canon_8c-source.html#l00288
exif_mnote_data_canon_new()
,
exif-mnote-data_8c-source.html#l00080
exif_mnote_data_load()
,
exif-mnote-data_8c-source.html#l00152
exif_mnote_data_log()
,
exif-mnote-data-olympus_8c-source.html#l00393
exif_mnote_data_olympus_new()
,
exif-mnote-data-pentax_8c-source.html#l00185
exif_mnote_data_pentax_new()
,
exif-mnote-data_8c-source.html#l00096
exif_mnote_data_set_byte_order()
,
exif-mnote-data_8c-source.html#l00103
exif_mnote_data_set_offset()
,
exif-data_8c-source.html#l00054
ExifHeader
,
exif-data_8c-source.html#l00050
JPEG_MARKER_APP0
,
exif-data_8c-source.html#l00052
JPEG_MARKER_APP1
,
exif-data_8c-source.html#l00048
JPEG_MARKER_SOI
,
exif-data_8c-source.html#l00062
_ExifDataPrivate::log
,
exif-data_8c-source.html#l00675
LOG_TOO_SMALL
,
exif-data_8c-source.html#l00058
_ExifDataPrivate::order
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
Referenced by
exif-data_8c-source.html#l00145
exif_data_new_from_data()
, and
exif-loader_8c-source.html#l00349
exif_loader_get_data()
.
void exif_data_log
(
struct__ExifData.html
ExifData
*
data
,
struct__ExifLog.html
ExifLog
*
log
)
Definition at line
exif-data_8c-source.html#l01050
1050
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-content_8c-source.html#l00203
exif_content_log()
,
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
,
exif-log_8c-source.html#l00097
exif_log_ref()
,
exif-log_8c-source.html#l00104
exif_log_unref()
,
exif-data_8h-source.html#l00045
_ExifData::ifd
,
exif-data_8c-source.html#l00062
_ExifDataPrivate::log
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
Referenced by
exif-loader_8c-source.html#l00349
exif_loader_get_data()
.
struct__ExifData.html
ExifData
* exif_data_new
(
void
)
Definition at line
exif-data_8c-source.html#l00095
95
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00106
exif_data_new_mem()
,
exif-mem_8c-source.html#l00091
exif_mem_new_default()
, and
exif-mem_8c-source.html#l00057
exif_mem_unref()
.
Referenced by
exif-data_8c-source.html#l00145
exif_data_new_from_data()
.
struct__ExifData.html
ExifData
* exif_data_new_from_data
(
const unsigned char *
data
,
unsigned int
size
)
Definition at line
exif-data_8c-source.html#l00145
145
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00680
exif_data_load_data()
, and
exif-data_8c-source.html#l00095
exif_data_new()
.
struct__ExifData.html
ExifData
* exif_data_new_from_file
(
const char *
path
)
load exif data from file
Parameters:
[in]
path
filename including path
Foo bar blah bleh baz.
Definition at line
exif-data_8c-source.html#l00895
895
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-loader_8c-source.html#l00349
exif_loader_get_data()
,
exif-loader_8c-source.html#l00282
exif_loader_new()
,
exif-loader_8c-source.html#l00329
exif_loader_unref()
, and
exif-loader_8c-source.html#l00096
exif_loader_write_file()
.
struct__ExifData.html
ExifData
* exif_data_new_mem
(
struct__ExifMem.html
ExifMem
*
)
Definition at line
exif-data_8c-source.html#l00106
106
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-content_8c-source.html#l00053
exif_content_new_mem()
,
exif-data_8c-source.html#l00927
exif_data_free()
,
exif-data_8h.html#a28a5
EXIF_DATA_OPTION_FOLLOW_SPECIFICATION
,
exif-data_8h.html#a28a4
EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS
,
exif-data_8c-source.html#l01148
exif_data_set_data_type()
,
exif-data_8c-source.html#l01106
exif_data_set_option()
,
exif-data-type_8h.html#a5a4
EXIF_DATA_TYPE_COUNT
,
exif-ifd_8h.html#a7a5
EXIF_IFD_COUNT
,
exif-mem_8c-source.html#l00075
exif_mem_alloc()
,
exif-mem_8c-source.html#l00065
exif_mem_free()
,
exif-mem_8c-source.html#l00050
exif_mem_ref()
,
exif-data_8h-source.html#l00045
_ExifData::ifd
,
exif-data_8c-source.html#l00063
_ExifDataPrivate::mem
,
exif-content_8h-source.html#l00043
_ExifContent::parent
,
exif-data_8h-source.html#l00050
_ExifData::priv
, and
exif-data_8c-source.html#l00065
_ExifDataPrivate::ref_count
.
Referenced by
exif-data_8c-source.html#l00095
exif_data_new()
, and
exif-loader_8c-source.html#l00349
exif_loader_get_data()
.
const char* exif_data_option_get_description
(
exif-data_8h.html#a28
ExifDataOption
)
Definition at line
exif-data_8c-source.html#l01096
1096
of file
exif-data_8c-source.html
exif-data.c
.
References
i18n_8h-source.html#l00047
_
,
mnote-canon-tag_8c-source.html#l00032
description
,
exif-data_8c.html#a11
exif_data_option
, and
exif-data_8c-source.html#l01073
option
.
const char* exif_data_option_get_name
(
exif-data_8h.html#a28
ExifDataOption
)
Definition at line
exif-data_8c-source.html#l01086
1086
of file
exif-data_8c-source.html
exif-data.c
.
References
i18n_8h-source.html#l00047
_
,
exif-data_8c.html#a11
exif_data_option
,
mnote-canon-entry_8c-source.html#l00072
name
, and
exif-data_8c-source.html#l01073
option
.
void exif_data_ref
(
struct__ExifData.html
ExifData
*
data
)
Definition at line
exif-data_8c-source.html#l00909
909
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8h-source.html#l00050
_ExifData::priv
, and
exif-data_8c-source.html#l00065
_ExifDataPrivate::ref_count
.
void exif_data_save_data
(
struct__ExifData.html
ExifData
*
data
,
unsigned char **
d
,
unsigned int *
size
)
Definition at line
exif-data_8c-source.html#l00856
856
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-byte-order_8h.html#a3a1
EXIF_BYTE_ORDER_INTEL
,
exif-data_8c-source.html#l00075
exif_data_alloc()
,
exif-data_8c-source.html#l00435
exif_data_save_data_content()
,
exif-ifd_8h.html#a7a0
EXIF_IFD_0
,
exif-log_8c-source.html#l00131
exif_log()
,
exif-log_8h.html#a17a4
EXIF_LOG_CODE_DEBUG
,
exif-utils_8c-source.html#l00171
exif_set_long()
,
exif-utils_8c-source.html#l00124
exif_set_short()
,
exif-data_8c-source.html#l00054
ExifHeader
,
exif-data_8h-source.html#l00045
_ExifData::ifd
,
exif-data_8c-source.html#l00062
_ExifDataPrivate::log
,
exif-data_8c-source.html#l00058
_ExifDataPrivate::order
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
void exif_data_set_byte_order
(
struct__ExifData.html
ExifData
*
data
,
exif-byte-order_8h.html#a3
ExifByteOrder
order
)
Definition at line
exif-data_8c-source.html#l01034
1034
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l01028
content_set_byte_order()
,
exif-data_8c-source.html#l00999
exif_data_foreach_content()
,
exif-mnote-data_8c-source.html#l00096
exif_mnote_data_set_byte_order()
,
exif-data_8c-source.html#l00060
_ExifDataPrivate::md
,
exif-data_8c-source.html#l01013
_ByteOrderChangeData::new
,
exif-data_8c-source.html#l01013
_ByteOrderChangeData::old
,
exif-data_8c-source.html#l00058
_ExifDataPrivate::order
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
void exif_data_set_data_type
(
struct__ExifData.html
ExifData
*
,
exif-data-type_8h.html#a5
ExifDataType
)
Definition at line
exif-data_8c-source.html#l01148
1148
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00071
_ExifDataPrivate::data_type
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
Referenced by
exif-data_8c-source.html#l00106
exif_data_new_mem()
.
void exif_data_set_option
(
struct__ExifData.html
ExifData
*
,
exif-data_8h.html#a28
ExifDataOption
)
Definition at line
exif-data_8c-source.html#l01106
1106
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00070
_ExifDataPrivate::options
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
Referenced by
exif-data_8c-source.html#l00106
exif_data_new_mem()
.
void exif_data_unref
(
struct__ExifData.html
ExifData
*
data
)
Definition at line
exif-data_8c-source.html#l00918
918
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00927
exif_data_free()
,
exif-data_8h-source.html#l00050
_ExifData::priv
, and
exif-data_8c-source.html#l00065
_ExifDataPrivate::ref_count
.
void exif_data_unset_option
(
struct__ExifData.html
ExifData
*
,
exif-data_8h.html#a28
ExifDataOption
)
Definition at line
exif-data_8c-source.html#l01114
1114
of file
exif-data_8c-source.html
exif-data.c
.
References
exif-data_8c-source.html#l00070
_ExifDataPrivate::options
, and
exif-data_8h-source.html#l00050
_ExifData::priv
.
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
