attribute additions and removals

svn path=/trunk/gtk-sharp/; revision=96652
This commit is contained in:
Mike Kestner 2008-02-26 15:25:04 +00:00
parent e20bbf645a
commit 515bcc131a
3 changed files with 6 additions and 4 deletions

View file

@ -342,7 +342,7 @@
<MemberType>Property</MemberType> <MemberType>Property</MemberType>
<Attributes> <Attributes>
<Attribute> <Attribute>
<AttributeName>GLib.Property("color-hash")</AttributeName> <AttributeName>System.Obsolete("Removed from C API, returns IntPtr.Zero")</AttributeName>
</Attribute> </Attribute>
</Attributes> </Attributes>
<ReturnValue> <ReturnValue>

View file

@ -219,9 +219,6 @@
<Attribute> <Attribute>
<AttributeName>GLib.Property("icon-size")</AttributeName> <AttributeName>GLib.Property("icon-size")</AttributeName>
</Attribute> </Attribute>
<Attribute>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes> </Attributes>
</Member> </Member>
<Member MemberName="Tooltips"> <Member MemberName="Tooltips">

View file

@ -157,4 +157,9 @@
</Docs> </Docs>
</Member> </Member>
</Members> </Members>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Type> </Type>