object_move_children_by

Function object_move_children_by 

Source
pub unsafe fn object_move_children_by(
    obj: *mut Object,
    x_diff: i32,
    y_diff: i32,
    ignore_floating: bool,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.