Changeset 5432:956f6af25715 in roaraudio for include


Ignore:
Timestamp:
03/20/12 13:04:08 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support post ra_initing of plugins loaded by roar_plugincontainer_load_lhandle() but not ra_inited.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/plugincontainer.h

    r5429 r5432  
    6060struct roar_dl_lhandle * roar_plugincontainer_load_lhandle    (struct roar_plugincontainer * cont, 
    6161                                                               const char * name, 
     62                                                               int flags, 
     63                                                               int ra_init, 
    6264                                                               struct roar_dl_librarypara * para); 
    6365int                      roar_plugincontainer_unload          (struct roar_plugincontainer * cont, 
     
    6567int                      roar_plugincontainer_unload_lhandle  (struct roar_plugincontainer * cont, 
    6668                                                               struct roar_dl_lhandle * lhandle); 
     69int                      roar_plugincontainer_ra_init         (struct roar_plugincontainer * cont); 
    6770 
    6871// appsched: 
Note: See TracChangeset for help on using the changeset viewer.