summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbufferdisplay.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-14 22:14:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-14 22:14:50 (GMT)
commitb806230a94be8d3cefb79d7756c95660033596b2 (patch)
tree16f1db10a2c025a3f556a0c9e1b30e8d45062915 /src/gtkext/gtkbufferdisplay.h
parent24d47dfce830d44fd435805124f1727f24baf24b (diff)
Typo.
Diffstat (limited to 'src/gtkext/gtkbufferdisplay.h')
-rw-r--r--src/gtkext/gtkbufferdisplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/gtkbufferdisplay.h b/src/gtkext/gtkbufferdisplay.h
index 637c75c..2aec5a8 100644
--- a/src/gtkext/gtkbufferdisplay.h
+++ b/src/gtkext/gtkbufferdisplay.h
@@ -60,7 +60,7 @@ GBufferView *gtk_buffer_display_get_view(const GtkBufferDisplay *);
/* Détermine si une position est comprise dans l'affichage. */
-bool gtk_buffer_display_contains_cursor(const GtkBufferDisplay *, const GLineCursor *);
+bool gtk_buffer_display_contain_cursor(const GtkBufferDisplay *, const GLineCursor *);
/* Déplace le curseur à un emplacement en extrémité. */
bool gtk_buffer_display_move_caret_to(GtkBufferDisplay *, bool, gint *);