diff options
| author | 2010-03-16 18:20:44 -0500 | |
|---|---|---|
| committer | 2012-03-20 23:25:54 +0100 | |
| commit | bc6886898d03d28dc30c90db18c2a5f90f20c746 (patch) | |
| tree | 6d29d49467493a9c8017be025268e292af6c18d5 /cython/stdint.pxi | |
| parent | fd3f9219f4e7178435f312300f933abe25608cf3 (diff) | |
| download | libimobiledevice-bc6886898d03d28dc30c90db18c2a5f90f20c746.tar.gz libimobiledevice-bc6886898d03d28dc30c90db18c2a5f90f20c746.tar.bz2 | |
Removed stdint.pxi.
Implemented event_subscribe, event_unsubscribe, get_device_list.
Improved Error classes.
Diffstat (limited to 'cython/stdint.pxi')
| -rw-r--r-- | cython/stdint.pxi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cython/stdint.pxi b/cython/stdint.pxi deleted file mode 100644 index 518c3d1..0000000 --- a/cython/stdint.pxi +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | cdef extern from "stdint.h": | ||
| 2 | ctypedef unsigned char uint8_t | ||
| 3 | ctypedef short int int16_t | ||
| 4 | ctypedef unsigned short int uint16_t | ||
| 5 | ctypedef unsigned int uint32_t | ||
| 6 | ctypedef int int32_t | ||
| 7 | IF UNAME_MACHINE == 'x86_64': | ||
| 8 | ctypedef unsigned long int uint64_t | ||
| 9 | ELSE: | ||
| 10 | ctypedef unsigned long long int uint64_t | ||
