clutter_table_layout_get_expand

Function clutter_table_layout_get_expand 

Source
pub unsafe extern "C" fn clutter_table_layout_get_expand(
    layout: *mut ClutterTableLayout,
    actor: *mut ClutterActor,
    x_expand: *mut gboolean,
    y_expand: *mut gboolean,
)