mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
Fix example in usage docs
This commit is contained in:
parent
5934c30491
commit
abad8802ae
@ -18,7 +18,7 @@ AC_SUBST(LIBSECRET_LIBS)
|
|||||||
Code using libsecret should include the header like this:
|
Code using libsecret should include the header like this:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
#include <libsecret/secret.h>;
|
#include <libsecret/secret.h>
|
||||||
```
|
```
|
||||||
|
|
||||||
Including individual headers besides the main header files is not permitted and
|
Including individual headers besides the main header files is not permitted and
|
||||||
|
Loading…
Reference in New Issue
Block a user