Ecore_X(cb): Remove old references to the _prefetch functions.

SVN revision: 76817
This commit is contained in:
Christopher Michael 2012-09-18 13:05:20 +00:00
parent 8c261bb4de
commit e0807db1c3
2 changed files with 0 additions and 10 deletions

View File

@ -63,10 +63,6 @@ _ecore_xcb_atoms_finalize(void)
* @p reply is @c NULL, the NULL atom is returned. Otherwise, the atom
* associated to the name is returned.
*
* To use this function, you must call before, and in order,
* ecore_x_atom_get_prefetch(), which sends the InternAtom request,
* then ecore_x_atom_get_fetch(), which gets the reply.
*
* @ingroup Ecore_X_Atom_Group
*/
EAPI Ecore_X_Atom

View File

@ -507,12 +507,6 @@ ecore_x_region_extents(Ecore_X_Region dest,
* @param bounds The returned bounds of the region.
* @return The returned rectangles.
*
* The @p region passed to ecore_xcb_region_fetch_prefetch() is
* returned as a list of rectagles in XY-banded order.
*
* To use this function, you must call before, and in order,
* ecore_xcb_region_fetch_prefetch(), which sends the XFixesFetchRegion request,
* then ecore_xcb_region_fetch_fetch(), which gets the reply.
* @ingroup Ecore_X_Fixes_Group
*/
EAPI Ecore_X_Rectangle *