You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Prefix the binaries with build directory path (`target/debug` or `target/release
69
69
```c
70
70
#defineUSERNAME "John Doe"
71
71
```
72
-
- Just like in C, pats of the resource file can be ignored / included conditionally using the `#ifdef` and `ifndef` directives.
72
+
- Just like in C, parts of the resource file can be ignored / included conditionally using the `#ifdef` and `ifndef` directives.
73
73
```c
74
74
#ifdef USERNAME
75
75
swaylock.greeter.user USERNAME // USERNAME is replaced with John Doe
@@ -126,7 +126,7 @@ The CLI client allows the user to interact with the config manager. Primary func
126
126
127
127
## Client API (for C)
128
128
129
-
The header and implementation files for the dbus interface is autogenerated from the `service.xml` file during the `meson` build. The `client_api.h` header file provides a simple to use wrapper api. All the dbus method names are in snake case and are prefixed with `conf_client`.
129
+
The header and implementation files for the dbus interface are autogenerated from the `service.xml` file during the `meson` build. The `client_api.h` header file provides a simple to use wrapper api. All the dbus method names are in snake case and are prefixed with `conf_client`.
0 commit comments