bt2: pass custom Python object to Python component's __init__()
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_component_class.i
index ea8e9589a2ecb830168292179fe9dd936dae9b4e..4c26660fe9c33bfbc1ed8375a7367d1c2bdf6599 100644 (file)
@@ -47,5 +47,5 @@ struct bt_component_class_filter *bt_bt2_component_class_filter_create(
 struct bt_component_class_sink *bt_bt2_component_class_sink_create(
                PyObject *py_cls, const char *name, const char *description,
                const char *help);
-void bt_bt2_cc_init_from_bt2(void);
-void bt_bt2_cc_exit_handler(void);
+void bt_bt2_unregister_cc_ptr_to_py_cls(const bt_component_class *comp_cls);
+bool bt_bt2_is_python_component_class(const bt_component_class *comp_cls);
This page took 0.024342 seconds and 4 git commands to generate.