diff options
author | Daniel Boles <dboles.src@gmail.com> | 2018-05-06 21:41:57 +0100 |
---|---|---|
committer | Daniel Boles <dboles.src@gmail.com> | 2018-05-06 21:46:30 +0100 |
commit | e1f1fe9ba64140546bc8a4ddc7d9025751ecb045 (patch) | |
tree | 2c45c363b5bb2eb26c35c0c182884c20efe1fc3a /gtk/gtkmediastream.c | |
parent | 79e54929a2ae692973352ec17c731b2272849270 (diff) | |
download | gtk+-e1f1fe9ba64140546bc8a4ddc7d9025751ecb045.tar.gz |
MediaStream: Fix capitalisation of two new %TRUEs
Diffstat (limited to 'gtk/gtkmediastream.c')
-rw-r--r-- | gtk/gtkmediastream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmediastream.c b/gtk/gtkmediastream.c index d36dde593e..569b4b9ce3 100644 --- a/gtk/gtkmediastream.c +++ b/gtk/gtkmediastream.c @@ -483,7 +483,7 @@ gtk_media_stream_is_prepared (GtkMediaStream *self) * * Returns whether the stream has audio. * - * Returns: %TRUe if the stream has audio + * Returns: %TRUE if the stream has audio */ gboolean gtk_media_stream_has_audio (GtkMediaStream *self) @@ -501,7 +501,7 @@ gtk_media_stream_has_audio (GtkMediaStream *self) * * Returns whether the stream has video. * - * Returns: %TRUe if the stream has video + * Returns: %TRUE if the stream has video */ gboolean gtk_media_stream_has_video (GtkMediaStream *self) |