Visibility hidden by default
[babeltrace.git] / src / lib / plugin / plugin-so.h
index c341749bc9e38441f54ef4331f5b2054ab11354f..0ba19caa861931b4945812846e8b5f4552799e5c 100644 (file)
@@ -37,20 +37,12 @@ struct bt_plugin_so_spec_data {
        const struct __bt_plugin_descriptor_version *version;
 };
 
-BT_HIDDEN
 int bt_plugin_so_create_all_from_file(const char *path,
                bool fail_on_load_error, struct bt_plugin_set **plugin_set_out);
 
-BT_HIDDEN
 int bt_plugin_so_create_all_from_static(bool fail_on_load_error,
                struct bt_plugin_set **plugin_set_out);
 
-/*
- * This function would normally be BT_HIDDEN, but it is used by the Python
- * plugin provider, which is conceptually part of libbabeltrace2, but
- * implemented as a separate shared object, for modularity.  It is therefore
- * exposed, but not part of the public ABI.
- */
 void bt_plugin_so_on_add_component_class(struct bt_plugin *plugin,
                struct bt_component_class *comp_class);
 
This page took 0.02303 seconds and 4 git commands to generate.