andy128k / cl-gobject-introspection

BSD 2-Clause "Simplified" License
49 stars 15 forks source link

Only export in package.lisp #53

Closed hying-caritas closed 9 years ago

hying-caritas commented 9 years ago

Remove export function call in other lisp files. Make sure all previous exported symbols exported in package.lisp. Reorder exported symbols in classes in package.lisp.

Rename g-object-info-get-fields to object-info-get-fields.