mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 08:56:20 +00:00
Added priority properties to ProfAccount
This commit is contained in:
@@ -32,6 +32,11 @@ typedef struct prof_account_t {
|
|||||||
gchar *server;
|
gchar *server;
|
||||||
gchar *last_presence;
|
gchar *last_presence;
|
||||||
gchar *login_presence;
|
gchar *login_presence;
|
||||||
|
gint priority_online;
|
||||||
|
gint priority_chat;
|
||||||
|
gint priority_away;
|
||||||
|
gint priority_xa;
|
||||||
|
gint priority_dnd;
|
||||||
gboolean enabled;
|
gboolean enabled;
|
||||||
} ProfAccount;
|
} ProfAccount;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user