# HG changeset patch # User Mike Becker # Date 1735298594 -3600 # Node ID 154eb64ce746eb5d51cd21965a7d5d01eaac3450 # Parent d347f74ce7d1e31dd620f3d2193fcfd74aa35e40 add references between both variants of the properties fill function diff -r d347f74ce7d1 -r 154eb64ce746 src/cx/properties.h --- a/src/cx/properties.h Fri Dec 27 12:18:38 2024 +0100 +++ b/src/cx/properties.h Fri Dec 27 12:23:14 2024 +0100 @@ -382,6 +382,7 @@ * @param buf a pointer to the data * @param len the length of the data * @return non-zero when a memory allocation was necessary but failed + * @see cxPropertiesFill() */ cx_attr_nonnull cx_attr_access_r(2, 3) @@ -437,6 +438,7 @@ * @param prop the properties interface * @param str the text to fill in * @return non-zero when a memory allocation was necessary but failed + * @see cxPropertiesFilln() */ #define cxPropertiesFill(prop, str) _Generic((str), \ cxstring: cx_properties_fill_cxstr, \