clutter_texture_set_repeat

Function clutter_texture_set_repeat 

Source
pub unsafe extern "C" fn clutter_texture_set_repeat(
    texture: *mut ClutterTexture,
    repeat_x: gboolean,
    repeat_y: gboolean,
)