diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-05-06 15:37:13 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-05-06 15:57:10 -0400 |
commit | 79e54929a2ae692973352ec17c731b2272849270 (patch) | |
tree | cae0eff90f9681c7ef0deede4b5be8de7fce635d /gtk/gtkvideo.c | |
parent | 7f8a8f221d60bc5da23602e5e024eb91f8b0f758 (diff) | |
download | gtk+-79e54929a2ae692973352ec17c731b2272849270.tar.gz |
Add more media docs
Diffstat (limited to 'gtk/gtkvideo.c')
-rw-r--r-- | gtk/gtkvideo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkvideo.c b/gtk/gtkvideo.c index 8b12bf1f15..3756d03bac 100644 --- a/gtk/gtkvideo.c +++ b/gtk/gtkvideo.c @@ -32,8 +32,12 @@ * SECTION:gtkvideo * @title: GtkVideo * @short_description: A widget for displaying video + * @see_also: #GtkMediaControls * * GtkVideo is a widget to show a #GtkMediaStream. + * + * It is commonly combined with #GtkMediaControls to give the + * user a way to control the playback. */ struct _GtkVideo |