2002-06-26 Rachel Hestilow <hestilow@ximian.com>
* configure.in, makefile, makefile.win32: add gnome.
* doc/index.html, netdoc.xsl: Add gnome.
* gdk/Event.cs: New manual wrap for GdkEvent.
* generator/ClassBase.cs: Add methods GetProperty,
GetPropertyRecursively, GetMethodRecursively.
Move Parent property here from ObjectGen.cs. Pass this pointer
into Property.
* generator/Ctor.cs: Generate docs.
* generator/Method.cs, Property.cs: Tag method as "new" if a
Method/Property with the same name is found in the class hierarchy.
* generator/SignalHandler.cs: Correctly wrap complex signal argument
types. Add gnome directory.
* generator/SymbolTable.cs: Add manually wrapped types hash
(contains GLib.GSList and Gdk.Event). Add method IsManuallyWrapped.
* glib/SList.cs: Add constructor from IntPtr.
* glue/slist.c, glue/event.c: Added (field accessor glue).
* glue/Makefile.am: Update.
* parser/Gtk.metadata: Add new signal renames for new signals
exposed by GdkEvent changes.
* parser/README, parser/build.pl: Add libgnome, libgnomecanvas,
libgnomeui.
* parser/gapi2xml.pl: Handle literal-length array parameters,
and NULL property doc strings.
* sample/: Add new test GnomeHelloWorld.cs.
* gnome/: Added.
* parser/Gnome.metadata: Added.
svn path=/trunk/gtk-sharp/; revision=5461
2002-06-26 08:36:05 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<metadata>
|
|
|
|
|
|
|
|
<!-- renames -->
|
2002-07-23 22:23:40 +00:00
|
|
|
<rule>
|
|
|
|
<class name="GnomeAppBar">
|
|
|
|
<signal>ClearPrompt</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>PromptCleared</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
2002-06-26 Rachel Hestilow <hestilow@ximian.com>
* configure.in, makefile, makefile.win32: add gnome.
* doc/index.html, netdoc.xsl: Add gnome.
* gdk/Event.cs: New manual wrap for GdkEvent.
* generator/ClassBase.cs: Add methods GetProperty,
GetPropertyRecursively, GetMethodRecursively.
Move Parent property here from ObjectGen.cs. Pass this pointer
into Property.
* generator/Ctor.cs: Generate docs.
* generator/Method.cs, Property.cs: Tag method as "new" if a
Method/Property with the same name is found in the class hierarchy.
* generator/SignalHandler.cs: Correctly wrap complex signal argument
types. Add gnome directory.
* generator/SymbolTable.cs: Add manually wrapped types hash
(contains GLib.GSList and Gdk.Event). Add method IsManuallyWrapped.
* glib/SList.cs: Add constructor from IntPtr.
* glue/slist.c, glue/event.c: Added (field accessor glue).
* glue/Makefile.am: Update.
* parser/Gtk.metadata: Add new signal renames for new signals
exposed by GdkEvent changes.
* parser/README, parser/build.pl: Add libgnome, libgnomecanvas,
libgnomeui.
* parser/gapi2xml.pl: Handle literal-length array parameters,
and NULL property doc strings.
* sample/: Add new test GnomeHelloWorld.cs.
* gnome/: Added.
* parser/Gnome.metadata: Added.
svn path=/trunk/gtk-sharp/; revision=5461
2002-06-26 08:36:05 +00:00
|
|
|
<rule>
|
|
|
|
<class name="GnomeClient">
|
|
|
|
<signal>Connect</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>Connected</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeClient">
|
|
|
|
<signal>Disconnect</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>Disconnected</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeDruidPage">
|
|
|
|
<signal>Back</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>BackClicked</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeDruidPage">
|
|
|
|
<signal>Finish</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>FinishClicked</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeDruidPage">
|
|
|
|
<signal>Cancel</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>CancelClicked</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeDruidPage">
|
|
|
|
<signal>Next</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>NextClicked</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeDruidPage">
|
|
|
|
<signal>Prepare</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>Prepared</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeIconList">
|
|
|
|
<signal>FocusIcon</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>IconFocused</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeEntry">
|
|
|
|
<method>GtkEntry</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="method">
|
|
|
|
<name>name</name>
|
|
|
|
<value>GetGtkEntry</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeEntry">
|
|
|
|
<signal>Activate</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>Activated</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeIconList">
|
|
|
|
<signal>SelectIcon</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>IconSelected</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeIconList">
|
|
|
|
<signal>UnselectIcon</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>IconUnselected</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
2002-07-13 Rachel Hestilow <hestilow@ximian.com>
* parser/Gnome.metadata, Gtk.metadata: More conflict
fixes.
* parser/build.pl: Fully qualify all lib names. (Gtk+ packages
are now LFS-compliant in Debian...)
* parser/gapi2xml.pl: Fix for whitespace in fields, defines,
and docs.
* generator/BoxedGen.cs: Remove extraneous CallByName definition,
add "override" keyword to FromNative.
(Generate): Generate methods after fields.
* generator/ClassBase.cs: Change CallByName, FromNative to virtual.
(.ctor): Ignore "hidden" nodes. Set container on signal.
(GenSignals, GenMethods): Add "implementor" argument for interface
use.
(Get(Method|Signal|Property)Recursively): Rework to correctly
recurse interfaces.
(Implements): Added.
* generator/Ctor.cs (Initialize): Move clash initialization completely
out of Generate, so we can check for collisions.
* generator/Method.cs (GenerateDeclCommon): Check for duplicates,
for "new" keyword.
(Generate): Add "implementor" argument.
* generator/ObjectGen.cs (Generate): Initialize ctor clashes on
this and all parents, before generating.
(Ctors, InitializeCtors): Added.
* generator/Signal.cs: Store the container_type, check for
collisions.
* generator/StructGen.cs: Add "override" keyword to overriden methods.
* gtk/FileSelection.custom (ActionArea): Add "new" keyword.
svn path=/trunk/gtk-sharp/; revision=5782
2002-07-13 20:31:23 +00:00
|
|
|
<rule>
|
|
|
|
<class name="GnomeFileEntry">
|
|
|
|
<signal>Activate</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>Activated</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
2002-08-05 22:42:58 +00:00
|
|
|
<rule>
|
|
|
|
<class name="GnomeCanvasItem">
|
|
|
|
<signal>Event</signal>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="signal">
|
|
|
|
<name>name</name>
|
|
|
|
<value>CanvasEvent</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
2002-09-01 04:46:38 +00:00
|
|
|
<rule>
|
|
|
|
<class name="GnomeCanvasPathDef">
|
|
|
|
<method>Moveto</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="method">
|
|
|
|
<name>name</name>
|
|
|
|
<value>MoveTo</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeCanvasPathDef">
|
|
|
|
<method>Curveto</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="method">
|
|
|
|
<name>name</name>
|
|
|
|
<value>CurveTo</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeCanvasPathDef">
|
|
|
|
<method>Lineto</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="method">
|
|
|
|
<name>name</name>
|
|
|
|
<value>LineTo</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeCanvasPathDef">
|
|
|
|
<method>LinetoMoving</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="method">
|
|
|
|
<name>name</name>
|
|
|
|
<value>LineToMoving</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
2002-07-13 Rachel Hestilow <hestilow@ximian.com>
* parser/Gnome.metadata, Gtk.metadata: More conflict
fixes.
* parser/build.pl: Fully qualify all lib names. (Gtk+ packages
are now LFS-compliant in Debian...)
* parser/gapi2xml.pl: Fix for whitespace in fields, defines,
and docs.
* generator/BoxedGen.cs: Remove extraneous CallByName definition,
add "override" keyword to FromNative.
(Generate): Generate methods after fields.
* generator/ClassBase.cs: Change CallByName, FromNative to virtual.
(.ctor): Ignore "hidden" nodes. Set container on signal.
(GenSignals, GenMethods): Add "implementor" argument for interface
use.
(Get(Method|Signal|Property)Recursively): Rework to correctly
recurse interfaces.
(Implements): Added.
* generator/Ctor.cs (Initialize): Move clash initialization completely
out of Generate, so we can check for collisions.
* generator/Method.cs (GenerateDeclCommon): Check for duplicates,
for "new" keyword.
(Generate): Add "implementor" argument.
* generator/ObjectGen.cs (Generate): Initialize ctor clashes on
this and all parents, before generating.
(Ctors, InitializeCtors): Added.
* generator/Signal.cs: Store the container_type, check for
collisions.
* generator/StructGen.cs: Add "override" keyword to overriden methods.
* gtk/FileSelection.custom (ActionArea): Add "new" keyword.
svn path=/trunk/gtk-sharp/; revision=5782
2002-07-13 20:31:23 +00:00
|
|
|
|
|
|
|
<!-- hides -->
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeFileEntry">
|
|
|
|
<method>GnomeEntry</method>
|
|
|
|
<method>GtkEntry</method>
|
|
|
|
</class>
|
|
|
|
<class name="GnomeIconEntry">
|
|
|
|
<method>PickDialog</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="method">
|
|
|
|
<name>hidden</name>
|
|
|
|
<value>1</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
2002-06-26 Rachel Hestilow <hestilow@ximian.com>
* configure.in, makefile, makefile.win32: add gnome.
* doc/index.html, netdoc.xsl: Add gnome.
* gdk/Event.cs: New manual wrap for GdkEvent.
* generator/ClassBase.cs: Add methods GetProperty,
GetPropertyRecursively, GetMethodRecursively.
Move Parent property here from ObjectGen.cs. Pass this pointer
into Property.
* generator/Ctor.cs: Generate docs.
* generator/Method.cs, Property.cs: Tag method as "new" if a
Method/Property with the same name is found in the class hierarchy.
* generator/SignalHandler.cs: Correctly wrap complex signal argument
types. Add gnome directory.
* generator/SymbolTable.cs: Add manually wrapped types hash
(contains GLib.GSList and Gdk.Event). Add method IsManuallyWrapped.
* glib/SList.cs: Add constructor from IntPtr.
* glue/slist.c, glue/event.c: Added (field accessor glue).
* glue/Makefile.am: Update.
* parser/Gtk.metadata: Add new signal renames for new signals
exposed by GdkEvent changes.
* parser/README, parser/build.pl: Add libgnome, libgnomecanvas,
libgnomeui.
* parser/gapi2xml.pl: Handle literal-length array parameters,
and NULL property doc strings.
* sample/: Add new test GnomeHelloWorld.cs.
* gnome/: Added.
* parser/Gnome.metadata: Added.
svn path=/trunk/gtk-sharp/; revision=5461
2002-06-26 08:36:05 +00:00
|
|
|
|
|
|
|
<!-- misc -->
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeAbout">
|
|
|
|
<constructor>gnome_about_new</constructor>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="param">
|
|
|
|
<filter level="type">const-gchar**</filter>
|
|
|
|
<name>array</name>
|
|
|
|
<value>1</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
|
2002-07-14 01:32:18 +00:00
|
|
|
<!-- null args -->
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeIconList">
|
|
|
|
<constructor>gnome_icon_list_new</constructor>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="param">
|
|
|
|
<filter level="type">GtkAdjustment*</filter>
|
|
|
|
<name>null_ok</name>
|
|
|
|
<value>1</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeIconList">
|
|
|
|
<method>gnome_icon_list_set_hadjustment</method>
|
|
|
|
<method>gnome_icon_list_set_vadjustment</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="param">
|
|
|
|
<filter level="type">GtkAdjustment*</filter>
|
|
|
|
<name>null_ok</name>
|
|
|
|
<value>1</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
|
2002-09-01 04:46:38 +00:00
|
|
|
<!-- list types -->
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeCanvasPathDef">
|
|
|
|
<method>Split</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="return">
|
|
|
|
<name>element_type</name>
|
|
|
|
<value>Gnome.CanvasPathDef</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
<rule>
|
|
|
|
<class name="GnomeIconList">
|
|
|
|
<method>GetSelection</method>
|
|
|
|
</class>
|
|
|
|
<data>
|
|
|
|
<attribute target="return">
|
|
|
|
<name>element_type</name>
|
|
|
|
<value>int</value>
|
|
|
|
</attribute>
|
|
|
|
</data>
|
|
|
|
</rule>
|
|
|
|
|
2002-06-26 Rachel Hestilow <hestilow@ximian.com>
* configure.in, makefile, makefile.win32: add gnome.
* doc/index.html, netdoc.xsl: Add gnome.
* gdk/Event.cs: New manual wrap for GdkEvent.
* generator/ClassBase.cs: Add methods GetProperty,
GetPropertyRecursively, GetMethodRecursively.
Move Parent property here from ObjectGen.cs. Pass this pointer
into Property.
* generator/Ctor.cs: Generate docs.
* generator/Method.cs, Property.cs: Tag method as "new" if a
Method/Property with the same name is found in the class hierarchy.
* generator/SignalHandler.cs: Correctly wrap complex signal argument
types. Add gnome directory.
* generator/SymbolTable.cs: Add manually wrapped types hash
(contains GLib.GSList and Gdk.Event). Add method IsManuallyWrapped.
* glib/SList.cs: Add constructor from IntPtr.
* glue/slist.c, glue/event.c: Added (field accessor glue).
* glue/Makefile.am: Update.
* parser/Gtk.metadata: Add new signal renames for new signals
exposed by GdkEvent changes.
* parser/README, parser/build.pl: Add libgnome, libgnomecanvas,
libgnomeui.
* parser/gapi2xml.pl: Handle literal-length array parameters,
and NULL property doc strings.
* sample/: Add new test GnomeHelloWorld.cs.
* gnome/: Added.
* parser/Gnome.metadata: Added.
svn path=/trunk/gtk-sharp/; revision=5461
2002-06-26 08:36:05 +00:00
|
|
|
</metadata>
|