Service
Object Hierarchy:
Description:
[
CCode ( type_id =
"gupnp_service_get_type ()" ) ]
public class Service :
ServiceInfo
This struct contains private data only, and should be accessed using the functions below.
Content:
Properties:
Creation methods:
Methods:
- public void freeze_notify ()
Causes new notifications to be queued up until
thaw_notify is called.
- public void notify (...)
Notifies listening clients that the properties listed in Varargs
have changed to the specified values.
- public void notify_value (string variable, Value value)
Notifies listening clients that variable
has changed to
value
.
- public void thaw_notify ()
Sends out any pending notifications, and stops queuing of new ones.
Signals:
- public virtual signal void action_invoked (ServiceAction action)
Emitted whenever an action is invoked.
- public signal void notify_failed (List<URI> callback_url, Error reason)
Emitted whenever notification of a client fails.
- public virtual signal void query_variable (string variable, ref Value value)
Emitted whenever service
needs to know the value of
variable
.
Inherited Members:
All known members inherited from class GUPnP.ServiceInfo
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