From 4ca5327ad6ac6a86739d81c3f07f881f3e1c2734 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 6 Feb 2019 14:47:45 +0100 Subject: 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 -- cgit v1.2.1