about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-15 01:41:34 +0100
committerJames Booth <boothj5@gmail.com>2016-05-15 01:41:34 +0100
commitc6a6e3a51cb2fa1b036fa17cf89b8d9dab95c293 (patch)
tree60183c7b199b73521269d3f58fac8d6cd434c423 /src/config/preferences.h
parentd00615beba0e9f6d463b821c3a9406e412ebbfe2 (diff)
downloadprofani-tty-c6a6e3a51cb2fa1b036fa17cf89b8d9dab95c293.tar.gz
Add /tray timer <seconds>
closes #787
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index b4a31a77..5e4b28ef 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -224,6 +224,9 @@ void prefs_set_roster_presence_indent(gint value);
 
 void prefs_add_login(const char *jid);
 
+void prefs_set_tray_timer(gint value);
+gint prefs_get_tray_timer(void);
+
 gboolean prefs_add_alias(const char *const name, const char *const value);
 gboolean prefs_remove_alias(const char *const name);
 char* prefs_get_alias(const char *const name);