aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/view.h b/view.h
index 670c41c..0acbecc 100644
--- a/view.h
+++ b/view.h
@@ -143,8 +143,8 @@ void view_selections_dispose_all(View*);
* @defgroup view_navigate
* @{
*/
-Cursor *view_cursors_primary_get(View*);
-void view_cursors_primary_set(Cursor*);
+Cursor *view_selections_primary_get(View*);
+void view_selections_primary_set(Cursor*);
/** Get first selection. */
Cursor *view_cursors(View*);
/** Get immediate predecessor of selection. */