control.h: Add strict and fake constraints

cherry picked from commit bfaf8988f0c05b5f6a63bb3e9555114216e3b9b3:

Transform range bool into flags

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2992 0c269be4-1314-0410-8aa9-9f06e86f4224
This commit is contained in:
nedko 2008-10-13 15:54:10 +00:00 committed by Nedko Arnaudov
parent 368a5ee1e7
commit 4f30bf4c33
1 changed files with 8 additions and 0 deletions

View File

@ -321,6 +321,14 @@ jackctl_parameter_get_range_constraint(
union jackctl_parameter_value * min_ptr,
union jackctl_parameter_value * max_ptr);
bool
jackctl_parameter_constraint_is_strict(
jackctl_parameter_t * parameter_ptr);
bool
jackctl_parameter_constraint_is_fake_value(
jackctl_parameter_t * parameter_ptr);
/**
* Call this function to log an error message.
*