gplugin/gplugin

Fix doc cross-references in GTK4 viewer

2021-12-06, Elliott Sales de Andrade
4af7e17ec2fd
Parents 37f9d0575d3c
Children 28981a66ff9d
Fix doc cross-references in GTK4 viewer

Testing Done:
Sorry, untested as I haven't updated to the version that checks this.

Reviewed at https://reviews.imfreedom.org/r/1150/
--- a/gplugin-gtk4/gplugin-gtk-plugin-row.c Mon Dec 06 22:37:09 2021 -0600
+++ b/gplugin-gtk4/gplugin-gtk-plugin-row.c Mon Dec 06 22:50:56 2021 -0600
@@ -24,7 +24,7 @@
/**
* GPluginGtkPluginRow:
*
- * A widget that displays a [class@GPlugin.Plugin] in a user friendly way,
+ * A widget that displays a [iface@GPlugin.Plugin] in a user friendly way,
* intended to be placed in a [class@Gtk.ListBox].
*/
@@ -409,7 +409,7 @@
* gplugin_gtk_plugin_row_new:
*
* Create a new [class@GPluginGtk4.View] which can be used to display info
- * about a [class@GPlugin.Plugin].
+ * about a [iface@GPlugin.Plugin].
*
* Returns: (transfer full): The new widget.
*/
@@ -424,7 +424,7 @@
* @row: The plugin row instance.
* @plugin: The plugin instance.
*
- * Sets the [class@GPlugin.Plugin] that should be displayed.
+ * Sets the [iface@GPlugin.Plugin] that should be displayed.
*
* A @plugin value of %NULL will clear the widget.
*/
@@ -464,7 +464,7 @@
* gplugin_gtk_plugin_row_get_plugin:
* @row: The plugin row instance.
*
- * Returns the [class@GPlugin.Plugin] that's being displayed.
+ * Returns the [iface@GPlugin.Plugin] that's being displayed.
*
* Returns: (transfer none): The plugin that's being displayed.
*/