calendar_set_month_shown

Function calendar_set_month_shown 

Source
pub unsafe fn calendar_set_month_shown(
    obj: *mut Object,
    year: u32,
    month: u32,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.