AdwSidebarSectionCreateItemFunc

Type Alias AdwSidebarSectionCreateItemFunc 

Source
pub type AdwSidebarSectionCreateItemFunc = Option<unsafe extern "C" fn(*mut GObject, gpointer) -> *mut AdwSidebarItem>;

Aliased Type§

pub enum AdwSidebarSectionCreateItemFunc {
    None,
    Some(unsafe extern "C" fn(*mut GObject, *mut c_void) -> *mut AdwSidebarItem),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GObject, *mut c_void) -> *mut AdwSidebarItem)

Some value of type T.