Guillaume Desmottes
|
a954c03bc0
|
functions: rename constructors in manual API
The idiomatic way for Rust constructors is to be named from_XXX()
instead of new_from_XXX() and with_XXX() instead of new_with_XXX().
Fix #460
|
2020-06-11 12:33:52 +02:00 |
|
Sebastian Dröge
|
be3c378f28
|
Use Results instead of Options where they signal an error instead of just a missing value
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/issues/216
|
2019-12-17 22:21:28 +02:00 |
|
Sebastian Dröge
|
e7898c1b24
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
|
Sebastian Dröge
|
5625a75b1b
|
Pad::new_from_static_pad_template_with_gtype() can return None
|
2019-01-29 16:28:51 +02:00 |
|
Sebastian Dröge
|
2cefd9aea6
|
Re-run everything through rustfmt
|
2018-04-25 11:13:14 +03:00 |
|
Sebastian Dröge
|
492c3d656c
|
Run everything through rustfmt again
|
2018-04-01 11:57:58 +03:00 |
|
Sebastian Dröge
|
4864a1e089
|
Fix build
|
2018-03-19 10:32:07 +02:00 |
|