get_introspection_async_full


Description:

[ Version ( since = "0.20.9" ) ]
public void get_introspection_async_full (ServiceIntrospectionCallback callback, Cancellable? cancellable)

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.

If cancellable is used to cancel the call, callback will be called with error code CANCELLED.

Parameters:

this

A ServiceInfo

callback

callback to be called when introspection object is ready.

cancellable

GCancellable that can be used to cancel the call, or null.

user_data

user_data to be passed to the callback.