2003-07-12 Mike Kestner <mkestner@speakeasy.net>

* api/gda-api.xml : hide the new Type class
	* source/Gda.metadata : hide the new Type class

svn path=/trunk/gtk-sharp/; revision=16148
This commit is contained in:
Mike Kestner 2003-07-12 17:59:05 +00:00
parent 0c4b3dcae1
commit 1200492df5
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-07-12 Mike Kestner <mkestner@speakeasy.net>
* api/gda-api.xml : hide the new Type class
* source/Gda.metadata : hide the new Type class
2003-07-11 Mike Kestner <mkestner@speakeasy.net> 2003-07-11 Mike Kestner <mkestner@speakeasy.net>
* gdk/Selection.custom : add static fields for the primary, * gdk/Selection.custom : add static fields for the primary,

View File

@ -2933,7 +2933,7 @@
</parameters> </parameters>
</method> </method>
</class> </class>
<class name="Type" cname="GdaType_"> <class name="Type" cname="GdaType_" hidden="1">
<method name="FromString" cname="gda_type_from_string" shared="true"> <method name="FromString" cname="gda_type_from_string" shared="true">
<return-type type="GdaValueType"/> <return-type type="GdaValueType"/>
<parameters> <parameters>

View File

@ -113,5 +113,14 @@
</attribute> </attribute>
</data> </data>
</rule> </rule>
<rule>
<class name="GdaType_"/>
<data>
<attribute target="class">
<name>hidden</name>
<value>1</value>
</attribute>
</data>
</rule>
</metadata> </metadata>