gobject.ffi, glib.ffi: move GError over to gobject.ffi since that appears to be the gir that actually describes it
parent
e2cca82fca
commit
6fc2c32c4a
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@ LIBRARY: gobject
|
|||
} cond
|
||||
>>
|
||||
|
||||
IMPLEMENT-STRUCTS: GValue GParamSpecVariant ;
|
||||
IMPLEMENT-STRUCTS: GError GValue GParamSpecVariant ;
|
||||
|
||||
GIR: vocab:gobject/GObject-2.0.gir
|
||||
|
||||
|
|
Loading…
Reference in New Issue