diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 15:37:02 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 15:40:52 -0500 |
commit | 326da2da58ff90ce9c816923d6c6533ce99adb3e (patch) | |
tree | 7f56da92dafc6fca848f62c2be2289b0c210c71a /gtk/gtkscalebutton.c | |
parent | 59099cd6e7abe620e02c08d746ec60ce3e07eeed (diff) | |
download | gtk+-326da2da58ff90ce9c816923d6c6533ce99adb3e.tar.gz |
docs: don't use <anchor>
Diffstat (limited to 'gtk/gtkscalebutton.c')
-rw-r--r-- | gtk/gtkscalebutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 187fd14f48..3f1eea7ce9 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -269,7 +269,7 @@ gtk_scale_button_class_init (GtkScaleButtonClass *klass) * @button: the object which received the signal * * The ::popup signal is a - * [keybinding signal][keybinding-signals] + * [keybinding signal][GtkBindingSignal] * which gets emitted to popup the scale widget. * * The default bindings for this signal are Space, Enter and Return. @@ -290,7 +290,7 @@ gtk_scale_button_class_init (GtkScaleButtonClass *klass) * @button: the object which received the signal * * The ::popdown signal is a - * [keybinding signal][keybinding-signals] + * [keybinding signal][GtkBindingSignal] * which gets emitted to popdown the scale widget. * * The default binding for this signal is Escape. |