Function
Purpleblist_update_buddies_cache
Declaration [src]
void
purple_blist_update_buddies_cache (
PurpleBuddy* buddy,
const char* new_name
)
Description [src]
Updates the buddies hash table when a buddy has been renamed. This only updates the cache, the caller is responsible for the actual renaming of the buddy after updating the cache.
Parameters
buddy
-
Type:
PurpleBuddy
The buddy whose name will be changed.
The data is owned by the caller of the function. new_name
-
Type:
const char*
The new name of the buddy.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.