Yasumichi Akahoshi
yasum****@users*****
2005年 5月 21日 (土) 01:54:29 JST
Index: cxplorer/src/cxp-dir-view.c diff -u cxplorer/src/cxp-dir-view.c:1.23 cxplorer/src/cxp-dir-view.c:1.24 --- cxplorer/src/cxp-dir-view.c:1.23 Sat May 21 01:51:03 2005 +++ cxplorer/src/cxp-dir-view.c Sat May 21 01:54:29 2005 @@ -1,4 +1,4 @@ -/* $Id: cxp-dir-view.c,v 1.23 2005/05/20 16:51:03 yasumichi Exp $ */ +/* $Id: cxp-dir-view.c,v 1.24 2005/05/20 16:54:29 yasumichi Exp $ */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -589,6 +589,16 @@ return GTK_WIDGET (object); } +/** + * \if japanese + * 現在選択中のノードに対応したディレクトリ名を得る + * @return 現在選択中のディレクトリ名 + * \endif + * \if english + * The directory name corresponding to the node selecting it now is obtained. + * @return Directory name selecting it now + * \endif + */ gchar *cxp_dir_view_get_current_directory (CxpDirView * instance) { CxpDirViewPrivate *priv = CXP_DIR_VIEW_GET_PRIVATE (instance);