Re-format with clang-format 16
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_mip.i.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
5 */
6
7 #ifndef BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_MIP_I_H
8 #define BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_MIP_I_H
9
10 static
11 bt_component_descriptor_set_add_descriptor_status
12 bt_bt2_component_descriptor_set_add_descriptor_with_initialize_method_data(
13 bt_component_descriptor_set *comp_descr_set,
14 const bt_component_class *comp_cls,
15 const bt_value *params, PyObject *obj)
16 {
17 return bt_component_descriptor_set_add_descriptor_with_initialize_method_data(
18 comp_descr_set, comp_cls, params, obj == Py_None ? NULL : obj);
19 }
20
21 #endif /* BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_MIP_I_H */
This page took 0.039573 seconds and 5 git commands to generate.