diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-04 21:17:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-04 22:11:34 -0400 |
commit | f5610001248a1328ca3b604da50b957ad5652a2d (patch) | |
tree | b0fc774c2abdd7d888b6186ce09c4ae3b6ad3b1b /gtk/gtkcheckbutton.c | |
parent | 93c9600145d2d8d88d0d1c1b7333afbf59d5e10e (diff) | |
download | gtk+-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.c | 2 |
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 |