From: Philippe Proulx Date: Tue, 2 May 2017 16:44:49 +0000 (-0400) Subject: trace.h: API doc: do not mention listener (now internal) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=aafdead53e12d8f16e552592979cab0252d21d28;p=deliverable%2Fbabeltrace.git trace.h: API doc: do not mention listener (now internal) Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/trace.h b/include/babeltrace/ctf-ir/trace.h index 33a86f0b6..5d611f8c9 100644 --- a/include/babeltrace/ctf-ir/trace.h +++ b/include/babeltrace/ctf-ir/trace.h @@ -124,11 +124,6 @@ except for: - Adding a CTF IR clock class to it with bt_ctf_trace_add_clock_class(). - \link refs Reference counting\endlink. -You can add a custom listener with bt_ctf_trace_add_listener() to get -notified if anything changes in a trace class, that is, if an event -class is added to one of its stream class, if a stream class is added, -or if a clock class is added. - @sa ctfirstreamclass @sa ctfireventclass @sa ctfirclockclass