qulogic/gplugin

Clean up some doc comments
feature/remove-gplugin_manager_free_plugin_list
2020-02-22, Gary Kramlich
788d3d29af14
Parents fa06a06a8aa5
Children e918cb912e56
Clean up some doc comments
--- a/gplugin/gplugin-manager.c Sat Feb 22 05:16:05 2020 -0600
+++ b/gplugin/gplugin-manager.c Sat Feb 22 22:50:28 2020 -0600
@@ -1259,8 +1259,8 @@
*
* Returns: (element-type GPlugin.Plugin) (transfer full): A #GSList of
* referenced #GPluginPlugin's matching @id. Call
- * g_slist_free_full with a `DestroyNotify` of #g_object_unref on the
- * returned value when you're done with it.
+ * g_slist_free_full() with a `DestroyNotify` of g_object_unref() on
+ * the returned value when you're done with it.
*/
GSList *
gplugin_manager_find_plugins(const gchar *id) {
@@ -1289,7 +1289,7 @@
*
* Returns: (element-type GPlugin.Plugin) (transfer full): A #GSList of
* referenced #GPluginPlugin's matching @id. Call
- * g_slist_free_full() with a `DestroyNotify` of #g_object_unref on
+ * g_slist_free_full() with a `DestroyNotify` of g_object_unref() on
* the returned value when you're done with it.
*/
GSList *
@@ -1405,7 +1405,7 @@
* Return value: (element-type GPlugin.Plugin) (transfer full): A #GSList of
* #GPluginPlugin's that @plugin depends on, or %NULL on error
* with @error set. Call g_slist_free_full() with a
- * `DestroyNotify` of #g_object_unref on the returned value when
+ * `DestroyNotify` of g_object_unref() on the returned value when
* you're done with it.
*/
GSList *