Home
last modified time | relevance | path

Searched refs:ui_handle_recipient_error (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/profanity/profanity-0.11.1/src/ui/
H A Dui.h104 void ui_handle_recipient_error(const char* const recipient, const char* const err_msg);
H A Dcore.c416 ui_handle_recipient_error(const char* const recipient, const char* const err_msg) in ui_handle_recipient_error() function
/dports/net-im/profanity/profanity-0.11.1/tests/unittests/ui/
H A Dstub_ui.c539 ui_handle_recipient_error(const char* const recipient, const char* const err_msg) in ui_handle_recipient_error() function
/dports/net-im/profanity/profanity-0.11.1/src/xmpp/
H A Dpresence.c467 ui_handle_recipient_error(from, err_msg); in _presence_error_handler()
H A Dmessage.c886 ui_handle_recipient_error(jid, err_msg); in _handle_error()