Struct webkit2gtk_sys::WebKitInputMethodContextClass[][src]

#[repr(C)]
pub struct WebKitInputMethodContextClass {
Show fields pub parent_class: GObjectClass, pub preedit_started: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub preedit_changed: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub preedit_finished: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub committed: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *const c_char)>, pub delete_surrounding: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: c_int, _: c_uint)>, pub set_enable_preedit: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: gboolean)>, pub get_preedit: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *mut *mut c_char, _: *mut *mut GList, _: *mut c_uint)>, pub filter_key_event: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *mut GdkEventKey) -> gboolean>, pub notify_focus_in: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub notify_focus_out: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub notify_cursor_area: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: c_int, _: c_int, _: c_int, _: c_int)>, pub notify_surrounding: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *const c_char, _: c_uint, _: c_uint, _: c_uint)>, pub reset: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub _webkit_reserved0: Option<unsafe extern "C" fn()>, pub _webkit_reserved1: Option<unsafe extern "C" fn()>, pub _webkit_reserved2: Option<unsafe extern "C" fn()>, pub _webkit_reserved3: Option<unsafe extern "C" fn()>, pub _webkit_reserved4: Option<unsafe extern "C" fn()>, pub _webkit_reserved5: Option<unsafe extern "C" fn()>, pub _webkit_reserved6: Option<unsafe extern "C" fn()>, pub _webkit_reserved7: Option<unsafe extern "C" fn()>,
}

Fields

parent_class: GObjectClasspreedit_started: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>preedit_changed: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>preedit_finished: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>committed: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *const c_char)>delete_surrounding: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: c_int, _: c_uint)>set_enable_preedit: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: gboolean)>get_preedit: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *mut *mut c_char, _: *mut *mut GList, _: *mut c_uint)>filter_key_event: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *mut GdkEventKey) -> gboolean>notify_focus_in: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>notify_focus_out: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>notify_cursor_area: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: c_int, _: c_int, _: c_int, _: c_int)>notify_surrounding: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *const c_char, _: c_uint, _: c_uint, _: c_uint)>reset: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>_webkit_reserved0: Option<unsafe extern "C" fn()>_webkit_reserved1: Option<unsafe extern "C" fn()>_webkit_reserved2: Option<unsafe extern "C" fn()>_webkit_reserved3: Option<unsafe extern "C" fn()>_webkit_reserved4: Option<unsafe extern "C" fn()>_webkit_reserved5: Option<unsafe extern "C" fn()>_webkit_reserved6: Option<unsafe extern "C" fn()>_webkit_reserved7: Option<unsafe extern "C" fn()>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.