picture: Fix copy/paste error in docs

This commit is contained in:
Benjamin Otte 2020-12-16 00:26:16 +01:00
parent d6f288427a
commit f7f8990f7a

View File

@ -516,7 +516,7 @@ gtk_picture_new_for_filename (const char *filename)
* gtk_picture_new_for_resource:
* @resource_path: (nullable): resource path to play back
*
* Creates a new #GtkPicture displaying the file @filename.
* Creates a new #GtkPicture displaying the resource at @resource_path.
*
* This is a utility function that calls gtk_picture_new_for_file().
* See that function for details.