bt2: make Graph add listener methods return None
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 20 Nov 2019 20:29:42 +0000 (15:29 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 26 Nov 2019 19:24:17 +0000 (14:24 -0500)
commit9c58b68e5cc87d3b71c60dd11305567c3db8e3de
tree4e058313e3b14ec4d7bc2cae99e47aa138e0fb31
parenta523aded23926eb48600d0783f90013a580d40e6
bt2: make Graph add listener methods return None

The methods add_ports_connected_listener and add_port_added_listener of
bt2.Graph currently return a _ListenerHandle object.  This is not useful
today, since it's not possible to remove those listeners (unlike trace
class and trace destruction listeners).

Make them not return a handle for now.  It will be possible to make them
return a handle again if/when we add the possibility to remove those
listeners.

Change-Id: I5ea1c9d8793232c2f7077b5c2b82797438066d13
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2424
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/bindings/python/bt2/bt2/graph.py
This page took 0.024788 seconds and 4 git commands to generate.