diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 02:19:06 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 10:41:11 -0400 |
commit | f70fc49ebc999bc4e37c0807e818aeff2bca3459 (patch) | |
tree | dd4e205b9f93cbc386b4d8087e485cb15d06393c /gtk/gtkactionable.c | |
parent | ff28d3f4d902a15ad33068adb52ab0ae8caf9cab (diff) | |
download | gtk+-f70fc49ebc999bc4e37c0807e818aeff2bca3459.tar.gz |
docs: fix a number of typos and obsolete references
Diffstat (limited to 'gtk/gtkactionable.c')
-rw-r--r-- | gtk/gtkactionable.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c index c8079679ad..dfb33d084e 100644 --- a/gtk/gtkactionable.c +++ b/gtk/gtkactionable.c @@ -133,7 +133,7 @@ gtk_actionable_set_action_name (GtkActionable *actionable, * * Gets the current target value of @actionabe. * - * See gtk_actionable_set_target_value() for more information. + * See gtk_actionable_set_action_target_value() for more information. * * Returns: (transfer none): the current target value * @@ -224,8 +224,8 @@ gtk_actionable_set_action_target (GtkActionable *actionable, * actionable widget. * * This allows for the effect of both gtk_actionable_set_action_name() - * and gtk_actionable_set_target() in the common case that the target is - * string-valued. + * and gtk_actionable_set_action_target_value() in the common case that + * the target is string-valued. * * @detailed_action_name is a string of the form * <literal>"action::target"</literal> where <literal>action</literal> |