Struct atk_sys::AtkDocumentIface[][src]

#[repr(C)]
pub struct AtkDocumentIface { pub parent: GTypeInterface, pub get_document_type: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *const c_char>, pub get_document: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> gpointer>, pub get_document_locale: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *const c_char>, pub get_document_attributes: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *mut AtkAttributeSet>, pub get_document_attribute_value: Option<unsafe extern "C" fn(_: *mut AtkDocument, _: *const c_char) -> *const c_char>, pub set_document_attribute: Option<unsafe extern "C" fn(_: *mut AtkDocument, _: *const c_char, _: *const c_char) -> gboolean>, pub get_current_page_number: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> c_int>, pub get_page_count: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> c_int>, }

Fields

parent: GTypeInterfaceget_document_type: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *const c_char>get_document: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> gpointer>get_document_locale: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *const c_char>get_document_attributes: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> *mut AtkAttributeSet>get_document_attribute_value: Option<unsafe extern "C" fn(_: *mut AtkDocument, _: *const c_char) -> *const c_char>set_document_attribute: Option<unsafe extern "C" fn(_: *mut AtkDocument, _: *const c_char, _: *const c_char) -> gboolean>get_current_page_number: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> c_int>get_page_count: Option<unsafe extern "C" fn(_: *mut AtkDocument) -> c_int>

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.