1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

attention-flag - unittest - stub_ui

This commit is contained in:
DebXWoody 2021-05-29 21:17:12 +02:00
parent b0a89db1d6
commit b9af7152f9
No known key found for this signature in database
GPG Key ID: CBD1B596579B7FFF

View File

@ -210,6 +210,20 @@ ui_win_unread(int index)
return 0; return 0;
} }
gboolean
ui_win_has_attention(int index) {
return FALSE;
}
gboolean
win_has_attention(ProfWin* window){
return FALSE;
}
gboolean
win_toggle_attention(ProfWin* window){
return FALSE;
}
char* char*
ui_ask_password(gboolean confirm) ui_ask_password(gboolean confirm)
{ {
@ -828,6 +842,12 @@ void
cons_show_wins(gboolean unread) cons_show_wins(gboolean unread)
{ {
} }
void
cons_show_wins_attention()
{
}
void void
cons_show_status(const char* const barejid) cons_show_status(const char* const barejid)
{ {