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 703592 - Introspection & GooCanvasLineDash
Introspection & GooCanvasLineDash
Status: RESOLVED FIXED
Product: goocanvas
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: goocanvas-maint
goocanvas-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-04 07:45 UTC by Damon Chaplin
Modified: 2013-11-02 11:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damon Chaplin 2013-07-04 07:45:48 UTC
Currently it seems impossible to use GooCanvasLineDash using introspection.

We need to provide a way to set the dash data after construction, e.g. goo_canvas_line_dash_set_dashes(). We also need a _set_offset().


GooCanvasPoints could be better as well, possibly adding set_num_points() and
set_points().
Comment 1 Damon Chaplin 2013-11-02 11:25:51 UTC
It is possible to use GooCanvasLineDash using introspection now.
I've also added goo_canvas_line_dash_set_offset().