Class
GUPnPServiceInfo
Description [src]
abstract class GUPnP.ServiceInfo : GObject.Object
{
/* No available fields */
}
Service information shared by local and remote services.
A class that contains the common parts between local and remote services.
Instance methods
gupnp_service_info_get_event_subscription_url
Get the event subscription URL for this service, or NULL
.
gupnp_service_info_introspect_async
Note that introspection object is created from the information in service description document (SCPD) provided by the service so it can not be created if the service does not provide a SCPD.
since: 1.2.2
gupnp_service_info_introspect_finish
Finish an asynchronous call initiated with gupnp_service_info_introspect_async().
since: 1.2.2
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GUPnPServiceInfoClass {
GObjectClass parent_class;
void (* _gupnp_reserved1) (
void
);
void (* _gupnp_reserved2) (
void
);
void (* _gupnp_reserved3) (
void
);
void (* _gupnp_reserved4) (
void
);
}
No description available.
Class members
parent_class: GObjectClass
No description available.
_gupnp_reserved1: void (* _gupnp_reserved1) ( void )
No description available.
_gupnp_reserved2: void (* _gupnp_reserved2) ( void )
No description available.
_gupnp_reserved3: void (* _gupnp_reserved3) ( void )
No description available.
_gupnp_reserved4: void (* _gupnp_reserved4) ( void )
No description available.