Rename bt_X_from_private_X() -> bt_X_from_private()
[babeltrace.git] / bindings / python / bt2 / bt2 / native_btcomponentclass.i
index aa36452856660fb37acee8248ae05a43371b51cb..430772304762821d6340c4c0bc70770d141a7a69 100644 (file)
@@ -275,7 +275,7 @@ static enum bt_component_status bt_py3_cc_init(
                struct bt_value *params, void *init_method_data)
 {
        struct bt_component *comp =
-               bt_component_from_private_component(priv_comp);
+               bt_component_from_private(priv_comp);
        struct bt_component_class *comp_cls = bt_component_get_class(comp);
        enum bt_component_status status = BT_COMPONENT_STATUS_OK;
        PyObject *py_cls = NULL;
This page took 0.024466 seconds and 4 git commands to generate.