| 
    Ardour
    9.0-pre0-1971-g33f1681c76
    
   | 
 
#include <lv2_extensions.h>
Public Attributes | |
| int(* | is_licensed )(LV2_Handle instance) | 
| char *(* | licensee )(LV2_Handle instance) | 
| const char *(* | product_uri )(LV2_Handle instance) | 
| const char *(* | product_name )(LV2_Handle instance) | 
| const char *(* | store_url )(LV2_Handle instance) | 
| char *(* | preferred_license_file_path )(LV2_Handle instance) | 
| char *(* | current_license_file_path )(LV2_Handle instance) | 
| void(* | free )(char *) | 
Definition at line 134 of file lv2_extensions.h.
| char*(* _LV2_License_Interface::current_license_file_path) (LV2_Handle instance) | 
Definition at line 148 of file lv2_extensions.h.
| void(* _LV2_License_Interface::free) (char *) | 
Definition at line 150 of file lv2_extensions.h.
| int(* _LV2_License_Interface::is_licensed) (LV2_Handle instance) | 
Definition at line 136 of file lv2_extensions.h.
| char*(* _LV2_License_Interface::licensee) (LV2_Handle instance) | 
Definition at line 138 of file lv2_extensions.h.
| char*(* _LV2_License_Interface::preferred_license_file_path) (LV2_Handle instance) | 
Definition at line 146 of file lv2_extensions.h.
| const char*(* _LV2_License_Interface::product_name) (LV2_Handle instance) | 
Definition at line 142 of file lv2_extensions.h.
| const char*(* _LV2_License_Interface::product_uri) (LV2_Handle instance) | 
Definition at line 140 of file lv2_extensions.h.
| const char*(* _LV2_License_Interface::store_url) (LV2_Handle instance) | 
Definition at line 144 of file lv2_extensions.h.