2008-09-16 Jeffrey Stedfast <fejj@novell.com>
* generator/Property.cs (IsDeprecated): Allow "1" or "true". * generator/Method.cs (.ctor): Allow "1" or "true". * generator/ClassBase.cs: Allow a value of "true" to work the same as "1" for the deprecated and abstract attributes. svn path=/trunk/gtk-sharp/; revision=113239
This commit is contained in:
parent
ccb3ac6a13
commit
ffb1bf4951
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
2008-09-16 Jeffrey Stedfast <fejj@novell.com>
|
||||
|
||||
* generator/Property.cs (IsDeprecated): Allow "1" or "true".
|
||||
|
||||
* generator/Method.cs (.ctor): Allow "1" or "true".
|
||||
|
||||
* generator/ClassBase.cs: Allow a value of "true" to work the same
|
||||
as "1" for the deprecated and abstract attributes.
|
||||
|
||||
* generator/ObjectGen.cs (Generate): Remove the extra generated
|
||||
space if the class isn't abstract.
|
||||
|
||||
|
|
Loading…
Reference in a new issue