diff options
author | James Booth <boothj5@gmail.com> | 2015-11-02 22:05:17 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-02 22:05:17 +0000 |
commit | a3e9178ea2ff8d45376b729ccee3f2c45c572485 (patch) | |
tree | 58b38b32ed881cb5654840c5e315958052602609 /tests | |
parent | a761ea71761b399394ea6d2238154e9050ed14ff (diff) | |
download | profani-tty-a3e9178ea2ff8d45376b729ccee3f2c45c572485.tar.gz |
Renamed mucconfwin functions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 8fa40ff7..df8358cb 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -244,7 +244,7 @@ void ui_handle_error(const char * const err_msg) void ui_clear_win_title(void) {} void ui_goodbye_title(void) {} -void ui_handle_room_configuration(const char * const roomjid, DataForm *form) {} +void mucconfwin_handle_configuration(const char * const roomjid, DataForm *form) {} void ui_handle_room_configuration_form_error(const char * const roomjid, const char * const message) {} void ui_handle_room_config_submit_result(const char * const roomjid) {} void ui_handle_room_config_submit_result_error(const char * const roomjid, const char * const message) {} @@ -257,10 +257,10 @@ void mucwin_role_set_error(ProfMucWin *mucwin, const char * const nick, const ch void mucwin_role_list_error(ProfMucWin *mucwin, const char * const role, const char * const error) {} void mucwin_handle_role_list(ProfMucWin *mucwin, const char * const role, GSList *nicks) {} void mucwin_kick_error(ProfMucWin *mucwin, const char * const nick, const char * const error) {} -void ui_show_form(ProfMucConfWin *confwin) {} -void ui_show_form_field(ProfWin *window, DataForm *form, char *tag) {} -void ui_show_form_help(ProfMucConfWin *confwin) {} -void ui_show_form_field_help(ProfMucConfWin *confwin, char *tag) {} +void mucconfwin_show_form(ProfMucConfWin *confwin) {} +void mucconfwin_show_form_field(ProfWin *window, DataForm *form, char *tag) {} +void mucconfwin_form_help(ProfMucConfWin *confwin) {} +void mucconfwin_field_help(ProfMucConfWin *confwin, char *tag) {} void ui_show_lines(ProfWin *window, const gchar** lines) {} void ui_redraw_all_room_rosters(void) {} void ui_show_all_room_rosters(void) {} |