Yasumichi Akahoshi
yasum****@users*****
2005年 9月 3日 (土) 02:24:56 JST
Index: libcxp/include/cxp-mime-manager.h diff -u libcxp/include/cxp-mime-manager.h:1.1 libcxp/include/cxp-mime-manager.h:1.2 --- libcxp/include/cxp-mime-manager.h:1.1 Wed Aug 31 23:15:22 2005 +++ libcxp/include/cxp-mime-manager.h Sat Sep 3 02:24:56 2005 @@ -52,6 +52,7 @@ GType cxp_mime_manager_get_type(); CxpMimeManager *cxp_mime_manager_new(); gchar *cxp_mime_manager_get_comment_from_mime (CxpMimeManager *manager, const gchar *mimetype); +GdkPixbuf* cxp_mime_manager_lookup_icon (CxpMimeManager *manager, const gchar *mimetype); G_END_DECLS Index: libcxp/include/cxp-utils.h diff -u libcxp/include/cxp-utils.h:1.11 libcxp/include/cxp-utils.h:1.12 --- libcxp/include/cxp-utils.h:1.11 Thu Sep 1 00:50:11 2005 +++ libcxp/include/cxp-utils.h Sat Sep 3 02:24:56 2005 @@ -1,4 +1,4 @@ -/* $Id: cxp-utils.h,v 1.11 2005/08/31 15:50:11 yasumichi Exp $ */ +/* $Id: cxp-utils.h,v 1.12 2005/09/02 17:24:56 yasumichi Exp $ */ /** * \if japanese * @file @@ -6,7 +6,7 @@ * * @author 赤星 柔充 * @date Fri Jan 21 2005 - * $Revision: 1.11 $ + * $Revision: 1.12 $ * \endif * \if english * @file @@ -14,7 +14,7 @@ * * @author Yasumichi Akahoshi * @date Fri Jan 21 2005 - * $Revision: 1.11 $ + * $Revision: 1.12 $ * \endif */ @@ -59,6 +59,7 @@ 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); +GdkPixbuf* cxp_lookup_icon_from_mime (const gchar *mimetype); void cxp_cleanup (void); #ifdef __cplusplus