[go: up one dir, main page]

GtkTextTagTableForeach

Type Alias GtkTextTagTableForeach 

Source
pub type GtkTextTagTableForeach = Option<unsafe extern "C" fn(*mut GtkTextTag, gpointer)>;

Aliased Type§

pub enum GtkTextTagTableForeach {
    None,
    Some(unsafe extern "C" fn(*mut GtkTextTag, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GtkTextTag, *mut c_void))

Some value of type T.