diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 17:06:56 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:40 -0500 |
commit | 6b29ab55a134576393e1617fca7fc9cfac5e0fe3 (patch) | |
tree | 8158e4e38176b2e099b575d49e7f4953ba9a72ce /gtk/gtkclipboard.c | |
parent | e87bfcf76d7f7e7a8983dab3149d08433733a0dc (diff) | |
download | gtk+-6b29ab55a134576393e1617fca7fc9cfac5e0fe3.tar.gz |
docs: fix see also link
Diffstat (limited to 'gtk/gtkclipboard.c')
-rw-r--r-- | gtk/gtkclipboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index 7da643db5c..62baf6bf66 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -49,7 +49,7 @@ * SECTION:gtkclipboard * @Short_description: Storing data on clipboards * @Title: Clipboards - * @See_also: #GtkSelection + * @See_also: #GtkSelectionData * * The #GtkClipboard object represents a clipboard of data shared * between different processes or between different widgets in |