lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()
[babeltrace.git] / include / babeltrace / plugin / plugin-const.h
index fe581f4edc3e208510ca93301260e18c9dc77eef..fe51a8564324b373cad5b84dae30c12f6a039b17 100644 (file)
@@ -63,13 +63,13 @@ enum bt_plugin_status {
 
 extern const bt_plugin *bt_plugin_find(const char *plugin_name);
 
-extern const bt_plugin_set *bt_plugin_create_all_from_file(
+extern const bt_plugin_set *bt_plugin_find_all_from_file(
                const char *path);
 
-extern const bt_plugin_set *bt_plugin_create_all_from_dir(
+extern const bt_plugin_set *bt_plugin_find_all_from_dir(
                const char *path, bt_bool recurse);
 
-extern const bt_plugin_set *bt_plugin_create_all_from_static(void);
+extern const bt_plugin_set *bt_plugin_find_all_from_static(void);
 
 extern const char *bt_plugin_get_name(const bt_plugin *plugin);
 
This page took 0.024454 seconds and 4 git commands to generate.