Function

GUPnPwhite_list_add_entryv

Declaration [src]

void
gupnp_white_list_add_entryv (
  GUPnPWhiteList* white_list,
  gchar** entries
)

Description [src]

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.

Available since:0.20.8
Deprecated since:1.4.0

Use gupnp_context_filter_add_entryv() instead.

Parameters

white_list GUPnPWhiteList
 

A GUPnPWhiteList.

 The data is owned by the caller of the function.
entries An array of gchar*
 

A NULL-terminated list of strings.

 The array must be NULL-terminated.
 The data is owned by the caller of the function.
 Each element is a NUL terminated UTF-8 string.