[][src]Function zathura_plugin_sys::zathura_document_get_position_x

pub unsafe extern "C" fn zathura_document_get_position_x(
    document: *mut zathura_document_t
) -> f64

Returns the X position, as a value relative to the document width (0=left, 1=right).

@param document The document @return X adjustment