add_redirect_entry
Description:
[ Version ( since = "1.10" ) ]
public void add_redirect_entry (string location, owned TagList? tag_list, owned Structure? entry_struct)
public void add_redirect_entry (string location, owned TagList? tag_list, owned Structure? entry_struct)
Creates and appends a new entry.
The specified location string is copied. However, ownership over the tag list and structure are transferred to the message.
Parameters:
this | |
location |
location string for the new entry |
tag_list |
tag list for the new entry |
entry_struct |
structure for the new entry |