summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_interface_text_properties.eo
diff options
context:
space:
mode:
authorDaniel Zaoui <daniel.zaoui@samsung.com>2014-05-21 15:54:27 +0300
committerDaniel Zaoui <daniel.zaoui@samsung.com>2014-06-10 08:09:48 +0300
commit00b87404b81fc4683f182431bad4be78a2e495dc (patch)
treedfed479aa3993d058dc60c2f9fc8261d2bc6a0f5 /src/lib/efl/interfaces/efl_interface_text_properties.eo
parent30c63b1f56461030f39a62d04e5260edaff3b1b7 (diff)
downloadefl-devs/jackdanielz/eo_interfaces.tar.gz
Interfaces: Integration into Makefile + fix of .eodevs/jackdanielz/eo_interfaces
Diffstat (limited to 'src/lib/efl/interfaces/efl_interface_text_properties.eo')
-rw-r--r--src/lib/efl/interfaces/efl_interface_text_properties.eo2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/efl/interfaces/efl_interface_text_properties.eo b/src/lib/efl/interfaces/efl_interface_text_properties.eo
index 4d0bac04cf..120012912a 100644
--- a/src/lib/efl/interfaces/efl_interface_text_properties.eo
+++ b/src/lib/efl/interfaces/efl_interface_text_properties.eo
@@ -1,4 +1,5 @@
interface Efl_Interface_Text_Properties {
+ legacy_prefix: null;
properties {
font {
set {
@@ -33,4 +34,5 @@ interface Efl_Interface_Text_Properties {
}
implements {
virtual::font;
+ }
}