summaryrefslogtreecommitdiff
path: root/gtk/gtkpicture.c
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2020-05-11 18:47:20 +0200
committerCorentin Noël <corentin@elementary.io>2020-05-11 19:26:20 +0200
commit076b2f11d2642d9153938dea34c49d8a345938b1 (patch)
treef16af90837980573140d445d094ce6219f23c0da /gtk/gtkpicture.c
parent9ce7b16dd8173afb94aaf7c374dfb6b69c98c135 (diff)
downloadgtk+-076b2f11d2642d9153938dea34c49d8a345938b1.tar.gz
docs: Fix several missing references in the documentation
This fixes several typos and missing references
Diffstat (limited to 'gtk/gtkpicture.c')
-rw-r--r--gtk/gtkpicture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpicture.c b/gtk/gtkpicture.c
index 401e0a8a07..0833b11a6f 100644
--- a/gtk/gtkpicture.c
+++ b/gtk/gtkpicture.c
@@ -452,7 +452,7 @@ gtk_picture_new_for_pixbuf (GdkPixbuf *pixbuf)
* isn’t found or can’t be loaded, the resulting #GtkPicture be empty.
*
* If you need to detect failures to load the file, use
- * gdk_texture_new_for_file() to load the file yourself, then create
+ * gdk_texture_new_from_file() to load the file yourself, then create
* the #GtkPicture from the texture.
*
* Returns: a new #GtkPicture