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

This commit is contained in:
William Jon McCann 2014-01-21 17:11:39 -05:00
parent 7eb8577e3e
commit 4c54810730

View File

@ -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 >*/