summaryrefslogtreecommitdiff
path: root/src/gridview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gridview.h')
-rw-r--r--src/gridview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gridview.h b/src/gridview.h
index 582ada8..f6a4ad2 100644
--- a/src/gridview.h
+++ b/src/gridview.h
@@ -34,6 +34,10 @@ void ggaze_grid_set_hide_trashed(GgazeGrid *p_grid, gboolean b_hide);
/* Rebuild the cells from the navigator (call after structural changes). */
void ggaze_grid_refresh(GgazeGrid *p_grid);
+/* Sync navigator.current to the flowbox's currently-selected cell, so leaving
+ * the grid (Enter / toggle-to-large) opens the highlighted image. */
+gboolean ggaze_grid_sync_current(GgazeGrid *p_grid);
+
/* Number of cells currently in the grid. */
guint ggaze_grid_get_count(GgazeGrid *p_grid);