summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2018-04-09 13:40:14 +0200
committerCedric Bail <cedric@osg.samsung.com>2018-04-24 09:03:54 -0700
commitb2d25a6e1029c700a4b3412b84dee3b6b306ea34 (patch)
tree2dd58752a5a7564c35819bab977fbae62aadf087
parent6a98b84cd7645d8e5a89810f5d9cb79389b5fb32 (diff)
downloadefl-b2d25a6e1029c700a4b3412b84dee3b6b306ea34.tar.gz
Efl.Ui.Layout.Part_* (from Efl.Ui.Layout.Part.*)
Ref https://phab.enlightenment.org/T6847 Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
-rw-r--r--src/lib/elementary/efl_ui_layout_part_box.eo2
-rw-r--r--src/lib/elementary/efl_ui_layout_part_table.eo2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_layout_part_box.eo b/src/lib/elementary/efl_ui_layout_part_box.eo
index 299d176a32..6526c5681c 100644
--- a/src/lib/elementary/efl_ui_layout_part_box.eo
+++ b/src/lib/elementary/efl_ui_layout_part_box.eo
@@ -1,4 +1,4 @@
-class Efl.Ui.Layout.Part.Box (Efl.Object, Efl.Pack_Linear,
+class Efl.Ui.Layout.Part_Box (Efl.Object, Efl.Pack_Linear,
Efl.Ui.Direction)
{
[[Represents a Box created as part of a layout.
diff --git a/src/lib/elementary/efl_ui_layout_part_table.eo b/src/lib/elementary/efl_ui_layout_part_table.eo
index 46954eda4b..6f75c49c6e 100644
--- a/src/lib/elementary/efl_ui_layout_part_table.eo
+++ b/src/lib/elementary/efl_ui_layout_part_table.eo
@@ -1,4 +1,4 @@
-class Efl.Ui.Layout.Part.Table (Efl.Object, Efl.Pack_Table)
+class Efl.Ui.Layout.Part_Table (Efl.Object, Efl.Pack_Table)
{
[[Represents a Table created as part of a layout.