Change nick to name in api to match convention

Change all instances of *get_nick_from_roster to *get_name_from_roster
to match the convention of names in the roster itself.
This commit is contained in:
Dustin Lagoy
2021-04-28 09:32:20 -04:00
parent ed4d2fcfb2
commit 802442fffc
8 changed files with 14 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ char* api_get_current_recipient(void);
char* api_get_current_muc(void);
gboolean api_current_win_is_console(void);
char* api_get_current_nick(void);
char* api_get_nick_from_roster(const char* barejid);
char* api_get_name_from_roster(const char* barejid);
char** api_get_current_occupants(void);
char* api_get_room_nick(const char* barejid);