summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-20 13:07:57 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-20 13:07:57 -0700
commit50e52351fa27c095bc756148fd02512025e699ff (patch)
tree70c56dc4d29f53cf6d1a921d49b015c439ce54c2
parent5412a78e00ec2cb6bd0ee072ddec11681d0090ab (diff)
downloadgtksourceview-50e52351fa27c095bc756148fd02512025e699ff.tar.gz
completion: remove obsolete documentation
Fixes #315
-rw-r--r--gtksourceview/gtksourcecompletion.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index 4d56db23..0e513721 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -50,12 +50,6 @@
* function names, etc. To add a provider, call
* [method@Completion.add_provider].
*
- * When several providers match, they are all shown in the completion
- * window, but one can switch between providers: see the
- * #GtkSourceCompletion::move-page signal. It is also possible to
- * activate the first proposals with key bindings, see the
- * #GtkSourceCompletion:accelerators property.
- *
* The [iface@CompletionProposal] interface represents a proposal.
*
* If a proposal contains extra information (see