After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 131280 - no GType for GnomeCanvasPathDef
no GType for GnomeCanvasPathDef
Status: RESOLVED DUPLICATE of bug 116734
Product: libgnomecanvas
Classification: Deprecated
Component: items
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: libgnomecanvas maintainers
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2004-01-12 22:29 UTC by muppet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description muppet 2004-01-12 22:29:24 UTC
libgnomecanvas defines no GType for GnomeCanvasPathDef, even though simple
boxed type support would be trivial to add.

In the absence of a proper GType, the bpath property of GnomeCanvasBpath is
created as a G_TYPE_POINTER, making it impossible to use this property
through languange bindings.  (By impossible, i mean it tries to work, but
crashes horribly.)

This bug results in core dumps when attempting to set the bpath property in
gtk2-perl through standard methods.  The workaround is to offer set_path
and get_path methods at the binding level, but there is no way to protect
unsuspecting binding users from the crash if they attempt to use the
property interface.

I marked this as affecting CVS HEAD, but it's in all versions of
libgnomecanvas i could find.
Comment 1 Kjartan Maraas 2004-01-20 14:06:53 UTC
Duplicate.

*** This bug has been marked as a duplicate of 116734 ***