Merge branch 'sonny/fix-gtkimage.file-desc' into 'main'

gtk: Fix GtkImage.file description

See merge request GNOME/gtk!6878
This commit is contained in:
Matthias Clasen
2024-02-10 21:54:21 +00:00

View File

@@ -181,7 +181,7 @@ gtk_image_class_init (GtkImageClass *class)
/**
* GtkImage:file: (attributes org.gtk.Property.set=gtk_image_set_from_file)
*
* The `GFile` to display.
* A path to the file to display.
*/
image_props[PROP_FILE] =
g_param_spec_string ("file", NULL, NULL,