JackUtils 0.5
Provides simplified Jack API for clients :)
Loading...
Searching...
No Matches
Data Fields
program_info Struct Reference

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.
 

Detailed Description

Structure required for custom cllients, that uses jackutils! It provides libjackutils with general information about your program.

Field Documentation

◆ contributors

const char** program_info::contributors

Contributors of your program.

(array of strings, terminated with NULL)

◆ version

float program_info::version

Version of your program.

Only versions like number.number are supported!


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