aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ring.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-23 01:15:45 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-23 01:15:45 +0300
commitc2cdafdd5c92f8caa4701257ba91dd7915054fbe (patch)
treeb8e0d94a978583d92c85c6eb5083d088485e8698 /src/ring.h
parent63a314144a36691a57c2e82fe2f3da008c403aba (diff)
downloadsciteco-c2cdafdd5c92f8caa4701257ba91dd7915054fbe.tar.gz
if EX falis because of a dirty buffer, the buffer's id is now included in the error message
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ring.h b/src/ring.h
index 6114839..6466a69 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -67,7 +67,7 @@ teco_buffer_t *teco_ring_find_by_id(teco_int_t id);
teco_int_t : teco_ring_find_by_id)(X))
void teco_ring_dirtify(void);
-gboolean teco_ring_is_any_dirty(void);
+guint teco_ring_get_first_dirty(void);
gboolean teco_ring_save_all_dirty_buffers(GError **error);
gboolean teco_ring_edit_by_name(const gchar *filename, GError **error);