problems with BOXED property.

Pierre Gay <[email protected]> Wed, 05 May 2004 00:10:11 +0200
Newsgroups gmane.comp.gnome.devtools.gob.general
Message-ID <1083708611.10298.15.camel@lurien>
Hello,

I'm using gob2 and I try to use a BOXED property like this:

  private PackageBoxed *prop;
  property BOXED prop
    (nick="prop",
     blurb="prop",
     boxed_type=Package:Boxed,
     link
     );

I encounter a compilation problem because gob produces C code
(___object_set_property ()) for the property setter with "Package:Boxed"
instead of "PackageBoxed" which of course is not recognized by gcc :)

Did I do something wrong? Can you help me?

Thank you in advance. Regards.

Pierre.

--
to unsubscribe:
send mail to [email protected] with "unsubscribe gob-list" in the subject