Constructor
LunarDateDatenew
since: 2.4.0
Declaration [src]
LunarDate*
lunar_date_new (
void
)
Description [src]
Allocates a `LunarDate“ and initializes it. Free the return value with lunar_date_free()
.
Available since: 2.4.0
Return value
Type: LunarDate
A newly-allocated LunarDate
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |