Mercurial > geeqie
comparison src/layout.h @ 632:6e9413e92be5
Drop unused layout_list_get_path() and vf*_index_get_path().
author | zas_ |
---|---|
date | Sun, 11 May 2008 20:38:21 +0000 |
parents | 93c6dc4c537b |
children | a7289f9e8d29 |
comparison
equal
deleted
inserted
replaced
631:026f8f97361c | 632:6e9413e92be5 |
---|---|
37 void layout_status_update_image(LayoutWindow *lw); | 37 void layout_status_update_image(LayoutWindow *lw); |
38 void layout_status_update_all(LayoutWindow *lw); | 38 void layout_status_update_all(LayoutWindow *lw); |
39 | 39 |
40 GList *layout_list(LayoutWindow *lw); | 40 GList *layout_list(LayoutWindow *lw); |
41 gint layout_list_count(LayoutWindow *lw, gint64 *bytes); | 41 gint layout_list_count(LayoutWindow *lw, gint64 *bytes); |
42 const gchar *layout_list_get_path(LayoutWindow *lw, gint index); | |
43 FileData *layout_list_get_fd(LayoutWindow *lw, gint index); | 42 FileData *layout_list_get_fd(LayoutWindow *lw, gint index); |
44 gint layout_list_get_index(LayoutWindow *lw, const gchar *path); | 43 gint layout_list_get_index(LayoutWindow *lw, const gchar *path); |
45 void layout_list_sync_fd(LayoutWindow *lw, FileData *fd); | 44 void layout_list_sync_fd(LayoutWindow *lw, FileData *fd); |
46 | 45 |
47 GList *layout_selection_list(LayoutWindow *lw); | 46 GList *layout_selection_list(LayoutWindow *lw); |