Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410933
Collapse All | Expand All

(-)src/devices/ilister.cpp.org (-1 / +1 lines)
Lines 17-23 Link Here
17
void iLister::EventCallback(const idevice_event_t* event, void* context) {
17
void iLister::EventCallback(const idevice_event_t* event, void* context) {
18
  iLister* me = reinterpret_cast<iLister*>(context);
18
  iLister* me = reinterpret_cast<iLister*>(context);
19
19
20
  const char* uuid = event->uuid;
20
  const char* uuid = event->udid;
21
21
22
  switch (event->event) {
22
  switch (event->event) {
23
    case IDEVICE_DEVICE_ADD:
23
    case IDEVICE_DEVICE_ADD:

Return to bug 410933