diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index c60c876226..110def72bf 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -1551,7 +1551,7 @@ gtk_drag_dest_set_target_list (GtkWidget *widget, * gtk_drag_dest_add_text_targets: (method) * @widget: a #GtkWidget that's a drag destination * - * Add the text targets supported by #GtkSelection to + * Add the text targets supported by #GtkSelectionData to * the target list of the drag destination. The targets * are added with @info = 0. If you need another value, * use gtk_target_list_add_text_targets() and @@ -1578,7 +1578,7 @@ gtk_drag_dest_add_text_targets (GtkWidget *widget) * gtk_drag_dest_add_image_targets: (method) * @widget: a #GtkWidget that's a drag destination * - * Add the image targets supported by #GtkSelection to + * Add the image targets supported by #GtkSelectionData to * the target list of the drag destination. The targets * are added with @info = 0. If you need another value, * use gtk_target_list_add_image_targets() and @@ -1605,7 +1605,7 @@ gtk_drag_dest_add_image_targets (GtkWidget *widget) * gtk_drag_dest_add_uri_targets: (method) * @widget: a #GtkWidget that's a drag destination * - * Add the URI targets supported by #GtkSelection to + * Add the URI targets supported by #GtkSelectionData to * the target list of the drag destination. The targets * are added with @info = 0. If you need another value, * use gtk_target_list_add_uri_targets() and @@ -2895,7 +2895,7 @@ gtk_drag_source_set_target_list (GtkWidget *widget, * gtk_drag_source_add_text_targets: (method) * @widget: a #GtkWidget that's is a drag source * - * Add the text targets supported by #GtkSelection to + * Add the text targets supported by #GtkSelectionData to * the target list of the drag source. The targets * are added with @info = 0. If you need another value, * use gtk_target_list_add_text_targets() and @@ -2922,7 +2922,7 @@ gtk_drag_source_add_text_targets (GtkWidget *widget) * gtk_drag_source_add_image_targets: (method) * @widget: a #GtkWidget that's is a drag source * - * Add the writable image targets supported by #GtkSelection to + * Add the writable image targets supported by #GtkSelectionData to * the target list of the drag source. The targets * are added with @info = 0. If you need another value, * use gtk_target_list_add_image_targets() and @@ -2949,7 +2949,7 @@ gtk_drag_source_add_image_targets (GtkWidget *widget) * gtk_drag_source_add_uri_targets: (method) * @widget: a #GtkWidget that's is a drag source * - * Add the URI targets supported by #GtkSelection to + * Add the URI targets supported by #GtkSelectionData to * the target list of the drag source. The targets * are added with @info = 0. If you need another value, * use gtk_target_list_add_uri_targets() and 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