This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: guile-gobject problem


There've been some internet difficulties at my workplace, but hopefully
they're sorted out now...

On Mon, 11 Aug 2003, Andreas Rottmann wrote:

> | DSTWService* <dstwservice*>
> | gboolean <gboolean>
> | GType <gtype>
> | char* <char*>
> | none <none>
> | gunichar* <gunichar*>

Hmm, looks like you forgot to set the standard wrapset as a used
wrapset. Check the gw-atk-spec.scm for more details, bit it will suffice
to add (gw:wrapset-depends-on ws "guile-gnome-gw-standard") to your
wrapset definition code.

Of course, you have to also depend on glib and gobject if you want those
types to be recognized as well.

Regards,

wingo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]