/* * SPDX-License-Identifier: MIT * * Copyright (c) 2017 Philippe Proulx */ %include %include %{ #include "native_bt_query_exec.i.h" %} bt_query_executor *bt_bt2_query_executor_create( const bt_component_class *component_class, const char *object, const bt_value *params, PyObject *py_obj);