Function

GUPnPwhite_list_remove_entry

Declaration [src]

gboolean
gupnp_white_list_remove_entry (
  GUPnPWhiteList* white_list,
  const gchar* entry
)

Description [src]

Remove entry in the list of valid criteria used by white_list to filter networks.

Available since:0.20.5
Deprecated since:1.4.0

Use gupnp_context_filter_remove_entry() instead.

Parameters

white_list GUPnPWhiteList
 

A GUPnPWhiteList.

 The data is owned by the caller of the function.
entry const gchar*
 

A value to remove from the filter list.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: gboolean
 

TRUE if entry is removed, FALSE otherwise.