[gtk+] docs: don't refer to types that don't exist



commit 4c5481073087e4cdbf323cd30934927758c7ba83
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 17:11:39 2014 -0500

    docs: don't refer to types that don't exist

 gtk/gtkdnd.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h
index c3fc90f..83fda61 100644
--- a/gtk/gtkdnd.h
+++ b/gtk/gtkdnd.h
@@ -78,7 +78,7 @@ typedef enum {
  *   for drags withing a single widget.
  *
  * The #GtkTargetFlags enumeration is used to specify
- * constraints on an entry in a #GtkTargetTable.
+ * constraints on a #GtkTargetEntry.
  */
 typedef enum {
   GTK_TARGET_SAME_APP = 1 << 0,    /*< nick=same-app >*/


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