]> gitweb.factorcode.org Git - factor.git/commit
gobject-introspection: rewrite gir files loading and code generation totally
authorAnton Gorenko <ex.rzrjck@gmail.com>
Wed, 29 Sep 2010 09:08:31 +0000 (15:08 +0600)
committerAnton Gorenko <ex.rzrjck@gmail.com>
Wed, 29 Sep 2010 09:08:31 +0000 (15:08 +0600)
commit913362a3a2e322d34db5c31069be8258cb605149
treee8f1ba08970e8ce89c3fbb6bc18ac29f7acfddf5
parentf7573bf329304d28f7cf18889ee089cfb0900e17
gobject-introspection: rewrite gir files loading and code generation totally
generate girs from fresh sources
ui.backend.gtk, ui.text.pango: update a little bit
(this commit is unstable, because new GObject-introspection release (> 0.9) is much different from 0.6 and it needs more detailed annotations
(e.g. to parse out/inout parameters), which are mostly missing now)
37 files changed:
basis/atk/Atk-1.0.gir
basis/atk/ffi/ffi.factor
basis/gdk/Gdk-2.0.gir [deleted file]
basis/gdk/Gdk-3.0.gir [new file with mode: 0644]
basis/gdk/ffi/ffi.factor
basis/gdk/gl/GdkGL-1.0.gir [deleted file]
basis/gdk/gl/GdkGLExt-1.0.gir [new file with mode: 0644]
basis/gdk/gl/ffi/ffi.factor
basis/gdk/pixbuf/GdkPixbuf-2.0.gir
basis/gdk/pixbuf/ffi/ffi.factor
basis/gio/Gio-2.0.gir
basis/gio/ffi/ffi.factor
basis/glib/GLib-2.0.gir
basis/glib/ffi/ffi.factor
basis/gmodule/GModule-2.0.gir
basis/gmodule/ffi/ffi.factor
basis/gobject-introspection/common/common.factor
basis/gobject-introspection/ffi/ffi.factor
basis/gobject-introspection/gobject-introspection.factor
basis/gobject-introspection/loader/loader.factor
basis/gobject-introspection/repository/repository.factor
basis/gobject-introspection/standard-types/standard-types.factor [new file with mode: 0644]
basis/gobject-introspection/types/types.factor
basis/gobject/GObject-2.0.gir
basis/gobject/ffi/ffi.factor
basis/gtk/Gtk-2.0.gir [deleted file]
basis/gtk/Gtk-3.0.gir [new file with mode: 0644]
basis/gtk/ffi/ffi.factor
basis/gtk/gl/GtkGL-1.0.gir [deleted file]
basis/gtk/gl/GtkGLExt-1.0.gir [new file with mode: 0644]
basis/gtk/gl/ffi/ffi.factor
basis/pango/Pango-1.0.gir
basis/pango/cairo/PangoCairo-1.0.gir
basis/pango/cairo/ffi/ffi.factor
basis/pango/ffi/ffi.factor
basis/ui/backend/gtk/gtk.factor
basis/ui/text/pango/pango.factor