[][src]Function zathura_plugin_sys::zathura_page_get_label

pub unsafe extern "C" fn zathura_page_get_label(
    page: *mut zathura_page_t,
    error: *mut zathura_error_t
) -> *mut c_char

Get page label. Note that the page label might not exist, in this case NULL is returned.

@param page Page @param error Set to an error value (see \ref zathura_Error_t) if an error occurred. @return Page label