diff options
author | Benjamin Otte <otte@redhat.com> | 2022-05-19 05:40:47 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2022-06-07 05:56:15 +0200 |
commit | 9de027df65169f8aac083a8b8da73aab2a9bd78c (patch) | |
tree | 491c1f93e72326c5da8f13d382e2ecf02d1388dd /gtk/gtkvideo.c | |
parent | 39645d32582892bc4fd3bb55ea5d11af860f0efd (diff) | |
download | gtk+-9de027df65169f8aac083a8b8da73aab2a9bd78c.tar.gz |
video: Fix typo in docs
Diffstat (limited to 'gtk/gtkvideo.c')
-rw-r--r-- | gtk/gtkvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkvideo.c b/gtk/gtkvideo.c index ef5e182dd0..f39738ae32 100644 --- a/gtk/gtkvideo.c +++ b/gtk/gtkvideo.c @@ -653,7 +653,7 @@ gtk_video_set_media_stream (GtkVideo *self, } /** - * gtk_video_get_file: (attributes org.gtk.Method.get_propert=file) + * gtk_video_get_file: (attributes org.gtk.Method.get_property=file) * @self: a `GtkVideo` * * Gets the file played by @self or %NULL if not playing back |