~ubuntu-branches/ubuntu/wily/librsvg/wily

« back to all changes in this revision

Viewing changes to rsvg-marker.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2015-05-20 00:29:16 UTC
  • mfrom: (34.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150520002916-gk2qujvrmuu9k0my
Tags: 2.40.9-2
* Upload to unstable.
* Bump debhelper compatibility level to 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
G_GNUC_INTERNAL
46
46
RsvgNode    *rsvg_new_marker        (void);
47
47
G_GNUC_INTERNAL
48
 
void         rsvg_marker_render     (RsvgMarker * self, gdouble x, gdouble y, 
49
 
                                     gdouble orient, gdouble linewidth, RsvgDrawingCtx * ctx);
 
48
void         rsvg_marker_render     (RsvgMarker * self, gdouble xpos, gdouble ypos, 
 
49
                                     gdouble orient, gdouble linewidth, RsvgDrawingCtx * ctx);
50
50
G_GNUC_INTERNAL
51
51
RsvgNode    *rsvg_marker_parse      (const RsvgDefs * defs, const char *str);
52
52
G_GNUC_INTERNAL