Changeset 5429:f180386475c4 in roaraudio for include


Ignore:
Timestamp:
03/20/12 12:45:10 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to unload plugins from plugin container

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/plugincontainer.h

    r5389 r5429  
    5555 
    5656// plugin loading and unloading: 
    57 int roar_plugincontainer_load(struct roar_plugincontainer * cont, const char * name, struct roar_dl_librarypara * para); 
    58 #if 0 
    59 int roar_plugincontainer_unload(struct roar_plugincontainer * cont, const char * name); 
    60 int roar_plugincontainer_unload_lhandle(struct roar_plugincontainer * cont, struct roar_dl_lhandle * lhandle); 
    61 #endif 
     57int                      roar_plugincontainer_load            (struct roar_plugincontainer * cont, 
     58                                                               const char * name, 
     59                                                               struct roar_dl_librarypara * para); 
     60struct roar_dl_lhandle * roar_plugincontainer_load_lhandle    (struct roar_plugincontainer * cont, 
     61                                                               const char * name, 
     62                                                               struct roar_dl_librarypara * para); 
     63int                      roar_plugincontainer_unload          (struct roar_plugincontainer * cont, 
     64                                                               const char * name); 
     65int                      roar_plugincontainer_unload_lhandle  (struct roar_plugincontainer * cont, 
     66                                                               struct roar_dl_lhandle * lhandle); 
    6267 
    6368// appsched: 
Note: See TracChangeset for help on using the changeset viewer.