Tizen Native API
3.0
|
Functions | |
Eldbus_Pending * | eldbus_object_introspect (Eldbus_Object *obj, Eldbus_Message_Cb cb, const void *data) |
Function Documentation
Eldbus_Pending* eldbus_object_introspect | ( | Eldbus_Object * | obj, |
Eldbus_Message_Cb | cb, | ||
const void * | data | ||
) |
Call the method "Introspect" on the eldbus object.
- Parameters:
-
obj Eldbus object. cb Callback called when receiving an answer. data Data passed to the callback.
- Returns:
- The Eldbus_Pending corresponding to the message sent.
- Since :
- 3.0
- Examples:
- banshee.c.