Changeset 5311:778a3e7b2b66 in roaraudio for include


Ignore:
Timestamp:
11/29/11 12:54:54 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_notify_core_swap_global() wich can be used to create diffrent global contextes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/notify.h

    r4708 r5311  
    6969int roar_notify_core_new_global(ssize_t lists); 
    7070 
     71struct roar_notify_core * roar_notify_core_swap_global(struct roar_notify_core * core); 
     72 
    7173int roar_notify_core_register_proxy(struct roar_notify_core * core, void (*cb)(struct roar_notify_core * core, struct roar_event * event, void * userdata), void * userdata); 
    7274 
Note: See TracChangeset for help on using the changeset viewer.