get_introspection
Description:
[ Version ( deprecated = true , deprecated_since = "0.20.15." ) ]
public ServiceIntrospection? get_introspection () throws Error
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.
Note:
Use get_introspection_async or get_introspection_async_full instead.
Warning: You should use get_introspection_async instead, this function re-enter the GMainloop before returning or might even block.
Parameters:
this |
Returns:
A new ServiceIntrospection for this service or |