Function
Purpleserv_move_buddy
Declaration [src]
void
purple_serv_move_buddy (
PurpleBuddy* buddy,
PurpleGroup* orig,
PurpleGroup* dest
)
Parameters
buddy
-
Type:
PurpleBuddy
The Buddy.
The data is owned by the caller of the function. orig
-
Type:
PurpleGroup
Original group.
The data is owned by the caller of the function. dest
-
Type:
PurpleGroup
Destiny group.
The data is owned by the caller of the function.