qulogic/gplugin

Let gtk-doc autolinkify some stuff
feature/docs-review
2020-02-20, Gary Kramlich
953a9d10ec26
Parents 679fc25edf7f
Children 1e1f4c340da7
Let gtk-doc autolinkify some stuff
--- a/gplugin/gplugin-manager.c Tue Feb 18 23:01:56 2020 -0600
+++ b/gplugin/gplugin-manager.c Thu Feb 20 20:43:07 2020 -0600
@@ -1259,8 +1259,8 @@
*
* Returns: (element-type GPlugin.Plugin) (transfer full): A #GSList of
* referenced #GPluginPlugin's matching @id. Call
- * #gplugin_manager_free_plugin_list on the returned value when you're
- * done with it.
+ * gplugin_manager_free_plugin_list() on the returned value when
+ * you're done with it.
*/
GSList *
gplugin_manager_find_plugins(const gchar *id) {
@@ -1369,9 +1369,9 @@
/**
* gplugin_manager_free_plugin_list:
* @plugins_list: (element-type GPlugin.Plugin) (nullable): Returned value from
- * #gplugin_manager_find_plugins.
+ * plugin_manager_find_plugins().
*
- * Frees the returned value of #gplugin_manager_find_plugins.
+ * Frees the returned value of gplugin_manager_find_plugins().
*/
void
gplugin_manager_free_plugin_list(GSList *plugins_list) {