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
&raquo
dir_000001.html
canon
mnote-canon-tag.h
mnote-canon-tag_8h.html
Go to the documentation of this file.
00001
/* mnote-canon-tag.h
00002
*
00003
* Copyright ? 2002 Lutz M?ller <lutz@users.sourceforge.net>
00004
*
00005
* This library is free software; you can redistribute it and/or
00006
* modify it under the terms of the GNU Lesser General Public
00007
* License as published by the Free Software Foundation; either
00008
* version 2 of the License, or (at your option) any later version.
00009
*
00010
* This library is distributed in the hope that it will be useful,
00011
* but WITHOUT ANY WARRANTY; without even the implied warranty of
00012
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013
* Lesser General Public License for more details.
00014
*
00015
* You should have received a copy of the GNU Lesser General Public
00016
* License along with this library; if not, write to the
00017
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
00018
* Boston, MA 02111-1307, USA.
00019
*/
00020
00021
#ifndef __MNOTE_CANON_TAG_H__
00022
#define __MNOTE_CANON_TAG_H__
00023
00024
#ifdef __cplusplus
00025
extern
"C"
{
00026
#endif
/* __cplusplus */
00027
mnote-canon-tag_8h.html#a18
00028
enum
mnote-canon-tag_8h.html#a18
_MnoteCanonTag
{
00029
mnote-canon-tag_8h.html#a18a1
MNOTE_CANON_TAG_UNKNOWN_0
= 0x0,
00030
mnote-canon-tag_8h.html#a18a2
MNOTE_CANON_TAG_SETTINGS_1
= 0x1,
00031
mnote-canon-tag_8h.html#a18a3
MNOTE_CANON_TAG_UNKNOWN_3
= 0x3,
00032
mnote-canon-tag_8h.html#a18a4
MNOTE_CANON_TAG_SETTINGS_2
= 0x4,
00033
mnote-canon-tag_8h.html#a18a5
MNOTE_CANON_TAG_IMAGE_TYPE
= 0x6,
00034
mnote-canon-tag_8h.html#a18a6
MNOTE_CANON_TAG_FIRMWARE
= 0x7,
00035
mnote-canon-tag_8h.html#a18a7
MNOTE_CANON_TAG_IMAGE_NUMBER
= 0x8,
00036
mnote-canon-tag_8h.html#a18a8
MNOTE_CANON_TAG_OWNER
= 0x9,
00037
mnote-canon-tag_8h.html#a18a9
MNOTE_CANON_TAG_UNKNOWN_10
= 0xa,
00038
mnote-canon-tag_8h.html#a18a10
MNOTE_CANON_TAG_SERIAL_NUMBER
= 0xc,
00039
mnote-canon-tag_8h.html#a18a11
MNOTE_CANON_TAG_UNKNOWN_13
= 0xd,
00040
mnote-canon-tag_8h.html#a18a12
MNOTE_CANON_TAG_CUSTOM_FUNCS
= 0xf
00041 };
mnote-canon-tag_8h.html#a0
00042
typedef
enum
mnote-canon-tag_8h.html#a18
_MnoteCanonTag
mnote-canon-tag_8h.html#a0
MnoteCanonTag
;
00043
00044
const
char
*
mnote-canon-tag_8c.html#a7
mnote_canon_tag_get_name
(MnoteCanonTag);
00045
const
char
*
mnote-canon-tag_8c.html#a8
mnote_canon_tag_get_name_sub
(MnoteCanonTag,
unsigned
int
);
00046
const
char
*
mnote-canon-tag_8c.html#a9
mnote_canon_tag_get_title
(MnoteCanonTag);
00047
const
char
*
mnote-canon-tag_8c.html#a10
mnote_canon_tag_get_title_sub
(MnoteCanonTag,
unsigned
int
);
00048
const
char
*
mnote-canon-tag_8c.html#a11
mnote_canon_tag_get_description
(MnoteCanonTag);
00049
00050
#ifdef __cplusplus
00051
}
00052
#endif
/* __cplusplus */
00053
00054
#endif
/* __MNOTE_CANON_TAG_H__ */
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
