Function
Gimpcontext_get_line_dash_pattern
since: 2.10
Declaration [src]
gboolean
gimp_context_get_line_dash_pattern (
  gsize* num_dashes,
  gdouble** dashes
)
Description [src]
Get the line dash pattern setting.
Returns the line dash pattern setting.
Available since: 2.10
Parameters
- num_dashes
- 
            Type: gsize*The number of dashes in the dash_pattern array. The argument will be set by the function. 
- dashes
- 
            Type: An array of doubleThe line dash pattern setting. The argument will be set by the function. The length of the array is specified in the num_dashesargument.The caller of the function takes ownership of the returned data, and is responsible for freeing it.