[Cxplorer-cvs 01166] CVS update: cxplorer/src

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 5月 20日 (金) 23:56:40 JST


Index: cxplorer/src/cxp-dir-view.c
diff -u cxplorer/src/cxp-dir-view.c:1.20 cxplorer/src/cxp-dir-view.c:1.21
--- cxplorer/src/cxp-dir-view.c:1.20	Fri May 20 23:45:55 2005
+++ cxplorer/src/cxp-dir-view.c	Fri May 20 23:56:39 2005
@@ -1,4 +1,4 @@
-/* $Id: cxp-dir-view.c,v 1.20 2005/05/20 14:45:55 yasumichi Exp $ */
+/* $Id: cxp-dir-view.c,v 1.21 2005/05/20 14:56:39 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
@@ -645,6 +645,16 @@
 	return TRUE;
 }
 
+/**
+ * \if japanese
+ * ディレクトリツリーを再構築する
+ * @param instance 再構築したいCxpDirView
+ * \endif
+ * \if english
+ * The directory tree is restructured.
+ * @param instance CxpDirView that wants to restructure
+ * \endif
+ */
 void cxp_dir_view_refresh (CxpDirView * instance)
 {
 	CxpDirViewPrivate *priv = CXP_DIR_VIEW_GET_PRIVATE (instance);


Cxplorer-cvs メーリングリストの案内
Back to archive index