bt2: pass custom Python object to Python component's __init__()
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_component_class.i
index 8efe81471ecdf0cea0146445c9cf94f2e246f2a6..4c26660fe9c33bfbc1ed8375a7367d1c2bdf6599 100644 (file)
@@ -48,3 +48,4 @@ 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_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.022703 seconds and 4 git commands to generate.