projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee018c0
)
Add for internal API comments.
19/293919/2
accepted/tizen/unified/20230609.163745
author
jykeon
<jykeon@samsung.com>
Thu, 8 Jun 2023 06:12:00 +0000
(15:12 +0900)
committer
Chun
<jykeon@samsung.com>
Thu, 8 Jun 2023 06:51:19 +0000
(06:51 +0000)
Change-Id: I0598f5fe79d7c32f0d5cb9492b661af05d901373
Signed-off-by: jykeon <jykeon@samsung.com>
src/lib/ecore_wl2/Ecore_Wl2.h
patch
|
blob
|
history
diff --git
a/src/lib/ecore_wl2/Ecore_Wl2.h
b/src/lib/ecore_wl2/Ecore_Wl2.h
index
c5772ad
..
039615f
100644
(file)
--- a/
src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/
src/lib/ecore_wl2/Ecore_Wl2.h
@@
-1329,6
+1329,7
@@
EAPI void ecore_wl2_window_maximized_set_with_direction(Ecore_Wl2_Window *window
//
// TIZEN_ONLY(20230320): support a layout window
+/** @internal */
EAPI Eina_Bool
ecore_wl2_window_layout_set(Ecore_Wl2_Window * window, unsigned int num_cols, unsigned int num_rows, unsigned int column, unsigned int row, unsigned int col_span, unsigned int row_span);
//