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