Yasumichi Akahoshi
yasum****@users*****
2005年 9月 1日 (木) 00:50:11 JST
Index: libcxp/include/cxp-utils.h diff -u libcxp/include/cxp-utils.h:1.10 libcxp/include/cxp-utils.h:1.11 --- libcxp/include/cxp-utils.h:1.10 Thu Aug 11 00:05:12 2005 +++ libcxp/include/cxp-utils.h Thu Sep 1 00:50:11 2005 @@ -1,4 +1,4 @@ -/* $Id: cxp-utils.h,v 1.10 2005/08/10 15:05:12 yasumichi Exp $ */ +/* $Id: cxp-utils.h,v 1.11 2005/08/31 15:50:11 yasumichi Exp $ */ /** * \if japanese * @file @@ -6,7 +6,7 @@ * * @author 赤星 柔充 * @date Fri Jan 21 2005 - * $Revision: 1.10 $ + * $Revision: 1.11 $ * \endif * \if english * @file @@ -14,7 +14,7 @@ * * @author Yasumichi Akahoshi * @date Fri Jan 21 2005 - * $Revision: 1.10 $ + * $Revision: 1.11 $ * \endif */ @@ -58,6 +58,8 @@ gboolean cxp_remove_file (const gchar *fullpath); gchar* cxp_utils_make_unique_key (void); gchar* cxp_get_mime_type_for_file (const gchar* fullpath); +gchar* cxp_get_mime_comment (const gchar *mimetype); +void cxp_cleanup (void); #ifdef __cplusplus }