Merge branch 'master' into 'master'

Fix example in usage docs

See merge request GNOME/libsecret!117
This commit is contained in:
Niels De Graef 2023-02-04 09:08:41 +00:00
commit ecb788d44e

View File

@ -18,7 +18,7 @@ AC_SUBST(LIBSECRET_LIBS)
Code using libsecret should include the header like this:
```c
#include <libsecret/secret.h>;
#include <libsecret/secret.h>
```
Including individual headers besides the main header files is not permitted and