  
    
main.htmlMain Page     
classes.htmlData Structures     
files.htmlFiles     
dirs.htmlDirectories   
  
    
files.htmlFile List     
globals.htmlGlobals   
dir_3c4fde49625df9344590fff295c7c38d.htmllibexif exif-mnote-data-priv.h
exif-mnote-data-priv_8h.htmlGo to the documentation of this file. 00001 /* exif-mnote-data-priv.h 00002  * 00003  * Copyright © 2003 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 __EXIF_MNOTE_DATA_PRIV_H__ 00022 #define __EXIF_MNOTE_DATA_PRIV_H__ 00023 00024 #ifdef __cplusplus 00025 extern "C" {
00026 #endif /* __cplusplus */ 00027 
00028 #include < exif-mnote-data_8h.htmllibexif/exif-mnote-data.h > 00029 #include < exif-byte-order_8h.htmllibexif/exif-byte-order.h > 00030 #include < exif-log_8h.htmllibexif/exif-log.h > 00031 
exif-mnote-data-priv_8h.html#a8881c6ba141038a72fead6512e99e7d00032  typedef struct struct__ExifMnoteDataMethods.html_ExifMnoteDataMethods  exif-mnote-data-priv_8h.html#a8881c6ba141038a72fead6512e99e7dExifMnoteDataMethods ;
struct__ExifMnoteDataMethods.html00033  struct struct__ExifMnoteDataMethods.html_ExifMnoteDataMethods  {
00034 
00035         /* Live cycle */ 00036         void (* struct__ExifMnoteDataMethods.html#a63698879f7a67e6b17c112b1bd5bad8free ) ( struct__ExifMnoteData.htmlExifMnoteData  *);
00037 
00038         /* Modification */ 00039         void (* struct__ExifMnoteDataMethods.html#885058f650d7e6dfbac29f391f1c3be1save ) ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned char **, unsigned int *);
00040         void (* struct__ExifMnoteDataMethods.html#351860e435018eb6f20a1a80cc848058load ) ( struct__ExifMnoteData.htmlExifMnoteData  *, const unsigned char *, unsigned int);
00041         void (* struct__ExifMnoteDataMethods.html#bb617ca9aecebc6a4bdea49aec2bc8b0set_offset )     ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00042         void (* struct__ExifMnoteDataMethods.html#2e6037a3070fa6b0f2a66b16c5ce70aeset_byte_order ) ( struct__ExifMnoteData.htmlExifMnoteData  *, exif-byte-order_8h.html#f966227d69ff74eea7ecd69ca645155bExifByteOrder );
00043 
00044         /* Query */ 00045         unsigned int (* struct__ExifMnoteDataMethods.html#aad86617351c2ee737b392f94040cccbcount )           ( struct__ExifMnoteData.htmlExifMnoteData  *);
00046         unsigned int (* struct__ExifMnoteDataMethods.html#453d479929b42b3db130e4853ca1f0c5get_id )          ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00047         const char * (* get_name)        ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00048         const char * (* get_title)       ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00049         const char * (* get_description) ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00050         char * (* get_value)             ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int, char *val, unsigned int maxlen);
00051 };
00052 
exif-mnote-data-priv_8h.html#1000347777e01209875228b0c5502eb800053  typedef struct struct__ExifMnoteDataPriv.html_ExifMnoteDataPriv  exif-mnote-data-priv_8h.html#1000347777e01209875228b0c5502eb8ExifMnoteDataPriv ;
00054 
struct__ExifMnoteData.html00055  struct struct__ExifMnoteData.html_ExifMnoteData  
00056 {
struct__ExifMnoteData.html#2ae504353208ea00d72906607df65cd100057          exif-mnote-data-priv_8h.html#1000347777e01209875228b0c5502eb8ExifMnoteDataPriv  * struct__ExifMnoteData.html#2ae504353208ea00d72906607df65cd1priv ;
00058 
struct__ExifMnoteData.html#431955e099ce8f160de45644f2bddaeb00059          exif-mnote-data-priv_8h.html#a8881c6ba141038a72fead6512e99e7dExifMnoteDataMethods  struct__ExifMnoteData.html#431955e099ce8f160de45644f2bddaebmethods ;
00060 
00061         /* Logging */ struct__ExifMnoteData.html#cc3a8f10ea19d9f5b91a695d0c788d1c00062          struct__ExifLog.htmlExifLog  * struct__ExifMnoteData.html#cc3a8f10ea19d9f5b91a695d0c788d1clog ;
00063 
00064         /* Memory management */ struct__ExifMnoteData.html#f4e3979d486789a2005b01100bc48c4b00065          struct__ExifMem.htmlExifMem  * struct__ExifMnoteData.html#f4e3979d486789a2005b01100bc48c4bmem ;
00066 };
00067 
00068 void exif-mnote-data-priv_8h.html#06db5604f65a97b1c5ea3fcc4bfec7dcexif_mnote_data_construct       ( struct__ExifMnoteData.htmlExifMnoteData  *, struct__ExifMem.htmlExifMem  *mem);
00069 void exif-mnote-data-priv_8h.html#1b67aad2ff49340ac3f0f15b3a726ce3exif_mnote_data_set_byte_order  ( struct__ExifMnoteData.htmlExifMnoteData  *, exif-byte-order_8h.html#f966227d69ff74eea7ecd69ca645155bExifByteOrder );
00070 void exif-mnote-data-priv_8h.html#17548c880619140855af60b037a8c730exif_mnote_data_set_offset      ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00071 
00072 #ifdef __cplusplus 00073 }
00074 #endif /* __cplusplus */ 00075 
00076 #endif /* __EXIF_MNOTE_PRIV_H__ */ Generated on Sun Apr 23 02:19:18 2006 for EXIF library (libexif) Internals by 
http://www.doxygen.org/index.htmldoxygen  1.4.6 