Skip to content
  • Adrien Plazas's avatar
    init: Make the arguments optional · db66a656
    Adrien Plazas authored and Guido Gunther's avatar Guido Gunther committed
    Annotate the arguments of hdy_init() with (optional) to specify that
    NULL arguments are valid. This also replaces the deprecated (allow-none)
    by (nullable) to specify that the array pointed at by argv can be NULL.
    db66a656