diff options
author | Ingo Bürk <ingo.buerk@tngtech.com> | 2015-03-23 21:42:52 +0100 |
---|---|---|
committer | Ingo Bürk <ingo.buerk@tngtech.com> | 2015-03-23 21:42:52 +0100 |
commit | 0a84bcb74aeef2efc2f5ccc1cfc674242f311cd2 (patch) | |
tree | 38d20a2a364328ed7bebd2b5fbc079deba9d624e /include | |
parent | 3f9d4c6d897b44be3971af7229bf07e425d0915f (diff) |
Pass the "instance" JSON property key for tztime blocks
fixes #10
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i3status.h b/include/i3status.h index 0985180..a61d966 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -183,7 +183,7 @@ const char *first_eth_interface(const net_type_t type); void print_ipv6_info(yajl_gen json_gen, char *buffer, const char *format_up, const char *format_down); void print_disk_info(yajl_gen json_gen, char *buffer, const char *path, const char *format, const char *format_not_mounted, const char *prefix_type, const char *threshold_type, const double low_threshold); void print_battery_info(yajl_gen json_gen, char *buffer, int number, const char *path, const char *format, const char *format_down, const char *status_chr, const char *status_bat, const char *status_full, int low_threshold, char *threshold_type, bool last_full_capacity, bool integer_battery_capacity, bool hide_seconds); -void print_time(yajl_gen json_gen, char *buffer, const char *format, const char *tz, time_t t); +void print_time(yajl_gen json_gen, char *buffer, const char *title, const char *format, const char *tz, time_t t); void print_ddate(yajl_gen json_gen, char *buffer, const char *format, time_t t); const char *get_ip_addr(); void print_wireless_info(yajl_gen json_gen, char *buffer, const char *interface, const char *format_up, const char *format_down); |