.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / string-format / format-plugin-comp-cls-name.h
CommitLineData
ec532b44 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
ec532b44 3 *
0235b0db 4 * Copyright (C) 2019 EfficiOS, Inc.
ec532b44
SM
5 */
6
ae2be88d
SM
7#ifndef BABELTRACE_STRING_FORMAT_FORMAT_PLUGIN_COMP_CLS_NAME_H
8#define BABELTRACE_STRING_FORMAT_FORMAT_PLUGIN_COMP_CLS_NAME_H
0235b0db 9
ec532b44
SM
10#include <babeltrace2/babeltrace.h>
11#include <common/common.h>
12#include <common/macros.h>
13#include <glib.h>
14
ec532b44
SM
15gchar *format_plugin_comp_cls_opt(const char *plugin_name,
16 const char *comp_cls_name, bt_component_class_type type,
17 enum bt_common_color_when use_colors);
18
ae2be88d 19#endif /* BABELTRACE_STRING_FORMAT_FORMAT_PLUGIN_COMP_CLS_NAME_H */
This page took 0.049973 seconds and 4 git commands to generate.