diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 21:41:26 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 23:20:38 -0500 |
commit | 93138e96c1538b7931f075de8e25665e74c76eda (patch) | |
tree | e75c4b07b584c1d2db0ce7711fd840fb8f4d86b2 /gtk/gtkselection.c | |
parent | fa6ace97aa00be5b09bc319b1d885798d94e267a (diff) | |
download | gtk+-93138e96c1538b7931f075de8e25665e74c76eda.tar.gz |
docs: don't reference nonexisting type in docs
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r-- | gtk/gtkselection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index ef2cf07076..2b3bc117c3 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -345,7 +345,7 @@ init_atoms (void) * @list: a #GtkTargetList * @info: an ID that will be passed back to the application * - * Appends the text targets supported by #GtkSelection to + * Appends the text targets supported by #GtkSelectionData to * the target list. All targets are added with the same @info. * * Since: 2.6 @@ -416,7 +416,7 @@ gtk_target_list_add_rich_text_targets (GtkTargetList *list, * @writable: whether to add only targets for which GTK+ knows * how to convert a pixbuf into the format * - * Appends the image targets supported by #GtkSelection to + * Appends the image targets supported by #GtkSelectionData to * the target list. All targets are added with the same @info. * * Since: 2.6 @@ -478,7 +478,7 @@ gtk_target_list_add_image_targets (GtkTargetList *list, * @list: a #GtkTargetList * @info: an ID that will be passed back to the application * - * Appends the URI targets supported by #GtkSelection to + * Appends the URI targets supported by #GtkSelectionData to * the target list. All targets are added with the same @info. * * Since: 2.6 |