Method
PangoGlyphStringcopy
Declaration [src]
PangoGlyphString*
pango_glyph_string_copy (
PangoGlyphString* string
)
Parameters
string
-
Type:
PangoGlyphString
A
PangoGlyphString
.The argument can be NULL
.
Return value
Type: PangoGlyphString
The newly allocated PangoGlyphString
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |