andy128k / cl-gobject-introspection

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

Where is definition of "repository" function or macro? #25

Closed hying-caritas closed 10 years ago

hying-caritas commented 10 years ago

In README.md, there is: " (repository class-name constructor-name) -> function " But I cannot find the definition of repository in source code. Where is it?

Kalimehtar commented 10 years ago

repository is on object returned from ffi.

In CL I think, it should be (gir:call repository ...)

I'll rewrite doc today.