![]()  | 
  
    libxputty 0.1
    
   | 
 
Go to the source code of this file.
Functions | |
| void | plugin_value_changed (X11_UI *ui, Widget_t *w, PortIndex index) | 
| void | plugin_set_window_size (int *w, int *h, const char *plugin_uri) | 
| const char * | plugin_set_name () | 
| void | plugin_create_controller_widgets (X11_UI *ui, const char *plugin_uri) | 
| void | plugin_cleanup (X11_UI *ui) | 
| void | plugin_port_event (LV2UI_Handle handle, uint32_t port_index, uint32_t buffer_size, uint32_t format, const void *buffer) | 
| void plugin_cleanup | ( | X11_UI * | ui | ) | 
Definition at line 71 of file lv2_plugname_ui.c.
| void plugin_create_controller_widgets | ( | X11_UI * | ui, | 
| const char * | plugin_uri | ||
| ) | 
Definition at line 65 of file lv2_plugname_ui.c.
| void plugin_port_event | ( | LV2UI_Handle | handle, | 
| uint32_t | port_index, | ||
| uint32_t | buffer_size, | ||
| uint32_t | format, | ||
| const void * | buffer | ||
| ) | 
Definition at line 75 of file lv2_plugname_ui.c.
| const char * plugin_set_name | ( | ) | 
Definition at line 61 of file lv2_plugname_ui.c.
| void plugin_set_window_size | ( | int * | w, | 
| int * | h, | ||
| const char * | plugin_uri | ||
| ) | 
Definition at line 56 of file lv2_plugname_ui.c.
Definition at line 52 of file lv2_plugname_ui.c.