Method

PurpleNotifyUserInforemove_entry

since: 2.0

Declaration [src]

void
purple_notify_user_info_remove_entry (
  PurpleNotifyUserInfo* user_info,
  PurpleNotifyUserInfoEntry* user_info_entry
)

Description [src]

Remove a PurpleNotifyUserInfoEntry from a PurpleNotifyUserInfo object without freeing the entry.

Available since: 2.0

Parameters

user_info_entry

Type: PurpleNotifyUserInfoEntry

The PurpleNotifyUserInfoEntry.

The data is owned by the caller of the function.