eina_accessor.h   eina_accessor.h 
skipping to change at line 50 skipping to change at line 50
* @typedef Eina_Accessor * @typedef Eina_Accessor
* Abstract type for accessors. * Abstract type for accessors.
*/ */
typedef struct _Eina_Accessor Eina_Accessor; typedef struct _Eina_Accessor Eina_Accessor;
/** /**
* @typedef Eina_Accessor_Get_At_Callback * @typedef Eina_Accessor_Get_At_Callback
* Type for a callback that returns the data of a container as the given in dex. * Type for a callback that returns the data of a container as the given in dex.
*/ */
typedef Eina_Bool (*Eina_Accessor_Get_At_Callback)(Eina_Accessor *it, typedef Eina_Bool (*Eina_Accessor_Get_At_Callback)(Eina_Accessor *it,
unsigned int index, unsigned int idx,
void **data); void **data);
/** /**
* @typedef Eina_Accessor_Get_Container_Callback * @typedef Eina_Accessor_Get_Container_Callback
* Type for a callback that returns the container. * Type for a callback that returns the container.
*/ */
typedef void *(*Eina_Accessor_Get_Container_Callback)(Eina_Accessor *it); typedef void *(*Eina_Accessor_Get_Container_Callback)(Eina_Accessor *it);
/** /**
* @typedef Eina_Accessor_Free_Callback * @typedef Eina_Accessor_Free_Callback
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/