Ignore:
Timestamp:
04/30/12 03:12:01 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support getting plugin by name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/plugincontainer.h

    r5437 r5487  
    5858int roar_plugincontainer_unref(struct roar_plugincontainer * cont); 
    5959 
    60 /* 
    61  * stuff we still need: 
    62  * object creation, get plugin handle. 
     60/* Get a lhandle by name of the loaded plugin 
    6361 */ 
     62struct roar_dl_lhandle * roar_plugincontainer_get_lhandle_by_name (struct roar_plugincontainer * cont, 
     63                                                                   const char * name); 
    6464 
    6565// plugin loading and unloading: 
Note: See TracChangeset for help on using the changeset viewer.