Yasumichi Akahoshi
yasum****@users*****
2005年 4月 22日 (金) 23:17:45 JST
Index: libcxp/include/cxp-profile.h diff -u libcxp/include/cxp-profile.h:1.6 libcxp/include/cxp-profile.h:1.7 --- libcxp/include/cxp-profile.h:1.6 Sun Apr 17 00:15:19 2005 +++ libcxp/include/cxp-profile.h Fri Apr 22 23:17:45 2005 @@ -1,4 +1,4 @@ -/* $Id: cxp-profile.h,v 1.6 2005/04/16 15:15:19 yasumichi Exp $ */ +/* $Id: cxp-profile.h,v 1.7 2005/04/22 14:17:45 yasumichi Exp $ */ /** * \if japanese * @file @@ -8,7 +8,7 @@ * ファイル ~/.cxp/アプリケーション名/セクション名 に保存されます。 * @author 赤星 柔充 * @date Fri Jan 21 2005 - * $Revision: 1.6 $ + * $Revision: 1.7 $ * \endif * \if english * @file @@ -18,7 +18,7 @@ * set value are done. * @author Yasumichi Akahoshi * @date Fri Jan 21 16:34:46 2005 - * $Revision: 1.6 $ + * $Revision: 1.7 $ * \endif */ @@ -153,6 +153,7 @@ gint value); void cxp_profile_set_string (CxpProfile * profile, const gchar * key, const gchar * value); + GHashTable *cxp_profile_get_hash_table (CxpProfile *profile); #ifdef __cplusplus } #endif