gnome-commander r2409 - in branches/gcmd-1-3: . src



Author: epiotr
Date: Fri Jan  9 22:16:42 2009
New Revision: 2409
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2409&view=rev

Log:
Added gnome_cmd_file_get_parent_dir (GnomeCmdFile *f) function

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/gnome-cmd-file.cc
   branches/gcmd-1-3/src/gnome-cmd-file.h

Modified: branches/gcmd-1-3/src/gnome-cmd-file.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file.cc	Fri Jan  9 22:16:42 2009
@@ -991,6 +991,12 @@
 }
 
 
+GnomeCmdDir *gnome_cmd_file_get_parent_dir (GnomeCmdFile *f)
+{
+    return get_parent_dir (f);
+}
+
+
 inline gulong tv2ms (const GTimeVal &t)
 {
     return t.tv_sec*1000 + t.tv_usec/1000;

Modified: branches/gcmd-1-3/src/gnome-cmd-file.h
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file.h	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file.h	Fri Jan  9 22:16:42 2009
@@ -127,6 +127,8 @@
 void gnome_cmd_file_list_ref (GList *files);
 void gnome_cmd_file_list_unref (GList *files);
 
+GnomeCmdDir *gnome_cmd_file_get_parent_dir (GnomeCmdFile *f);
+
 void gnome_cmd_file_update_info (GnomeCmdFile *f, GnomeVFSFileInfo *info);
 gboolean gnome_cmd_file_is_local (GnomeCmdFile *f);
 gboolean gnome_cmd_file_is_executable (GnomeCmdFile *f);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]