We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4638be6 commit 681bc56Copy full SHA for 681bc56
include/dali/dali.h
@@ -400,7 +400,7 @@ typedef struct _DALIArgDesc {
400
int64_t ivalue; /**< signed integer scalar types and bool */
401
uint64_t uvalue; /**< unsigned integer scalar types */
402
float fvalue; /**< DALI_FLOAT */
403
- double dvalue; /**< DALI_FLOAT64 */
+ double dvalue; /**< DALI_FLOAT64, reserved for future use */
404
const char *str; /**< DALI_STRING — NULL-terminated C string */
405
struct {
406
int64_t size; /**< number of elements */
0 commit comments