sample: Update valobj and opaque API definitions

This commit is contained in:
Bertrand Lorentz 2011-06-18 16:13:13 +02:00
parent 29716c8633
commit 58cd79d804
2 changed files with 13 additions and 10 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<api>
<api parser_version="2">
<!--
This file was automatically generated.
@ -17,9 +17,9 @@
<return-type type="GtksharpRefcounted*" />
</callback>
<struct name="Opaque" cname="GtksharpOpaque" opaque="1">
<field name="Serial" cname="serial" type="int" />
<field name="Valid" cname="valid" type="gboolean" />
<field name="Friend" cname="friend" type="GtksharpOpaque*" />
<field name="Serial" cname="serial" type="int" access="public" />
<field name="Valid" cname="valid" type="gboolean" access="public" writeable="true" />
<field name="Friend" cname="friend" type="GtksharpOpaque*" access="public" writeable="true" />
<method name="Check" cname="gtksharp_opaque_check" shared="true">
<return-type type="GtksharpOpaque*" />
<parameters>
@ -58,10 +58,10 @@
</method>
</struct>
<struct name="Refcounted" cname="GtksharpRefcounted" opaque="1">
<field name="Serial" cname="serial" type="int" />
<field name="Refcount" cname="refcount" type="int" />
<field name="Valid" cname="valid" type="gboolean" />
<field name="Friend" cname="friend" type="GtksharpRefcounted*" />
<field name="Serial" cname="serial" type="int" access="public" />
<field name="Refcount" cname="refcount" type="int" access="public" />
<field name="Valid" cname="valid" type="gboolean" access="public" writeable="true" />
<field name="Friend" cname="friend" type="GtksharpRefcounted*" access="public" writeable="true" />
<method name="Check" cname="gtksharp_refcounted_check" shared="true">
<return-type type="GtksharpRefcounted*" />
<parameters>
@ -120,4 +120,4 @@
</method>
</class>
</namespace>
</api>
</api>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<api>
<api parser_version="2">
<!--
This file was automatically generated.
@ -8,6 +8,9 @@
-->
<namespace name="Gtksharp" library="libvalobj.dll">
<object name="Valobj" cname="GtksharpValobj" parent="GObject">
<class_struct cname="GtksharpValobjClass">
<field name="ParentClass" cname="parent_class" type="GObjectClass" />
</class_struct>
<field name="TheBoolean" cname="the_boolean" type="gboolean" />
<field name="TheInt" cname="the_int" type="int" />
<field name="TheUint" cname="the_uint" type="guint" />