]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject-introspection/types/types.factor
factor: trim using lists
[factor.git] / basis / gobject-introspection / types / types.factor
index f563b87853f2ed20075b388e588eca099483692b..8d047d4c8db4ab9535b184b58a730e99528ad8c1 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2010 Anton Gorenko.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types assocs combinators.short-circuit
-gobject-introspection.common gobject-introspection.repository kernel
-locals namespaces parser sequences sets ;
+gobject-introspection.common gobject-introspection.repository
+kernel namespaces parser sequences sets ;
 IN: gobject-introspection.types
 
 SYMBOL: type-infos
@@ -104,9 +104,9 @@ ERROR: unknown-type-error type ;
 ERROR: deferred-type-error ;
 
 <<
-void* c-type clone
+void* lookup-c-type clone
     [ drop deferred-type-error ] >>unboxer-quot
     [ drop deferred-type-error ] >>boxer-quot
     object >>boxed-class
-"deferred-type" create-in typedef
+"deferred-type" create-word-in typedef
 >>