docs: Add brief descriptions to all functions

This ensures all of these functions are picked up by g-ir-scanner.
This commit is contained in:
Jason Francis
2021-06-01 19:39:13 -04:00
committed by George Kiagiadakis
parent 35c7196454
commit ed8346e77d
25 changed files with 154 additions and 10 deletions

View File

@@ -192,6 +192,8 @@ find_plugin_func (gpointer plugin, gpointer name_quark)
}
/*!
* \brief Looks up a plugin.
*
* \ingroup wpplugin
* \param core the core
* \param plugin_name the lookup name
@@ -211,6 +213,8 @@ wp_plugin_find (WpCore * core, const gchar * plugin_name)
}
/*!
* \brief Retreives the name of a plugin.
*
* \ingroup wpplugin
* \param self the plugin
* \returns the name of this plugin