introspect_async


Description:

[ Version ( since = "1.2.2" ) ]
public async ServiceIntrospection? introspect_async (Cancellable? cancellable) throws Error

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.

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

Parameters:

this

A ServiceInfo

cancellable

a Cancellable that can be used to cancel the call.

callback

callback to be called when introspection object is ready.

user_data

user_data to be passed to the callback.