Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_query_exec.i
CommitLineData
811644b8 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
811644b8
PP
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
811644b8
PP
5 */
6
3c729b9a 7%include <babeltrace2/graph/private-query-executor.h>
d6bb425c 8%include <babeltrace2/graph/query-executor.h>
7c14d641
PP
9
10%{
11#include "native_bt_query_exec.i.h"
12%}
13
14bt_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.05746 seconds and 4 git commands to generate.