Functions
org.freedesktop.DBus.Introspectable

Functions

Eldbus_Pendingeldbus_object_introspect (Eldbus_Object *obj, Eldbus_Message_Cb cb, const void *data)
 Call the method "Introspect" on the eldbus object. More...
 

Detailed Description

Function Documentation

◆ eldbus_object_introspect()

Eldbus_Pending* eldbus_object_introspect ( Eldbus_Object obj,
Eldbus_Message_Cb  cb,
const void *  data 
)

Call the method "Introspect" on the eldbus object.

Parameters
objEldbus object.
cbCallback called when receiving an answer.
dataData passed to the callback.
Returns
The Eldbus_Pending corresponding to the message sent.
Examples
banshee.c.

References ELDBUS_FDO_INTERFACE_INTROSPECTABLE, eldbus_object_method_call_new(), and eldbus_object_send().