diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:42:29 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:41 -0500 |
commit | 032061038748ee115f9913bb0fe3b176c025dca8 (patch) | |
tree | 4486aec2d5ac10d35b434851d4fc79756de9d8e0 /gdk/gdkselection.c | |
parent | 916f1c0fd60eeeafc88e598044aa7622703f69a3 (diff) | |
download | gtk+-032061038748ee115f9913bb0fe3b176c025dca8.tar.gz |
docs: fix docs link
Diffstat (limited to 'gdk/gdkselection.c')
-rw-r--r-- | gdk/gdkselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c index bde37393c1..cfd88a1882 100644 --- a/gdk/gdkselection.c +++ b/gdk/gdkselection.c @@ -48,7 +48,7 @@ * retrieved by requesting the special target <literal>TARGETS</literal>. When * a selection is retrieved, the data is accompanied by a type (an atom), and * a format (an integer, representing the number of bits per item). - * See <link linkend="gdk-Properties-and-Atoms">Properties and Atoms</link> + * See <link linkend="gdk3-Properties-and-Atoms">Properties and Atoms</link> * for more information. * * The functions in this section only contain the lowlevel parts of the |