Ryujinx-GtkSharp/parser
Dan Winship 40c4db88a4 * parser/gapi2xml.pl: Make the enum value parser do the right
thing with parenthesized values ("FOO = (1 << 2)") and within-type
	aliases ("GTK_ANCHOR_N = GTK_ANCHOR_NORTH"). Make it intentionally
	do the wrong thing with unparsable values (outputting them as-is
	into the api file) so that we are forced to fix them with metadata
	rather than silently getting incorrect values.

	* gdk/gdk-api-2.4.raw: 
	* gdk/gdk-api-2.6.raw (PixdataType): Now recognized as flags,
	not enum

	* gtk/Gtk.metadata: hide the enums ArgFlags and RcTokenType (which
	are not used by any wrapped API, and which formerly contained
	entirely wrong values).

	* gtk/gtk-api-2.4.raw: 
	* gtk/gtk-api-2.6.raw (AnchorType, SelectionMode): update with
	values for aliases

	* gnome/Gnome.metadata: fix value of Gnome.PrintButtons.Cancel

	* gnome/gnome-api.raw (PrintUnitBase, PaperSelectorFlags,
	PrintDialogFlags, PrintDialogRangeFlags): Now recognized as flags,
	with values.

svn path=/trunk/gtk-sharp/; revision=44937
2005-05-24 18:11:33 +00:00
..
gapi2-fixup.in merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD 2004-10-29 20:33:07 +00:00
gapi2-parser.in 2005-04-15 Mike Kestner <mkestner@novell.com> 2005-04-15 20:52:44 +00:00
gapi2xml.pl * parser/gapi2xml.pl: Make the enum value parser do the right 2005-05-24 18:11:33 +00:00
gapi_pp.pl * parser/gapi_pp.pl: add "#if 0" to $eatit_regex 2005-04-21 15:21:11 +00:00
gapi-2.0.pc.in merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD 2004-10-29 20:33:07 +00:00
gapi-fixup.cs remove a few c.wls that snuck in 2005-01-10 16:23:50 +00:00
gapi-parser.cs 2005-04-20 Mike Kestner <mkestner@novell.com> 2005-04-20 19:52:47 +00:00
gen_keysyms Change Keys to Key 2003-04-12 05:23:55 +00:00
Makefile.am * */Makefile.am: more build fixes 2005-04-27 23:21:55 +00:00
makefile.win32 2004-03-12 Mike Kestner <mkestner@ximian.com> 2004-03-12 21:18:11 +00:00