WhiteList
Object Hierarchy:
Description:
[
CCode ( type_id =
"gupnp_white_list_get_type ()" ) ]
public class WhiteList :
Object
This struct contains private data only, and should be accessed using the functions below.
Content:
Properties:
Creation methods:
Methods:
- public bool add_entry (string entry)
Add entry
in the list of valid criteria used by
this to filter networks.
- public void add_entryv (string[] entries)
Add a list of entries to a WhiteList.
- public bool check_context (Context context)
It will check if the context
is allowed or not.
- public void clear ()
Remove all entries from
List that compose the white list.
- public bool get_enabled ()
Return the status of the WhiteList
- public unowned List<string> get_entries ()
Get the List of entries
that compose the white list.
- public bool is_empty ()
Return the state of the entries list of WhiteList
- public bool remove_entry (string entry)
Remove entry
in the list of valid criteria used by
this to filter networks.
- public void set_enabled (bool enable)
Enable or disable the WhiteList to perform the
network filtering.
Inherited Members:
All known members inherited from class GLib.Object