summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-06 14:47:45 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-06 14:49:37 +0100
commit4ca5327ad6ac6a86739d81c3f07f881f3e1c2734 (patch)
tree1d8403e085dd1b7dc59f89eb02310ce7826391c8
parentf0d659d56751cf8371a4e36c2b6575de6fa7d949 (diff)
downloadgrilo-4ca5327ad6ac6a86739d81c3f07f881f3e1c2734.tar.gz
core: Fix documentation for GrlPluginDescriptor
The struct members were not labelled correctly in the documentation.
-rw-r--r--src/grl-registry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grl-registry.h b/src/grl-registry.h
index 1bbcb63..2e0d19b 100644
--- a/src/grl-registry.h
+++ b/src/grl-registry.h
@@ -144,11 +144,11 @@ typedef void (*GrlPluginRegisterKeysFunc) (GrlRegistry *registry,
* @version: version of plugin
* @license: license of plugin
* @site: URL to provider of plugin
-* @plugin_init: the module initialization. It shall instantiate
+* @init: the module initialization. It shall instantiate
* the #GrlPlugins provided
-* @plugin_deinit: function to execute when the registry needs
+* @deinit: function to execute when the registry needs
* to dispose the module.
-* @plugin_register_keys: function to execute before loading the plugin. It's aim
+* @register_keys: function to execute before loading the plugin. It's aim
* is to register new keys
*
* This structure is used for the module loader