Method
ClutterMargincopy
Declaration [src]
ClutterMargin*
clutter_margin_copy (
const ClutterMargin* margin_
)
Description [src]
Creates a new ClutterMargin
and copies the contents of margin_
into
the newly created structure.
Available since: | 1.10 |
Return value
Returns: | ClutterMargin |
A copy of the |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |