summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_gfx_color_class.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/interfaces/efl_gfx_color_class.eo')
-rw-r--r--src/lib/efl/interfaces/efl_gfx_color_class.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_gfx_color_class.eo b/src/lib/efl/interfaces/efl_gfx_color_class.eo
index 116e2c9964..f0d4dcb866 100644
--- a/src/lib/efl/interfaces/efl_gfx_color_class.eo
+++ b/src/lib/efl/interfaces/efl_gfx_color_class.eo
@@ -19,7 +19,7 @@ interface Efl.Gfx.Color_Class
Setting color emits a signal "color_class,set" with source being
the given color.
- Note: These color values are expected to be premultiplied by \@p a.]]
+ Note: These color values are expected to be premultiplied by $a.]]
return: bool; [[$true if setting the color succeeded, $false otherwise]]
}
get {
@@ -32,7 +32,7 @@ interface Efl.Gfx.Color_Class
the third is the text shadow. (Note that the second two only apply
to text parts).
- Note: These color values are expected to be premultiplied by \@p a.]]
+ Note: These color values are expected to be premultiplied by $a.]]
return: bool; [[$true if getting the color succeeded, $false otherwise]]
}
keys {