diff options
author | Benjamin Otte <otte@redhat.com> | 2018-06-09 22:48:06 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-06-10 02:23:02 +0200 |
commit | 6546ef345986c10857e41b3c7129e0b24985da66 (patch) | |
tree | a114f93b09388b252c2c4a06ab34ff6187fc6a6e /gtk/gtkvideo.c | |
parent | 9d48a95d9a0a2087131ea28c5c4d2af60b3ac1b0 (diff) | |
download | gtk+-6546ef345986c10857e41b3c7129e0b24985da66.tar.gz |
picture: Introduce
This commit introduces GtkPicture, which is supposed to complement
GtkImage.
GtkImage will be adapted to always display an icon, while
GtkPicture displays regular imagery.
Diffstat (limited to 'gtk/gtkvideo.c')
-rw-r--r-- | gtk/gtkvideo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkvideo.c b/gtk/gtkvideo.c index 0281fbc230..f9e2eb9eb3 100644 --- a/gtk/gtkvideo.c +++ b/gtk/gtkvideo.c @@ -393,11 +393,12 @@ gtk_video_new_for_file (GFile *file) /** * gtk_video_new_for_filename: - * @filename: (allow-none): filename to play back + * @filename: (allow-none) (type filename): filename to play back * * Creates a #GtkVideo to play back the given @filename. * * This is a utility function that calls gtk_video_new_for_file(), + * See that function for details. * * Returns: a new #GtkVideo **/ |