Changeset 4320:024275201dee in roaraudio for include/libroar/notify.h


Ignore:
Timestamp:
09/07/10 15:55:11 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support global notify core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/notify.h

    r4317 r4320  
    6767#define roar_notify_core_free(x) roar_notify_core_unref((x)) 
    6868 
     69int roar_notify_core_new_global(ssize_t lists); 
     70 
    6971int 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); 
    7072 
Note: See TracChangeset for help on using the changeset viewer.