diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:07:48 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:42 +0200 |
| commit | dc9f1cd879069889e6e3ef2fc6acc35250fe5423 (patch) | |
| tree | f664c7f837b0e62c176dc849481789376b7ea03a /view.h | |
| parent | e7717eb977142b6cb3b05e04c8623d39b7bac102 (diff) | |
| download | vis-dc9f1cd879069889e6e3ef2fc6acc35250fe5423.tar.gz vis-dc9f1cd879069889e6e3ef2fc6acc35250fe5423.tar.xz | |
view: rename view_cursors_dispose
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. * |
