[gtk+] Trivial doc fixes



commit 542c824c717b3d3f04a982dd11faf85de1ba3828
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 24 19:25:50 2015 -0500

    Trivial doc fixes
    
    Remove two erroneous quotation marks.

 gtk/gtkdnd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index a850543..90e53bf 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -1027,8 +1027,8 @@ gtk_drag_update_cursor (GtkDragSourceInfo *info)
  * @context: the drag context
  * @target: the target (form of the data) to retrieve
  * @time_: a timestamp for retrieving the data. This will
- *   generally be the time received in a #GtkWidget::drag-motion"
- *   or #GtkWidget::drag-drop" signal
+ *   generally be the time received in a #GtkWidget::drag-motion
+ *   or #GtkWidget::drag-drop signal
  *
  * Gets the data associated with a drag. When the data
  * is received or the retrieval fails, GTK+ will emit a


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]