mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 18:05:32 +00:00
40c4db88a4
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 |
||
---|---|---|
.. | ||
gapi-2.0.pc.in | ||
gapi-fixup.cs | ||
gapi-parser.cs | ||
gapi2-fixup.in | ||
gapi2-parser.in | ||
gapi2xml.pl | ||
gapi_pp.pl | ||
gen_keysyms | ||
Makefile.am | ||
makefile.win32 |