Code

plugin: Automatically prepend callback names with the plugin name.
[sysdb.git] / src / include / core / plugin.h
index 51d59051e5768ee5e73cb848b216876fadf1238c..bcf01ec411bd5d2dc7e3ab25d17a99f88edd7037 100644 (file)
@@ -93,6 +93,9 @@ sdb_plugin_set_info(sdb_plugin_info_t *info, int type, ...);
  * plugin callback functions:
  * See the description of the respective register function for what arguments
  * the callbacks expect.
+ *
+ * The specified name of callback functions is prepended with the plugin name
+ * before being registered with the core.
  */
 
 typedef int (*sdb_plugin_config_cb)(oconfig_item_t *ci);