summaryrefslogtreecommitdiff
path: root/gtk/gtkactionable.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 13:07:34 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 15:08:42 -0500
commit2a45418b673d10f60e9334ebcfa493f125d26e02 (patch)
treebd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtkactionable.c
parentc3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff)
downloadgtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz
docs: use proper quotes
Diffstat (limited to 'gtk/gtkactionable.c')
-rw-r--r--gtk/gtkactionable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c
index c5342fd1e0..2be4783e25 100644
--- a/gtk/gtkactionable.c
+++ b/gtk/gtkactionable.c
@@ -110,7 +110,7 @@ gtk_actionable_get_action_name (GtkActionable *actionable)
* Usually this function is used when the widget is located (or will be
* located) within the hierarchy of a #GtkApplicationWindow.
*
- * Names are of the form "win.save" or "app.quit" for actions on the
+ * Names are of the form “win.save” or “app.quit” for actions on the
* containing #GtkApplicationWindow or its associated #GtkApplication,
* respectively. This is the same form used for actions in the #GMenu
* associated with the window.
@@ -160,11 +160,11 @@ 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
- * with string state in a typical "radio button" situation. Each button
+ * with string state in a typical “radio button” situation. Each button
* will be associated with the same action, but with a different target
* value for that action. Clicking on a particular button will activate
* the action with the target of that button, which will typically cause