pub type GtkTextBufferCommitNotify = Option<unsafe extern "C" fn(*mut GtkTextBuffer, GtkTextBufferNotifyFlags, c_uint, c_uint, gpointer)>;
Aliased Type§
enum GtkTextBufferCommitNotify {
None,
Some(unsafe extern "C" fn(_: *mut GtkTextBuffer, _: u32, _: u32, _: u32, _: *mut c_void)),
}