diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-05-25 20:37:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-05-25 20:37:15 +0000 |
commit | 4e89e57d1fd9f21afcffc37eb26d6cc3be59e40c (patch) | |
tree | 9700781bfc2d3abd0ebfc5ed277fe3e7f4b53ba6 /gtk | |
parent | 2bf2b07c1367e236c8cef30d2d074efef305d2b8 (diff) | |
download | gtk+-4e89e57d1fd9f21afcffc37eb26d6cc3be59e40c.tar.gz |
Bug 479384 – gtk_selection_data_targets_include_uri docs buglet
2008-05-25 Matthias Clasen <mclasen@redhat.com>
Bug 479384 – gtk_selection_data_targets_include_uri docs buglet
* gtk/gtkselection.c (gtk_selection_data_targets_include_uri): Fix
doc glitch, pointed out by Christian Persch.
svn path=/trunk/; revision=20158
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 0cbd282aee..234839801c 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -2002,7 +2002,7 @@ gtk_targets_include_uri (GdkAtom *targets, * provide a list or URIs. * * Return value: %TRUE if @selection_data holds a list of targets, - * and a suitable target for text is included, otherwise %FALSE. + * and a suitable target for URI lists is included, otherwise %FALSE. * * Since: 2.10 **/ |