mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
upgrade to glibmm 2.16
git-svn-id: svn://localhost/ardour2/branches/3.0@5303 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5b97b13766
commit
e916ac2821
211 changed files with 26478 additions and 4168 deletions
|
|
@ -598,6 +598,12 @@ sub output_wrap_property($$$$$$)
|
|||
{
|
||||
# construct-only functions can be read, but not written.
|
||||
$proxy_suffix = "_ReadOnly";
|
||||
|
||||
if($objProperty->get_readable() ne 1)
|
||||
{
|
||||
$self->output_wrap_failed($name, "attempt to wrap write-only and construct-only property.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
elsif($objProperty->get_readable() ne 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue