mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-27 18:34:13 +08:00
Co-authored-by: Balamurugan R <balamuruga.r050814@gmail.com>
This commit is contained in:
co-authored by
Balamurugan R
parent
27f084b3d3
commit
ee669f4148
@@ -95,7 +95,7 @@ To learn more about how to register the name-data pairs visit :ref:`editor_integ
|
||||
Arrays
|
||||
------
|
||||
|
||||
An array of any type can be defined in four ways:
|
||||
An array of any type can be defined in three ways:
|
||||
|
||||
:int[count]: An integer array. The number of elements will be passed as a separate parameter.
|
||||
:string[NULL]: An array terminated with a ``NULL`` element.
|
||||
|
||||
Reference in New Issue
Block a user