aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:07:48 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:42 +0200
commitdc9f1cd879069889e6e3ef2fc6acc35250fe5423 (patch)
treef664c7f837b0e62c176dc849481789376b7ea03a /view.h
parente7717eb977142b6cb3b05e04c8623d39b7bac102 (diff)
downloadvis-dc9f1cd879069889e6e3ef2fc6acc35250fe5423.tar.gz
vis-dc9f1cd879069889e6e3ef2fc6acc35250fe5423.tar.xz
view: rename view_cursors_dispose
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 e5e40dc..a335f3b 100644
--- a/view.h
+++ b/view.h
@@ -120,7 +120,7 @@ Cursor *view_selections_new_force(View*, size_t pos);
* .. warning:: Not applicaple for the last existing selection.
* @endrst
*/
-bool view_cursors_dispose(Cursor*);
+bool view_selections_dispose(Cursor*);
/**
* Forcefully dispose an existing selection.
*
@@ -128,7 +128,7 @@ bool view_cursors_dispose(Cursor*);
* marked for destruction. As soon as a new selection is created this one
* will be disposed.
*/
-bool view_cursors_dispose_force(Cursor*);
+bool view_selections_dispose_force(Cursor*);
/**
* Query state of primary selection.
*