diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-25 23:23:39 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-25 23:23:39 +0000 |
commit | cbe2aa716d6bcb6796b7ecdb534a53f5fd3e2a08 (patch) | |
tree | dbd18d2c6a5dd7af8754f206c14f286612a99875 | |
parent | ee80a22db4c619a69bf8b16dfe2e26094d5028ae (diff) | |
parent | 23ea33b65668bd2eb81c839bb052f6305f7bbefa (diff) | |
download | gtk+-cbe2aa716d6bcb6796b7ecdb534a53f5fd3e2a08.tar.gz |
Merge branch 'bilelmoussaoui/for-gi-docgen-link' into 'master'
gtk: drop unwanted char on Switch::state-set docs link
See merge request GNOME/gtk!3594
-rw-r--r-- | gtk/gtkswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index 1c5916edd0..5f7fff01bf 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -749,7 +749,7 @@ gtk_switch_get_active (GtkSwitch *self) * * Normally, this is the same as [property@Gtk.Switch:active], unless * the switch is set up for delayed state changes. This function is - * typically called from a [signal@Gtk.Switch`::state-set] signal handler. + * typically called from a [signal@Gtk.Switch::state-set] signal handler. * * See [signal@Gtk.Switch::state-set] for details. */ |