summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.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/gtkselection.c
parentc3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff)
downloadgtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz
docs: use proper quotes
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r--gtk/gtkselection.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index 89f099f7aa..783f1e7341 100644
--- a/gtk/gtkselection.c
+++ b/gtk/gtkselection.c
@@ -31,10 +31,10 @@
/* Terminology note: when not otherwise specified, the term "incr" below
* refers to the _sending_ part of the INCR protocol. The receiving
- * portion is referred to just as "retrieval". (Terminology borrowed
- * from Tk, because there is no good opposite to "retrieval" in English.
- * "send" can't be made into a noun gracefully and we're already using
- * "emission" for something else ....)
+ * portion is referred to just as “retrieval”. (Terminology borrowed
+ * from Tk, because there is no good opposite to “retrieval” in English.
+ * “send” can't be made into a noun gracefully and we're already using
+ * “emission” for something else ....)
*/
/* The MOTIF entry widget seems to ask for the TARGETS target, then
@@ -1035,7 +1035,7 @@ gtk_selection_remove_all (GtkWidget *widget)
In emergency, you could use #GDK_CURRENT_TIME
*
* Requests the contents of a selection. When received,
- * a "selection-received" signal will be generated.
+ * a “selection-received” signal will be generated.
*
* Return value: %TRUE if requested succeeded. %FALSE if we could not process
* request. (e.g., there was already a request in process for
@@ -2277,7 +2277,7 @@ _gtk_selection_clear (GtkWidget *widget,
/*************************************************************
* _gtk_selection_request:
- * Handler for "selection_request_event"
+ * Handler for “selection_request_event”
* arguments:
* widget:
* event:
@@ -2713,7 +2713,7 @@ gtk_selection_incr_timeout (GtkIncrInfo *info)
/*************************************************************
* _gtk_selection_notify:
- * Handler for "selection-notify-event" signals on windows
+ * Handler for “selection-notify-event” signals on windows
* where a retrieval is currently in process. The selection
* owner has responded to our conversion request.
* arguments:
@@ -2805,7 +2805,7 @@ _gtk_selection_notify (GtkWidget *widget,
/*************************************************************
* _gtk_selection_property_notify:
- * Handler for "property-notify-event" signals on windows
+ * Handler for “property-notify-event” signals on windows
* where a retrieval is currently in process. The selection
* owner has added more data.
* arguments:
@@ -2962,7 +2962,7 @@ gtk_selection_retrieval_timeout (GtkRetrievalInfo *info)
/*************************************************************
* gtk_selection_retrieval_report:
- * Emits a "selection-received" signal.
+ * Emits a “selection-received” signal.
* arguments:
* info: information about the retrieval that completed
* buffer: buffer containing data (NULL => errror)