summaryrefslogtreecommitdiff
path: root/gtk/gtkactionable.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-04-21 07:07:51 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-04-26 10:19:26 -0400
commit78bf41c3001c622b009fc619247944fbd45d2b49 (patch)
tree4819b7a46820ec5acbcc11fe8888b9b678459491 /gtk/gtkactionable.c
parent5dcc4cf5c1ac5e6391773249ea54d74d05781694 (diff)
downloadgtk+-78bf41c3001c622b009fc619247944fbd45d2b49.tar.gz
GtkActionable: Fix small doc formatting issues
Diffstat (limited to 'gtk/gtkactionable.c')
-rw-r--r--gtk/gtkactionable.c12
1 files 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