gobject.ffi, glib.ffi: move GError over to gobject.ffi since that appears to be the gir that actually describes it

db4
Joe Groff 2011-08-27 20:50:43 -07:00
parent e2cca82fca
commit 6fc2c32c4a
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien alien.destructors alien.libraries
alien.strings alien.syntax combinators io.encodings.utf8 kernel
gobject-introspection gobject-introspection.standard-types
gobject.ffi gobject-introspection gobject-introspection.standard-types
system ;
IN: glib.ffi
@ -16,7 +16,7 @@ LIBRARY: glib
} cond
>>
IMPLEMENT-STRUCTS: GError GPollFD GSource GSourceFuncs ;
IMPLEMENT-STRUCTS: GPollFD GSource GSourceFuncs ;
CONSTANT: G_MININT8 HEX: -80
CONSTANT: G_MAXINT8 HEX: 7f

View File

@ -17,7 +17,7 @@ LIBRARY: gobject
} cond
>>
IMPLEMENT-STRUCTS: GValue GParamSpecVariant ;
IMPLEMENT-STRUCTS: GError GValue GParamSpecVariant ;
GIR: vocab:gobject/GObject-2.0.gir