Function
GUPnPwhite_list_check_context
Declaration [src]
gboolean
gupnp_white_list_check_context (
GUPnPWhiteList* white_list,
GUPnPContext* context
)
Description [src]
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).
Available since: | 0.20.5 |
Deprecated since: | 1.4.0 |
Use |
Parameters
white_list |
GUPnPWhiteList |
A |
|
The data is owned by the caller of the function. | |
context |
GUPnPContext |
A |
|
The data is owned by the caller of the function. |