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-Tag: v2.0.0-pre1~327 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=aafdead53e12d8f16e552592979cab0252d21d28;hp=7e2ed9cdca4206387e91435b7e48ccf5128c545d;p=babeltrace.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 33a86f0b..5d611f8c 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