GESFormatterSaveToURIMethod

Type Alias GESFormatterSaveToURIMethod 

Source
pub type GESFormatterSaveToURIMethod = Option<unsafe extern "C" fn(*mut GESFormatter, *mut GESTimeline, *const c_char, gboolean, *mut *mut GError) -> gboolean>;

Aliased Type§

pub enum GESFormatterSaveToURIMethod {
    None,
    Some(unsafe extern "C" fn(*mut GESFormatter, *mut GESTimeline, *const i8, i32, *mut *mut GError) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GESFormatter, *mut GESTimeline, *const i8, i32, *mut *mut GError) -> i32)

Some value of type T.