summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-12-16 00:26:16 +0100
committerBenjamin Otte <otte@redhat.com>2020-12-24 06:38:45 +0100
commitf7f8990f7ab670b47db27b22879a334c6bcb5538 (patch)
treeb2b1d76d193cba7e6ee0e38de75fc6dc14d932df
parentd6f288427a70c72586b8960bef7b48dce7f83e39 (diff)
downloadgtk+-f7f8990f7ab670b47db27b22879a334c6bcb5538.tar.gz
picture: Fix copy/paste error in docs
-rw-r--r--gtk/gtkpicture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpicture.c b/gtk/gtkpicture.c
index 9431b57120..6f0eb83240 100644
--- a/gtk/gtkpicture.c
+++ b/gtk/gtkpicture.c
@@ -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.