Added notify preference

This commit is contained in:
James Booth
2012-06-28 23:45:37 +01:00
parent 18494c3701
commit 54ef09bfbd
4 changed files with 33 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ void reset_login_search(void);
gboolean prefs_get_beep(void);
void prefs_set_beep(gboolean value);
gboolean prefs_get_notify(void);
void prefs_set_notify(gboolean value);
gboolean prefs_get_flash(void);
void prefs_set_flash(gboolean value);
void prefs_add_login(const char *jid);