Method

GskRoundedRectinit_copy

Declaration [src]

GskRoundedRect*
gsk_rounded_rect_init_copy (
  GskRoundedRect* self,
  const GskRoundedRect* src
)

Description [src]

Initializes self using the given src rectangle.

This function will not normalize the GskRoundedRect, so make sure the source is normalized.

Parameters

src GskRoundedRect
 

A GskRoundedRect

 The data is owned by the caller of the function.

Return value

Returns: GskRoundedRect
 

The initialized rectangle.

 The data is owned by the instance.