aboutsummaryrefslogtreecommitdiff
path: root/lib/pp.mli
diff options
context:
space:
mode:
authorEnrico Tassi2014-10-31 15:43:08 +0100
committerEnrico Tassi2014-10-31 15:54:00 +0100
commitcfb5201e2ebc2516e3de7c578355db8bd4f08d35 (patch)
treebc96e6acc6e2da45e43978d345ab10bea57956cb /lib/pp.mli
parent17147ebea482bcc9759b6cd68ed25f2416eab118 (diff)
Feedback message: hold extra info to help routing
PIDE based GUIs can take advantage of multiple panels and get some feedback routed there. E.g. query panel
Diffstat (limited to 'lib/pp.mli')
-rw-r--r--lib/pp.mli6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/pp.mli b/lib/pp.mli
index ebb6290f92..539ef0f410 100644
--- a/lib/pp.mli
+++ b/lib/pp.mli
@@ -134,9 +134,11 @@ val is_message : Xml_datatype.xml -> bool
* since the two phases are performed sequentially) *)
val feedback :
- ?state_id:Feedback.state_id -> Feedback.feedback_content -> unit
+ ?state_id:Feedback.state_id ->
+ ?route:Feedback.route_id -> Feedback.feedback_content -> unit
-val set_id_for_feedback : Feedback.edit_or_state_id -> unit
+val set_id_for_feedback :
+ ?route:Feedback.route_id -> Feedback.edit_or_state_id -> unit
val set_feeder : (Feedback.feedback -> unit) -> unit
(** {6 Utilities} *)