New upstream version 0.16.2+dfsg1
This commit is contained in:
parent
67704ac59c
commit
6efda2859e
377 changed files with 7938 additions and 696 deletions
|
|
@ -262,6 +262,11 @@ EXPORT const char * obs_property_path_default_path(obs_property_t *p);
|
|||
EXPORT enum obs_combo_type obs_property_list_type(obs_property_t *p);
|
||||
EXPORT enum obs_combo_format obs_property_list_format(obs_property_t *p);
|
||||
|
||||
EXPORT void obs_property_int_set_limits(obs_property_t *p,
|
||||
int min, int max, int step);
|
||||
EXPORT void obs_property_float_set_limits(obs_property_t *p,
|
||||
double min, double max, double step);
|
||||
|
||||
EXPORT void obs_property_list_clear(obs_property_t *p);
|
||||
|
||||
EXPORT size_t obs_property_list_add_string(obs_property_t *p,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue