Add a stub method to query the time zones
All checks were successful
Build / build (push) Successful in 15s

This commit is contained in:
2024-05-24 23:01:16 +02:00
parent 0eccfe3ef3
commit ed136d3b9a
4 changed files with 47 additions and 11 deletions

View File

@@ -33,6 +33,16 @@ for KDE.
Then running `dbus-monitor --system` as root can be used to see the
communication between the control center and this service.
Messages to the D-Bus service can also be sent with `dbus-send`. For example
to get the list of time zones:
```sh
dbus-send --system --print-reply --type=method_call \
--dest=org.freedesktop.timedate1 \
/org/freedesktop/timedate1 \
org.freedesktop.timedate1.ListTimezones
```
## Dependencies
- glib