mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 01:05:30 +00:00
attribute additions and removals
svn path=/trunk/gtk-sharp/; revision=96652
This commit is contained in:
parent
e20bbf645a
commit
515bcc131a
|
@ -342,7 +342,7 @@
|
|||
<MemberType>Property</MemberType>
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
<AttributeName>GLib.Property("color-hash")</AttributeName>
|
||||
<AttributeName>System.Obsolete("Removed from C API, returns IntPtr.Zero")</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
<ReturnValue>
|
||||
|
|
|
@ -219,9 +219,6 @@
|
|||
<Attribute>
|
||||
<AttributeName>GLib.Property("icon-size")</AttributeName>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<AttributeName>System.Obsolete</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
</Member>
|
||||
<Member MemberName="Tooltips">
|
||||
|
|
|
@ -157,4 +157,9 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
<AttributeName>System.Obsolete</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
</Type>
|
||||
|
|
Loading…
Reference in a new issue