Changeset 3463:38c2b0438750 in roaraudio for libroarpulse


Ignore:
Timestamp:
02/13/10 22:41:00 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added struct pa_io_event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/mainloop.c

    r3462 r3463  
    4545 int             quit; 
    4646 int             quitval; 
     47}; 
     48 
     49struct pa_io_event { 
     50 pa_mainloop_api *api; 
     51 int fd; 
     52 pa_io_event_flags_t events; 
     53 pa_io_event_cb_t cb; 
     54 void *userdata; 
    4755}; 
    4856 
Note: See TracChangeset for help on using the changeset viewer.