From 7457346a7ad7dddc0188cd1cd6fc5920aabfe39a Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 22 Mar 2012 16:07:07 +0100 Subject: Mass replace UUID by UDID, which is the correct term for it --- cython/imobiledevice.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cython/imobiledevice.pxd') diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd index 048f226..d0d1ada 100644 --- a/cython/imobiledevice.pxd +++ b/cython/imobiledevice.pxd @@ -28,7 +28,7 @@ cdef extern from "libimobiledevice/libimobiledevice.h": IDEVICE_DEVICE_REMOVE ctypedef struct idevice_event_t: idevice_event_type event - char *uuid + char *udid int conn_type ctypedef idevice_event_t* const_idevice_event_t "const idevice_event_t*" -- cgit v1.1-32-gdbae