Visibility hidden by default
[babeltrace.git] / src / lib / trace-ir / attributes.h
index b4487e00c1784baab24e26b16bb0b72db36dd18c..8b259cc868402a01f5a283fae5aaf96be70fc893 100644 (file)
@@ -16,33 +16,25 @@ extern "C" {
 #include "common/macros.h"
 #include <babeltrace2/value.h>
 
-BT_HIDDEN
 struct bt_value *bt_attributes_create(void);
 
-BT_HIDDEN
 void bt_attributes_destroy(struct bt_value *attr_obj);
 
-BT_HIDDEN
 uint64_t bt_attributes_get_count(const struct bt_value *attr_obj);
 
-BT_HIDDEN
 const char *bt_attributes_get_field_name(const struct bt_value *attr_obj,
                uint64_t index);
 
-BT_HIDDEN
 struct bt_value *bt_attributes_borrow_field_value(
                struct bt_value *attr_obj,
                uint64_t index);
 
-BT_HIDDEN
 int bt_attributes_set_field_value(struct bt_value *attr_obj,
                const char *name, struct bt_value *value_obj);
 
-BT_HIDDEN
 struct bt_value *bt_attributes_borrow_field_value_by_name(
                struct bt_value *attr_obj, const char *name);
 
-BT_HIDDEN
 int bt_attributes_freeze(const struct bt_value *attr_obj);
 
 #ifdef __cplusplus
This page took 0.023887 seconds and 4 git commands to generate.