diff options
Diffstat (limited to 'src/lib/efl/interfaces/efl_image_load.eo')
-rw-r--r-- | src/lib/efl/interfaces/efl_image_load.eo | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/efl/interfaces/efl_image_load.eo b/src/lib/efl/interfaces/efl_image_load.eo index 53f549fe1f..65e4853111 100644 --- a/src/lib/efl/interfaces/efl_image_load.eo +++ b/src/lib/efl/interfaces/efl_image_load.eo | |||
@@ -117,16 +117,10 @@ interface Efl.Image.Load () | |||
117 | get { | 117 | get { |
118 | [[Retrieve the coordinates of a given image object's selective | 118 | [[Retrieve the coordinates of a given image object's selective |
119 | (source image) load region. | 119 | (source image) load region. |
120 | |||
121 | Note: Use $null pointers on the coordinates you're not | ||
122 | interested in: they'll be ignored by the function. | ||
123 | ]] | 120 | ]] |
124 | } | 121 | } |
125 | values { | 122 | values { |
126 | x: int; [[X-offset of the region to be loaded.]] | 123 | region: Eina.Rect; [[A region of the image.]] |
127 | y: int; [[Y-offset of the region to be loaded.]] | ||
128 | w: int; [[Width of the region to be loaded.]] | ||
129 | h: int; [[Height of the region to be loaded.]] | ||
130 | } | 124 | } |
131 | } | 125 | } |
132 | @property load_orientation { | 126 | @property load_orientation { |