Efl ui box: Fix namespacing to use . and not _.

This commit is contained in:
Tom Hacohen 2016-05-12 12:07:20 +01:00
parent 504cdda351
commit 5a93ae6b0f
1 changed files with 2 additions and 2 deletions

View 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;