JackUtils 0.5
Provides simplified Jack API for clients :)
|
Structure required for custom cllients, that uses jackutils! It provides libjackutils with general information about your program. More...
#include <ju_defs.h>
Data Fields | |
const char * | name |
Name of your program. | |
const char * | description |
General description of your program. | |
const char * | author |
Name of authors of your program. | |
const char * | license |
License of your program. | |
const char ** | contributors |
Contributors of your program. More... | |
float | version |
Version of your program. More... | |
const char * | source_url |
Url to your project page, github, etc. | |
Structure required for custom cllients, that uses jackutils! It provides libjackutils with general information about your program.
const char** program_info::contributors |
Contributors of your program.
(array of strings, terminated with NULL)
float program_info::version |
Version of your program.
Only versions like number.number are supported!