Changeset 4306:fd0767a7f875 in roaraudio for include/libroar/notify.h


Ignore:
Timestamp:
09/07/10 03:44:37 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

include core in callback functions so proxy callbacks can work nicely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/notify.h

    r4305 r4306  
    6262#define roar_notify_core_free(x) roar_notify_core_unref((x)) 
    6363 
    64 struct roar_subscriber * roar_notify_core_subscribe(struct roar_notify_core * core, struct roar_event * event, void (*cb)(struct roar_event * event, void * userdata), void * userdata); 
     64struct roar_subscriber * roar_notify_core_subscribe(struct roar_notify_core * core, struct roar_event * event, void (*cb)(struct roar_notify_core * core, struct roar_event * event, void * userdata), void * userdata); 
    6565int roar_notify_core_unsubscribe(struct roar_notify_core * core, struct roar_subscriber * subscriber); 
    6666 
Note: See TracChangeset for help on using the changeset viewer.