Changes between Version 7 and Version 8 of libcwiid

Show
Ignore:
Timestamp:
09/08/10 20:00:47 (3 years ago)
Author:
dsmith
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libcwiid

    v7 v8  
    1010{{{ 
    1111#!c 
    12 cwiid_wiimote_t *cwiid_connect(bdaddr_t *bdaddr, int flags); 
     12cwiid_wiimote_t *cwiid_open(bdaddr_t *bdaddr, int flags); 
    1313}}} 
    1414=== Parameters === 
     
    2323---- 
    2424 
    25 == cwiid_disconnect == 
    26 === Synopsis === 
    27 {{{ 
    28 #!c 
    29 int cwiid_disconnect(cwiid_wiimote_t *wiimote); 
     25== cwiid_close == 
     26=== Synopsis === 
     27{{{ 
     28#!c 
     29int cwiid_close(cwiid_wiimote_t *wiimote); 
    3030}}} 
    3131=== Parameters ===