2010-05-09 13:21:12 -04:00
|
|
|
! Copyright (C) 2010 Anton Gorenko.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2010-09-29 05:08:31 -04:00
|
|
|
USING: namespaces ;
|
2010-07-17 07:17:03 -04:00
|
|
|
IN: gobject-introspection.common
|
2010-05-09 13:21:12 -04:00
|
|
|
|
2010-09-29 05:08:31 -04:00
|
|
|
SYMBOL: current-namespace-name
|
2010-05-09 13:21:12 -04:00
|
|
|
|
2010-05-11 13:31:35 -04:00
|
|
|
SYMBOL: implement-structs
|
2010-07-25 12:18:32 -04:00
|
|
|
implement-structs [ V{ } ] initialize
|