Changes between Version 2 and Version 3 of rfc37_cplerror_userdata


Ignore:
Timestamp:
Oct 25, 2011, 11:02:50 AM (13 years ago)
Author:
hobu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc37_cplerror_userdata

    v2 v3  
    11{{{
    22#!rst
    3 
    43=========================================================================
    54RFC 37: User data callbacks in CPLError
     
    7271
    7372Finally, similar to ``CPLGetLastErrorType`` and ``CPLGetLastErrorMsg`` methods,
    74 a ``CPLGetLastErrorUserData``
     73a ``CPLGetErrorHandlerUserData``
    7574
    7675::
    7776
    78     void* CPL_STDCALL CPLGetLastErrorUserData(void);
     77    void* CPL_STDCALL CPLGetErrorHandlerUserData(void);
    7978
    8079SWIG bindings consideration
     
    105104
    106105
    107 
    108106}}}