efl: rename Efl.Gfx.Color_Class.Layer -> Efl.Gfx.Color_Class_Layer

This commit is contained in:
Xavi Artigas 2018-05-23 10:36:38 +02:00 committed by Daniel Kolesa
parent 4396687b6c
commit 8e0e1b702e
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ mixin Efl.Gfx.Color
} }
keys { keys {
color_class: string; [[The name of color class]] color_class: string; [[The name of color class]]
layer: Efl.Gfx.Color_Class.Layer @optional; [[The layer to set the color]] layer: Efl.Gfx.Color_Class_Layer @optional; [[The layer to set the color]]
} }
values { values {
colorcode: string; [[the hex color code.]] colorcode: string; [[the hex color code.]]

View File

@ -37,7 +37,7 @@ interface Efl.Gfx.Color_Class
} }
keys { keys {
color_class: string; [[The name of color class]] color_class: string; [[The name of color class]]
layer: Efl.Gfx.Color_Class.Layer @optional; [[The layer to set the color]] layer: Efl.Gfx.Color_Class_Layer @optional; [[The layer to set the color]]
} }
values { values {
r: int; [[The intensity of the red color]] r: int; [[The intensity of the red color]]

View File

@ -204,7 +204,7 @@ enum Efl.Gfx.Image_Load_Error
recursive_reference = 10 [[(Edje only) The group/collection set to load from had recursive references on its components]] recursive_reference = 10 [[(Edje only) The group/collection set to load from had recursive references on its components]]
} }
enum Efl.Gfx.Color_Class.Layer { enum Efl.Gfx.Color_Class_Layer {
[[Efl Gfx Color Class layer enum]] [[Efl Gfx Color Class layer enum]]
normal = 0, [[Default color]] normal = 0, [[Default color]]
outline, [[Outline color]] outline, [[Outline color]]