Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_value.i
CommitLineData
6945df9a 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
6945df9a
SM
3 *
4 * Copyright (c) 2016 Philippe Proulx <pproulx@efficios.com>
6945df9a
SM
5 */
6
d6bb425c 7%include <babeltrace2/value.h>
6945df9a
SM
8
9%{
4212232c 10#include "native_bt_value.i.h"
6945df9a
SM
11%}
12
13struct bt_value *bt_value_map_get_keys(const struct bt_value *map_obj);
This page took 0.051078 seconds and 4 git commands to generate.