Main Page | Class List | File List | Class Members | File Members | Related Pages

gi_mime.h

Go to the documentation of this file.
00001 /* 00002 * $Id: gi_mime.h,v 1.1.2.2 2003/12/15 08:03:47 jasta Exp $ 00003 * 00004 * Copyright (C) 2003 giFT project (gift.sourceforge.net) 00005 * 00006 * This program is free software; you can redistribute it and/or modify it 00007 * under the terms of the GNU General Public License as published by the 00008 * Free Software Foundation; either version 2, or (at your option) any 00009 * later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, but 00012 * WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * General Public License for more details. 00015 */ 00016 00017 #ifndef __GI_MIME_H 00018 #define __GI_MIME_H 00019 00020 /*****************************************************************************/ 00021 00031 /*****************************************************************************/ 00032 00033 #include "gi_path.h" 00034 00035 /*****************************************************************************/ 00036 00037 EXTERN_C_BEGIN 00038 00039 /*****************************************************************************/ 00040 00052 LIBGIFT_EXPORT 00053 bool gi_mime_load (const char *mime_types, const char *mime_magic); 00054 00055 LIBGIFT_EXPORT 00056 void gi_mime_unload (void); 00057 00058 /*****************************************************************************/ 00059 00068 LIBGIFT_EXPORT 00069 char *gi_mime_get (GiPath *gipath); 00070 00076 LIBGIFT_EXPORT 00077 char *gi_mime_lookup (const char *mime); 00078 00079 /*****************************************************************************/ 00080 00081 EXTERN_C_END 00082 00083 /*****************************************************************************/ 00084 00085 #endif /* __GI_MIME_H */

Generated on Sun Aug 22 07:56:40 2004 by doxygen 1.3.7