get_introspection


Description:

[ Version ( deprecated = true , deprecated_since = "0.20.15." ) ]
public ServiceIntrospection? get_introspection () throws Error

Warning: get_introspection is deprecated since 0.20.15..

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 an SCPD.

Warning: You should use get_introspection_async instead, this function re-enter the GMainloop before returning or might even block.

Parameters:

this

A ServiceInfo

Returns:

A new ServiceIntrospection for this service or null. Unref after use.