Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_mip.i
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
5 */
6
7 %include <babeltrace2/graph/component-descriptor-set.h>
8 %include <babeltrace2/graph/graph.h>
9
10 %{
11 #include "native_bt_mip.i.h"
12 %}
13
14 bt_component_descriptor_set_add_descriptor_status
15 bt_bt2_component_descriptor_set_add_descriptor_with_initialize_method_data(
16 bt_component_descriptor_set *comp_descr_set,
17 const bt_component_class *comp_cls,
18 const bt_value *params, PyObject *init_method_data);
This page took 0.029269 seconds and 4 git commands to generate.