summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-04 21:17:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-04 22:11:34 -0400
commitf5610001248a1328ca3b604da50b957ad5652a2d (patch)
treeb0fc774c2abdd7d888b6186ce09c4ae3b6ad3b1b /gtk/gtkcheckbutton.c
parent93c9600145d2d8d88d0d1c1b7333afbf59d5e10e (diff)
downloadgtk+-f5610001248a1328ca3b604da50b957ad5652a2d.tar.gz
docs: Clean up many dangling links
In many cases, these were references to no longer existing api, so some rewording was necessary.
Diffstat (limited to 'gtk/gtkcheckbutton.c')
-rw-r--r--gtk/gtkcheckbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c
index 6c5dcdc375..c6db13518f 100644
--- a/gtk/gtkcheckbutton.c
+++ b/gtk/gtkcheckbutton.c
@@ -44,7 +44,7 @@
* SECTION:gtkcheckbutton
* @Short_description: Create widgets with a discrete toggle button
* @Title: GtkCheckButton
- * @See_also: #GtkCheckMenuItem, #GtkButton, #GtkToggleButton, #GtkRadioButton
+ * @See_also: #GtkButton, #GtkToggleButton, #GtkRadioButton
*
* A #GtkCheckButton places a discrete #GtkToggleButton next to a widget,
* (usually a #GtkLabel). See the section on #GtkToggleButton widgets for