Ardour  9.0-pre0-582-g084a23a80d
_LV2_License_Interface Struct Reference

#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 *)
 

Detailed Description

Definition at line 134 of file lv2_extensions.h.

Member Data Documentation

◆ current_license_file_path

char*(* _LV2_License_Interface::current_license_file_path) (LV2_Handle instance)

Definition at line 148 of file lv2_extensions.h.

◆ free

void(* _LV2_License_Interface::free) (char *)

Definition at line 150 of file lv2_extensions.h.

◆ is_licensed

int(* _LV2_License_Interface::is_licensed) (LV2_Handle instance)

Definition at line 136 of file lv2_extensions.h.

◆ licensee

char*(* _LV2_License_Interface::licensee) (LV2_Handle instance)

Definition at line 138 of file lv2_extensions.h.

◆ preferred_license_file_path

char*(* _LV2_License_Interface::preferred_license_file_path) (LV2_Handle instance)

Definition at line 146 of file lv2_extensions.h.

◆ product_name

const char*(* _LV2_License_Interface::product_name) (LV2_Handle instance)

Definition at line 142 of file lv2_extensions.h.

◆ product_uri

const char*(* _LV2_License_Interface::product_uri) (LV2_Handle instance)

Definition at line 140 of file lv2_extensions.h.

◆ store_url

const char*(* _LV2_License_Interface::store_url) (LV2_Handle instance)

Definition at line 144 of file lv2_extensions.h.


The documentation for this struct was generated from the following file: