summaryrefslogtreecommitdiff
path: root/src/glibext/gcodebuffer.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-07-17 13:17:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-07-17 13:17:19 (GMT)
commitbd8c461d2dcdc14fd9b2969cc832c33792fd38cd (patch)
treeccc33b2a3422d8fcb076f80f5162163226c184d8 /src/glibext/gcodebuffer.h
parent7b2a41d975056cec78f89a6892619cccbfe389d7 (diff)
Restored the breakpoints in the GUI.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@173 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/glibext/gcodebuffer.h')
-rw-r--r--src/glibext/gcodebuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glibext/gcodebuffer.h b/src/glibext/gcodebuffer.h
index 9460530..49b954d 100644
--- a/src/glibext/gcodebuffer.h
+++ b/src/glibext/gcodebuffer.h
@@ -97,6 +97,9 @@ void g_buffer_view_define_extra_drawing(GBufferView *, buffer_line_draw_fc, void
/* Imprime la visualisation du tempon de code désassemblé. */
void g_buffer_view_draw(const GBufferView *, const GdkEventExpose *, GdkGC *, gint, gint);
+/* Fournit la ligne présente à une ordonnée donnée. */
+GBufferLine *g_buffer_view_find_line_at(GBufferView *, gint);
+
#endif /* _GLIBEXT_GCODEBUFFER_H */