Add entry
in the list of valid criteria used by white_list
to
filter networks.
if entry
already exists, it won't be added a second time.
A #GUPnPWhiteList
A value used to filter network
Add a list of entries to a #GUPnPWhiteList. This is a helper function to directly add a %NULL-terminated array of string usually aquired from commandline args.
A #GUPnPWhiteList
A %NULL-terminated list of strings
It will check if the context
is allowed or not. The white_list
will check
all its entries againt #GUPnPContext interface, host ip and network fields
information. This function doesn't take into account the white_list
status
(enabled or not).
A #GUPnPWhiteList
A #GUPnPContext to test.
Remove all entries from #GList that compose the white list. The list is now empty. Even if #GUPnPWhiteList is enabled, it will have the same behavior as if it was disabled.
A #GUPnPWhiteList
Return the status of the #GUPnPWhiteList
A #GUPnPWhiteList
Get the #GList of entries that compose the white list. Do not free
A #GUPnPWhiteList
Return the state of the entries list of #GUPnPWhiteList
A #GUPnPWhiteList
Remove entry
in the list of valid criteria used by white_list
to
filter networks.
A #GUPnPWhiteList
A value to remove from the filter list.
Enable or disable the #GUPnPWhiteList to perform the network filtering.
A #GUPnPWhiteList
%TRUE to enable white_list,
%FALSE otherwise
Generate and return a new UUID.