Method
PangoMatrixcopy
since: 1.6
Declaration [src]
PangoMatrix*
pango_matrix_copy (
const PangoMatrix* matrix
)
Parameters
matrix
-
Type:
PangoMatrix
A
PangoMatrix
.The argument can be NULL
.
Return value
Type: PangoMatrix
The newly allocated PangoMatrix
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |