X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fplugin.h;h=8eec84e552e4fb92e456cd6befa33b8865efb6f7;hb=f3bc20108cb89fa01f746a9f17ef22619d95920b;hp=e5c69eed941bca37bff90aeebfac93249686d468;hpb=7c7c0433f4507935fbe2adab29d942df22ee8168;p=babeltrace.git diff --git a/include/babeltrace/plugin/plugin.h b/include/babeltrace/plugin/plugin.h index e5c69eed..8eec84e5 100644 --- a/include/babeltrace/plugin/plugin.h +++ b/include/babeltrace/plugin/plugin.h @@ -57,6 +57,14 @@ extern const char *bt_plugin_get_author(struct bt_plugin *plugin); */ extern const char *bt_plugin_get_license(struct bt_plugin *plugin); +/** + * Get the decription of a plug-in. + * + * @param plugin An instance of a plug-in + * @returns Plug-in description or NULL if none is available + */ +extern const char *bt_plugin_get_description(struct bt_plugin *plugin); + /** * Get the path of a plug-in. *