From 78bf41c3001c622b009fc619247944fbd45d2b49 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Apr 2015 07:07:51 -0500 Subject: [PATCH] GtkActionable: Fix small doc formatting issues --- gtk/gtkactionable.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c index 11c435a336..5e25f41321 100644 --- a/gtk/gtkactionable.c +++ b/gtk/gtkactionable.c @@ -39,7 +39,7 @@ * * The action will be looked up in action groups that are found among * the widgets ancestors. Most commonly, these will be the actions with - * the "win" or "app" prefix that are associated with the #GtkApplicationWindow + * the “win.” or “app.” prefix that are associated with the #GtkApplicationWindow * or "GtkApplication, but other action groups that are added with * gtk_widget_insert_action_group() will be consulted as well. * @@ -54,10 +54,10 @@ /** * GtkActionableInterface: - * @get_action_name: virtual pointer for gtk_actionable_get_action_name() - * @set_action_name: virtual pointer for gtk_actionable_set_action_name() - * @get_action_target_value: virtual pointer for gtk_actionable_get_action_target_value() - * @set_action_target_value: virtual pointer for gtk_actionable_set_action_target_value() + * @get_action_name: virtual function for gtk_actionable_get_action_name() + * @set_action_name: virtual function for gtk_actionable_set_action_name() + * @get_action_target_value: virtual function for gtk_actionable_get_action_target_value() + * @set_action_target_value: virtual function for gtk_actionable_set_action_target_value() * * The interface vtable for #GtkActionable. **/ @@ -161,7 +161,7 @@ gtk_actionable_get_action_target_value (GtkActionable *actionable) * The target value has two purposes. First, it is used as the * parameter to activation of the action associated with the * #GtkActionable widget. Second, it is used to determine if the widget - * should be rendered as “active” - the widget is active if the state + * should be rendered as “active” — the widget is active if the state * is equal to the given target. * * Consider the example of associating a set of buttons with a #GAction