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:
Inherited Members:
All known members inherited from class GUPnP.ServiceInfo
All known members inherited from class GLib.Object