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:
parent
b0a89db1d6
commit
b9af7152f9
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user