buttonmatrix_get_button_text

Function buttonmatrix_get_button_text 

Source
pub unsafe fn buttonmatrix_get_button_text(
    obj: *const Object,
    btn_id: u32,
) -> Result<*const c_char>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.