Type Alias GMarkupParser
Source pub type GMarkupParser = _GMarkupParser;
#[repr(C)]
pub struct GMarkupParser {
pub start_element: Option<unsafe extern "C" fn(*mut _GMarkupParseContext, *const i8, *mut *const i8, *mut *const i8, *mut c_void, *mut *mut _GError)>,
pub end_element: Option<unsafe extern "C" fn(*mut _GMarkupParseContext, *const i8, *mut c_void, *mut *mut _GError)>,
pub text: Option<unsafe extern "C" fn(*mut _GMarkupParseContext, *const i8, u64, *mut c_void, *mut *mut _GError)>,
pub passthrough: Option<unsafe extern "C" fn(*mut _GMarkupParseContext, *const i8, u64, *mut c_void, *mut *mut _GError)>,
pub error: Option<unsafe extern "C" fn(*mut _GMarkupParseContext, *mut _GError, *mut c_void)>,
}