Commit 0305481
authored
docs: make usage of LDPersistence_Init clearer (#460)
This commit provides better documentation for how to initialize the
`LDPersistence` struct.
The existing docs were ambiguous as to when the call should be made. If
you call _after_ setting custom pointers, then the custom pointers will
be wiped out.1 parent 1babc17 commit 0305481
File tree
1 file changed
+19
-3
lines changed- libs/client-sdk/include/launchdarkly/client_side/bindings/c/config
1 file changed
+19
-3
lines changedLines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
94 | 110 | | |
95 | 111 | | |
96 | 112 | | |
| |||
0 commit comments