forked from AuroraMiddleware/gtk
mediastream: fix documentation
This commit is contained in:
parent
96bf90abe4
commit
56a88f107c
@ -619,7 +619,7 @@ gtk_media_stream_set_playing (GtkMediaStream *self,
|
|||||||
*
|
*
|
||||||
* Returns whether the streams playback is finished.
|
* Returns whether the streams playback is finished.
|
||||||
*
|
*
|
||||||
* Return: %TRUE if playback is finished
|
* Returns: %TRUE if playback is finished
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
gtk_media_stream_get_ended (GtkMediaStream *self)
|
gtk_media_stream_get_ended (GtkMediaStream *self)
|
||||||
@ -637,7 +637,7 @@ gtk_media_stream_get_ended (GtkMediaStream *self)
|
|||||||
*
|
*
|
||||||
* Returns the current presentation timestamp in microseconds.
|
* Returns the current presentation timestamp in microseconds.
|
||||||
*
|
*
|
||||||
* Return: the timestamp in microseconds
|
* Returns: the timestamp in microseconds
|
||||||
*/
|
*/
|
||||||
gint64
|
gint64
|
||||||
gtk_media_stream_get_timestamp (GtkMediaStream *self)
|
gtk_media_stream_get_timestamp (GtkMediaStream *self)
|
||||||
|
Loading…
Reference in New Issue
Block a user