Regenerate

This commit is contained in:
Sebastian Dröge 2020-05-05 20:28:24 +03:00 committed by Sebastian Dröge
parent c588a0bcd5
commit 781c5785b1
17 changed files with 56 additions and 56 deletions

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -15,9 +15,9 @@ use gobject_sys;
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Clone, Copy)] #[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Clone, Copy)]
#[non_exhaustive] #[non_exhaustive]
pub enum Edge { pub enum Edge {
EdgeStart, Start,
EdgeEnd, End,
EdgeNone, None,
#[doc(hidden)] #[doc(hidden)]
__Unknown(i32), __Unknown(i32),
} }
@ -28,9 +28,9 @@ impl ToGlib for Edge {
fn to_glib(&self) -> ges_sys::GESEdge { fn to_glib(&self) -> ges_sys::GESEdge {
match *self { match *self {
Edge::EdgeStart => ges_sys::GES_EDGE_START, Edge::Start => ges_sys::GES_EDGE_START,
Edge::EdgeEnd => ges_sys::GES_EDGE_END, Edge::End => ges_sys::GES_EDGE_END,
Edge::EdgeNone => ges_sys::GES_EDGE_NONE, Edge::None => ges_sys::GES_EDGE_NONE,
Edge::__Unknown(value) => value, Edge::__Unknown(value) => value,
} }
} }
@ -41,9 +41,9 @@ impl FromGlib<ges_sys::GESEdge> for Edge {
fn from_glib(value: ges_sys::GESEdge) -> Self { fn from_glib(value: ges_sys::GESEdge) -> Self {
skip_assert_initialized!(); skip_assert_initialized!();
match value { match value {
0 => Edge::EdgeStart, 0 => Edge::Start,
1 => Edge::EdgeEnd, 1 => Edge::End,
2 => Edge::EdgeNone, 2 => Edge::None,
value => Edge::__Unknown(value), value => Edge::__Unknown(value),
} }
} }
@ -76,11 +76,11 @@ impl SetValue for Edge {
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Clone, Copy)] #[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Clone, Copy)]
#[non_exhaustive] #[non_exhaustive]
pub enum EditMode { pub enum EditMode {
EditNormal, Normal,
EditRipple, Ripple,
EditRoll, Roll,
EditTrim, Trim,
EditSlide, Slide,
#[doc(hidden)] #[doc(hidden)]
__Unknown(i32), __Unknown(i32),
} }
@ -91,11 +91,11 @@ impl ToGlib for EditMode {
fn to_glib(&self) -> ges_sys::GESEditMode { fn to_glib(&self) -> ges_sys::GESEditMode {
match *self { match *self {
EditMode::EditNormal => ges_sys::GES_EDIT_MODE_NORMAL, EditMode::Normal => ges_sys::GES_EDIT_MODE_NORMAL,
EditMode::EditRipple => ges_sys::GES_EDIT_MODE_RIPPLE, EditMode::Ripple => ges_sys::GES_EDIT_MODE_RIPPLE,
EditMode::EditRoll => ges_sys::GES_EDIT_MODE_ROLL, EditMode::Roll => ges_sys::GES_EDIT_MODE_ROLL,
EditMode::EditTrim => ges_sys::GES_EDIT_MODE_TRIM, EditMode::Trim => ges_sys::GES_EDIT_MODE_TRIM,
EditMode::EditSlide => ges_sys::GES_EDIT_MODE_SLIDE, EditMode::Slide => ges_sys::GES_EDIT_MODE_SLIDE,
EditMode::__Unknown(value) => value, EditMode::__Unknown(value) => value,
} }
} }
@ -106,11 +106,11 @@ impl FromGlib<ges_sys::GESEditMode> for EditMode {
fn from_glib(value: ges_sys::GESEditMode) -> Self { fn from_glib(value: ges_sys::GESEditMode) -> Self {
skip_assert_initialized!(); skip_assert_initialized!();
match value { match value {
0 => EditMode::EditNormal, 0 => EditMode::Normal,
1 => EditMode::EditRipple, 1 => EditMode::Ripple,
2 => EditMode::EditRoll, 2 => EditMode::Roll,
3 => EditMode::EditTrim, 3 => EditMode::Trim,
4 => EditMode::EditSlide, 4 => EditMode::Slide,
value => EditMode::__Unknown(value), value => EditMode::__Unknown(value),
} }
} }

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 4c1faa0) Generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
from gir-files (https://github.com/gtk-rs/gir-files @ 333658f7) from gir-files (https://github.com/gtk-rs/gir-files @ e5698c4a)