Method
Gtk.MediaStream.seek_success
Declaration [src]
void
gtk_media_stream_seek_success (
GtkMediaStream* self
)
Description [src]
Ends a seek operation started via GtkMediaStream.seek()
successfully.
This function will unset the GtkMediaStream:ended property if it was set.
See gtk_media_stream_seek_failed()
for the other way of
ending a seek.