Skip to content

Update functions returning bool to use Result<(), glib::BoolError>

François Laignel requested to merge fengalin/gstreamer-rs:bool_2_result into master

This MR implement the modifications discussed in #171 (closed) which only includes functions defined in workspace gstreamer.

Edited by François Laignel

Merge request reports