28bec6bbb9c956c68648487d206d3575e33d5c42
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_value.i
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
13 struct bt_value *bt_value_map_get_keys(const struct bt_value *map_obj);
This page took 0.0295 seconds and 4 git commands to generate.