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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref