Function

GUPnPwhite_list_get_entries

Declaration [src]

GList*
gupnp_white_list_get_entries (
  GUPnPWhiteList* white_list
)

Description [src]

Get the GList of entries that compose the white list. Do not free.

Available since:0.20.5
Deprecated since:1.4.0

Use gupnp_context_filter_get_entries() instead.

Parameters

white_list GUPnPWhiteList
 

A GUPnPWhiteList.

 The data is owned by the caller of the function.

Return value

Returns: A list of utf8
 

A GList of entries used to filter networks, interfaces,… or NULL. Do not modify or free the list nor its elements.

 The data is owned by the called function.
 The return value can be NULL.
 Each element is a NUL terminated UTF-8 string.