diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-05-24 23:01:16 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-05-24 23:01:16 +0200 |
| commit | ed136d3b9a70370700595005f12794eff20bbaae (patch) | |
| tree | 1ab74aa2c96e38372de62746e5982ebc0f072939 /src/slack-timedate.h | |
| parent | 0eccfe3ef3ca602212667f339440d77c13d757b1 (diff) | |
| download | slack-timedate-ed136d3b9a70370700595005f12794eff20bbaae.tar.gz | |
Add a stub method to query the time zones
Diffstat (limited to 'src/slack-timedate.h')
| -rw-r--r-- | src/slack-timedate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slack-timedate.h b/src/slack-timedate.h index 7154336..72fcc2d 100644 --- a/src/slack-timedate.h +++ b/src/slack-timedate.h @@ -48,6 +48,9 @@ " <arg name=\"use_ntp\" type=\"b\" direction=\"in\"/>\n" \ " <arg name=\"user_interaction\" type=\"b\" direction=\"in\"/>\n" \ " </method>\n" \ + " <method name=\"ListTimezones\">\n" \ + " <arg name=\"timezones\" type=\"as\" direction=\"out\"/>\n" \ + " </method>" \ " </interface>\n" \ "</node>\n" |
