2003-11-30 Mike Kestner <mkestner@speakeasy.net>

* art/art-symbols.xml : add some simple types to clean up generation.
	* art/Makefile.in : add art-symbols.xml

svn path=/trunk/gtk-sharp/; revision=20655
This commit is contained in:
Mike Kestner 2003-12-01 04:43:20 +00:00
parent 96f6adc6a7
commit cff58b1cb2
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-30 Mike Kestner <mkestner@speakeasy.net>
* art/art-symbols.xml : add some simple types to clean up generation.
* art/Makefile.in : add art-symbols.xml
2003-11-29 Mike Kestner <mkestner@speakeasy.net>
* gtk/Gtk.metadata : fix targets for Drag.SourceSet.

View File

@ -1,4 +1,4 @@
APIS= art-api.xml
APIS=art-api.xml art-symbols.xml
INCLUDE_APIS = ../atk/atk-api.xml \
../pango/pango-api.xml \

6
art/art-symbols.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<api>
<symbol type="simple" cname="art_u8" name="byte"/>
<symbol type="simple" cname="art_u32" name="uint"/>
</api>