lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Dec 2018 17:44:10 +0000 (12:44 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:18 +0000 (00:09 -0400)
commit47ab48dce18bea0f014ee18b1d4fe9c7b0b5a260
treeb30e051f2866565943a0a9bfd8c75f6694d38b39
parentb9879703bcb378df87f4bfa0f56d26fb962c648d
lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()

Those functions return a const plugin set anyway, so we're not really
creating private objects as other *_create() functions do.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
cli/babeltrace.c
include/babeltrace/plugin/plugin-const.h
lib/plugin/plugin-so.c
lib/plugin/plugin.c
tests/lib/test_plugin.c
This page took 0.024772 seconds and 5 git commands to generate.