projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e5492
)
MediaStream: Fix capitalisation of two new %TRUEs
author
Daniel Boles
<dboles.src@gmail.com>
Sun, 6 May 2018 20:41:57 +0000
(21:41 +0100)
committer
Daniel Boles
<dboles.src@gmail.com>
Sun, 6 May 2018 20:46:30 +0000
(21:46 +0100)
gtk/gtkmediastream.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmediastream.c
b/gtk/gtkmediastream.c
index d36dde593e00fae0b7d76f3ca7f91cf00fee5af5..569b4b9ce310457b1b3cc300724fec998846de70 100644
(file)
--- 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: %TRU
e
if the stream has audio
+ * Returns: %TRU
E
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: %TRU
e if the stream has video
+ * Returns: %TRU
E if the stream has video
*/
gboolean
gtk_media_stream_has_video (GtkMediaStream *self)