Re: [Xen-devel] [PATCH v8 17/17] libxl: Add comments to libxl__json_*get* functions

2019-01-11 Thread Ian Jackson
Anthony PERARD writes ("[PATCH v8 17/17] libxl: Add comments to libxl__json_*get* functions"): > This comments that libxl__json_object_get_* and libxl__json_*_get > functions accept the libxl__json_object parameter to be NULL. > > libxl__json_object_to_json also works with NULL. > > This also mo

[Xen-devel] [PATCH v8 17/17] libxl: Add comments to libxl__json_*get* functions

2019-01-04 Thread Anthony PERARD
This comments that libxl__json_object_get_* and libxl__json_*_get functions accept the libxl__json_object parameter to be NULL. libxl__json_object_to_json also works with NULL. This also move libxl__json_object_alloc declaration closer to similar functions, and closer to libxl__json_object_free.