improved ecore integration (signal arrives, but still buggy)

PendingCall docu
This commit is contained in:
Andreas Volz 2008-07-30 15:46:00 +02:00
parent 5dadc5d4fe
commit 0dd61fc152
3 changed files with 5 additions and 3 deletions

View file

@ -93,7 +93,7 @@ public:
* \param data The data to store.
* \throw ErrorNoMemory
*/
void data( void* );
void data( void* data );
/*!
* \brief Retrieves data previously set with dbus_pending_call_set_data().