]> gitweb.factorcode.org Git - factor.git/commitdiff
gobject.ffi, glib.ffi: move GError over to gobject.ffi since that appears to be the...
authorJoe Groff <arcata@gmail.com>
Sun, 28 Aug 2011 03:50:43 +0000 (20:50 -0700)
committerJoe Groff <arcata@gmail.com>
Sun, 28 Aug 2011 03:58:42 +0000 (20:58 -0700)
basis/glib/ffi/ffi.factor
basis/gobject/ffi/ffi.factor

index 79428a05ff6d3ece90a659f13fa43cb8aa28a9aa..4ed80c0a7a12c43e66f9e7ef4ae892da7757bb28 100644 (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
index 705adedb7e7fd8d4f3b3ca82f81851bd3ba78ef7..eac9f34fca0a784bd356ab20416f55f8fb488fb6 100644 (file)
@@ -17,7 +17,7 @@ LIBRARY: gobject
 } cond
 >>
 
-IMPLEMENT-STRUCTS: GValue GParamSpecVariant ;
+IMPLEMENT-STRUCTS: GError GValue GParamSpecVariant ;
 
 GIR: vocab:gobject/GObject-2.0.gir