Method

GimpImagegrid_get_spacing

since: 2.4

Declaration [src]

gboolean
gimp_image_grid_get_spacing (
  GimpImage* image,
  gdouble* xspacing,
  gdouble* yspacing
)

Description [src]

Gets the spacing of an image’s grid.

This procedure retrieves the horizontal and vertical spacing of an image’s grid. It takes the image as parameter.

Available since: 2.4

Parameters

xspacing

Type: gdouble*

The image’s grid horizontal spacing.

The argument will be set by the function.
yspacing

Type: gdouble*

The image’s grid vertical spacing.

The argument will be set by the function.

Return value

Type: gboolean

TRUE on success.