Efl ui box: Fix namespacing to use . and not _.
authorTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 11:07:20 +0000 (12:07 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 11:20:34 +0000 (12:20 +0100)
src/lib/elementary/efl_ui_box_flow.eo

index cbc25d9..38dc459 100644 (file)
@@ -1,10 +1,10 @@
-struct Efl.Ui.Box_Flow_Params {
+struct Efl.Ui.Box.Flow_Params {
    [[Extra parameters for Box_Flow layout. Can be omitted.]]
    homogenous: bool;
    max_size: bool;
 }
 
-class Efl.Ui.Box_Flow (Efl.Ui.Box, Efl.Pack.Layout)
+class Efl.Ui.Box.Flow (Efl.Ui.Box, Efl.Pack.Layout)
 {
    [[A custom layout engine for @Efl.Ui.Box.]]
    legacy_prefix: null;