docs/Writerside/topics/properties.h.md

changeset 1603
ffea41207599
parent 1569
b5d896ad5e75
equal deleted inserted replaced
1602:7329821fd768 1603:ffea41207599
63 cxstring *key, cxstring *value); 63 cxstring *key, cxstring *value);
64 64
65 void cxPropertiesUseStack(CxProperties *prop, 65 void cxPropertiesUseStack(CxProperties *prop,
66 char *buf, size_t capacity); 66 char *buf, size_t capacity);
67 67
68 CxPropertiesStatus cxPropertiesLoad(CxPropertiesConfig config, 68 CxPropertiesStatus cxPropertiesLoad(
69 const CxAllocator *allocator, 69 const CxAllocator *allocator,
70 AnyStr filename, CxMap *target); 70 AnyStr filename, CxMap *target,
71 CxPropertiesConfig config);
71 72
72 CxPropertiesStatus cxPropertiesLoadDefault( 73 CxPropertiesStatus cxPropertiesLoadDefault(
73 const CxAllocator *allocator, 74 const CxAllocator *allocator,
74 AnyStr filename, CxMap *target); 75 AnyStr filename, CxMap *target);
75 ``` 76 ```

mercurial