Document libbabeltrace2's C API
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_graph.i
index a2e623e5747aa5fa92cf8fbef3fefb956f67b7c1..0bda11f7dffb2feea7fde4963bf4493c14700093 100644 (file)
        }
 }
 
-%include <babeltrace2/graph/graph-const.h>
 %include <babeltrace2/graph/graph.h>
 
 /* Helper functions for Python */
 PyObject *bt_bt2_graph_add_port_added_listener(struct bt_graph *graph,
                PyObject *py_callable);
 
-PyObject *bt_bt2_graph_add_ports_connected_listener(struct bt_graph *graph,
-               PyObject *py_callable);
-
 bt_graph_add_component_status
 bt_bt2_graph_add_source_component(
                bt_graph *graph,
This page took 0.024039 seconds and 4 git commands to generate.