summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2017-01-03 04:49:52 +0700
committerDaniil Baturin <daniil@baturin.org>2017-01-03 04:49:52 +0700
commite879c065272dc0719c0f2f91db642c315447c781 (patch)
treea8473a3bc270fcfcd4294c72ebe676e1eceec99e /src/reference_tree.mli
parent67a08b3b83ddf24116f45b2817cbc8548f573e89 (diff)
downloadvyconf-e879c065272dc0719c0f2f91db642c315447c781.tar.gz
vyconf-e879c065272dc0719c0f2f91db642c315447c781.zip
Add a function to get completion data from a reference tree node.
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index 05689e6..f9b4b5e 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -43,3 +43,5 @@ val get_owner : t -> string list -> string option
val get_help_string : t -> string list -> string
val get_value_help : t -> string list -> (string * string) list
+
+val get_completion_data : t -> string list -> (node_type * bool * string) list