Visibility hidden by default
[babeltrace.git] / src / plugins / text / details / details.h
index d9290c1fec948d04267ddfa97cb1e2afae103b24..05f470cd0a5a3c1b8e11ffbfe8215694bef7d0d1 100644 (file)
@@ -144,27 +144,21 @@ struct details_comp {
        GString *str;
 };
 
-BT_HIDDEN
 bt_component_class_initialize_method_status details_init(
                bt_self_component_sink *component,
                bt_self_component_sink_configuration *config,
                const bt_value *params, void *init_method_data);
 
-BT_HIDDEN
 void details_finalize(bt_self_component_sink *component);
 
-BT_HIDDEN
 bt_component_class_sink_graph_is_configured_method_status details_graph_is_configured(
                bt_self_component_sink *comp);
 
-BT_HIDDEN
 bt_component_class_sink_consume_method_status details_consume(bt_self_component_sink *component);
 
-BT_HIDDEN
 void details_destroy_details_trace_class_meta(
                struct details_trace_class_meta *details_trace_class_meta);
 
-BT_HIDDEN
 struct details_trace_class_meta *details_create_details_trace_class_meta(void);
 
 #endif /* BABELTRACE_PLUGINS_TEXT_DETAILS_DETAILS_H */
This page took 0.025627 seconds and 4 git commands to generate.