Function

GUPnPwhite_list_clear

Declaration [src]

void
gupnp_white_list_clear (
  GUPnPWhiteList* white_list
)

Description [src]

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.

Available since:0.20.5
Deprecated since:1.4.0

Use gupnp_context_filter_clear() instead.

Parameters

white_list GUPnPWhiteList
 

A GUPnPWhiteList.

 The data is owned by the caller of the function.