|
@@ -193,6 +193,9 @@ EXPORT bool obs_property_button_clicked(obs_property_t *p, void *obj);
|
|
|
EXPORT void obs_property_set_visible(obs_property_t *p, bool visible);
|
|
|
EXPORT void obs_property_set_enabled(obs_property_t *p, bool enabled);
|
|
|
|
|
|
+EXPORT void obs_property_set_description(obs_property_t *p,
|
|
|
+ const char *description);
|
|
|
+
|
|
|
EXPORT const char * obs_property_name(obs_property_t *p);
|
|
|
EXPORT const char * obs_property_description(obs_property_t *p);
|
|
|
EXPORT enum obs_property_type obs_property_get_type(obs_property_t *p);
|