lib: make plugin API const-correct
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 4 Dec 2018 22:03:22 +0000 (17:03 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:18 +0000 (00:09 -0400)
commit41c0a8aa88602344221b8fed38215e1ff47515bb
treeb2d1d4fec0596ec92be746ae22674412546fd99a
parente8194aa80bcc2c766ff6c1ef9079486983f896b6
lib: make plugin API const-correct

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
16 files changed:
cli/babeltrace.c
include/Makefile.am
include/babeltrace/babeltrace.h
include/babeltrace/lib-logging-internal.h
include/babeltrace/plugin/plugin-const.h [new file with mode: 0644]
include/babeltrace/plugin/plugin-dev.h
include/babeltrace/plugin/plugin-internal.h
include/babeltrace/plugin/plugin-set-const.h [new file with mode: 0644]
include/babeltrace/plugin/plugin-set.h [deleted file]
include/babeltrace/plugin/plugin.h [deleted file]
include/babeltrace/plugin/python-plugin-provider-internal.h
lib/lib-logging.c
lib/plugin/plugin.c
python-plugin-provider/python-plugin-provider.c
tests/lib/test-plugin-plugins/minimal.c
tests/lib/test_plugin.c
This page took 0.027431 seconds and 5 git commands to generate.