Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_query_exec.i
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
5 */
6
7 %include <babeltrace2/graph/private-query-executor.h>
8 %include <babeltrace2/graph/query-executor.h>
9
10 %{
11 #include "native_bt_query_exec.i.h"
12 %}
13
14 bt_query_executor *bt_bt2_query_executor_create(
15 const bt_component_class *component_class, const char *object,
16 const bt_value *params, PyObject *py_obj);
This page took 0.02873 seconds and 4 git commands to generate.