[grilo/wip/hadess/update-docs: 3/6] core: Fix documentation for GrlPluginDescriptor
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo/wip/hadess/update-docs: 3/6] core: Fix documentation for GrlPluginDescriptor
- Date: Wed, 6 Feb 2019 14:01:28 +0000 (UTC)
commit 4ca5327ad6ac6a86739d81c3f07f881f3e1c2734
Author: Bastien Nocera <hadess hadess net>
Date: Wed Feb 6 14:47:45 2019 +0100
core: Fix documentation for GrlPluginDescriptor
The struct members were not labelled correctly in the documentation.
src/grl-registry.h | 6 +++---
1 file 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]