comparison src/view_dir_list.h @ 383:499d7ba62261

Move some dnd common code from view_dir_list.c and view_dir_tree.c to view_dir.c.
author zas_
date Wed, 16 Apr 2008 16:05:12 +0000
parents 5afe77bb563a
children 392dd6541d51
comparison
equal deleted inserted replaced
382:eceeced4cbb9 383:499d7ba62261
17 17
18 gint vdlist_set_path(ViewDir *vdl, const gchar *path); 18 gint vdlist_set_path(ViewDir *vdl, const gchar *path);
19 void vdlist_refresh(ViewDir *vdl); 19 void vdlist_refresh(ViewDir *vdl);
20 20
21 const gchar *vdlist_row_get_path(ViewDir *vdl, gint row); 21 const gchar *vdlist_row_get_path(ViewDir *vdl, gint row);
22 gint vdlist_find_row(ViewDir *vd, FileData *fd, GtkTreeIter *iter);
22 23
23 24
24 #endif 25 #endif
25 26
26 27