Skip to content

Commit

Permalink
book: Fix link to GVariant docs (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Jan 12, 2024
1 parent 5c0b300 commit 7975e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When creating a `path`, we advise to take the `id`, replace the '.' with '/' and

We only want to store a single key with the `name` "is-switch-enabled".
This is a boolean value so its `type` is "b" (see [GVariant Format Strings](https://docs.gtk.org/glib/gvariant-format-strings.html) for the other options).
We also set its default value to `false` (see [GVariant Text Format](https://docs.gtk.org/glib/gvariant-text.html) for the full syntax).
We also set its default value to `false` (see [GVariant Text Format](https://docs.gtk.org/glib/gvariant-text-format.html) for the full syntax).
Finally, we add a summary.

Now we need to copy and compile the schema.
Expand Down

0 comments on commit 7975e54

Please sign in to comment.