Add initial Python bindings documentation
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.h
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2016-2017 Philippe Proulx <pproulx@efficios.com>
5 */
6
7#ifndef CLI_BABELTRACE_CFG_CLI_ARGS_H
8#define CLI_BABELTRACE_CFG_CLI_ARGS_H
9
10#include <stdbool.h>
11#include <stdlib.h>
12#include <stdint.h>
13#include <babeltrace2/value.h>
14#include "lib/object.h"
15#include "compat/compiler.h"
16#include <babeltrace2/graph/component.h>
17#include <glib.h>
18
19#include "babeltrace2-cfg.h"
20
21struct bt_config *bt_config_cli_args_create(int argc, const char *argv[],
22 int *retcode, bool force_omit_system_plugin_path,
23 bool force_omit_home_plugin_path,
24 const bt_value *initial_plugin_paths,
25 const bt_interrupter *interrupter);
26
27#endif /* CLI_BABELTRACE_CFG_CLI_ARGS_H */
This page took 0.023348 seconds and 4 git commands to generate.