clutter_table_layout_set_fill

Function clutter_table_layout_set_fill 

Source
pub unsafe extern "C" fn clutter_table_layout_set_fill(
    layout: *mut ClutterTableLayout,
    actor: *mut ClutterActor,
    x_fill: gboolean,
    y_fill: gboolean,
)