Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_trace.i
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2016 Philippe Proulx <pproulx@efficios.com>
5 */
6
7 %include <babeltrace2/trace-ir/trace.h>
8
9 %{
10 #include "native_bt_trace.i.h"
11 %}
12
13 int bt_bt2_trace_add_destruction_listener(bt_trace *trace,
14 PyObject *py_callable, bt_listener_id *id);
This page took 0.032557 seconds and 5 git commands to generate.