~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to app/core/gimpstrokeoptions.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
};
66
66
 
67
67
 
68
 
GType  gimp_stroke_options_get_type         (void) G_GNUC_CONST;
 
68
GType  gimp_stroke_options_get_type          (void) G_GNUC_CONST;
69
69
 
70
 
void   gimp_stroke_options_set_dash_pattern (GimpStrokeOptions *options,
71
 
                                             GimpDashPreset     preset,
72
 
                                             GArray            *pattern);
 
70
void   gimp_stroke_options_take_dash_pattern (GimpStrokeOptions *options,
 
71
                                              GimpDashPreset     preset,
 
72
                                              GArray            *pattern);
73
73
 
74
74
 
75
75
#endif  /*  __GIMP_STROKE_OPTIONS_H__  */