Method

Gsk.RoundedRect.normalize

Declaration [src]

GskRoundedRect*
gsk_rounded_rect_normalize (
  GskRoundedRect* self
)

Description [src]

Normalizes the passed rectangle.

This function will ensure that the bounds of the rectangle are normalized and ensure that the corner values are positive and the corners do not overlap.

Return value

Returns: GskRoundedRect

the normalized rectangle

Ownership is not transferred to the caller