parse_redirect_entry
Description:
[ Version ( since = "1.10" ) ]
public void parse_redirect_entry (size_t entry_index, out unowned string location, out unowned TagList? tag_list, out unowned Structure? entry_struct)
public void parse_redirect_entry (size_t entry_index, out unowned string location, out unowned TagList? tag_list, out unowned Structure? entry_struct)
Parses the location and/or structure from the entry with the given index.
The index must be between 0 and get_num_redirect_entries - 1. Returned pointers are valid for as long as this message exists.
Parameters:
this | |
entry_index |
index of the entry to parse |
location |
return location for the pointer to the entry's location string, or |
tag_list |
return location for the pointer to the entry's tag list, or |
entry_struct |
return location for the pointer to the entry's structure, or |