mnote-canon-tag.h

Go to the documentation of this file.
00001 /* mnote-canon-tag.h
00002  *
00003  * Copyright (c) 2002 Lutz Mueller <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., 51 Franklin Street, Fifth Floor,
00018  * Boston, MA  02110-1301  USA.
00019  */
00020 
00021 #ifndef __MNOTE_CANON_TAG_H__
00022 #define __MNOTE_CANON_TAG_H__
00023 
00024 #include <libexif/exif-data.h>
00025 
00026 #ifdef __cplusplus
00027 extern "C" {
00028 #endif /* __cplusplus */
00029 
00030 enum _MnoteCanonTag {
00031         MNOTE_CANON_TAG_UNKNOWN_0       = 0x0,
00032         MNOTE_CANON_TAG_SETTINGS_1      = 0x1,
00033         MNOTE_CANON_TAG_FOCAL_LENGTH    = 0x2,
00034         MNOTE_CANON_TAG_UNKNOWN_3       = 0x3,
00035         MNOTE_CANON_TAG_SETTINGS_2      = 0x4,
00036         MNOTE_CANON_TAG_PANORAMA        = 0x5,
00037         MNOTE_CANON_TAG_IMAGE_TYPE      = 0x6,
00038         MNOTE_CANON_TAG_FIRMWARE        = 0x7,
00039         MNOTE_CANON_TAG_IMAGE_NUMBER    = 0x8,
00040         MNOTE_CANON_TAG_OWNER           = 0x9,
00041         MNOTE_CANON_TAG_UNKNOWN_10      = 0xa,
00042         MNOTE_CANON_TAG_SERIAL_NUMBER   = 0xc,
00043         MNOTE_CANON_TAG_UNKNOWN_13      = 0xd,
00044         MNOTE_CANON_TAG_CUSTOM_FUNCS    = 0xf,
00045         MNOTE_CANON_TAG_COLOR_INFORMATION = 0xa0
00046 };
00047 typedef enum _MnoteCanonTag MnoteCanonTag;
00048 
00049 const char *mnote_canon_tag_get_name        (MnoteCanonTag);
00050 const char *mnote_canon_tag_get_name_sub    (MnoteCanonTag, unsigned int, ExifDataOption);
00051 const char *mnote_canon_tag_get_title       (MnoteCanonTag);
00052 const char *mnote_canon_tag_get_title_sub   (MnoteCanonTag, unsigned int, ExifDataOption);
00053 const char *mnote_canon_tag_get_description (MnoteCanonTag);
00054 
00055 #ifdef __cplusplus
00056 }
00057 #endif /* __cplusplus */
00058 
00059 #endif /* __MNOTE_CANON_TAG_H__ */

SourceForge.net Logo Generated by doxygen