Method
PangoLayoutLineref
since: 1.10
Declaration [src]
PangoLayoutLine*
pango_layout_line_ref (
PangoLayoutLine* line
)
Parameters
line
-
Type:
PangoLayoutLine
A
PangoLayoutLine
.The argument can be NULL
.
Return value
Type: PangoLayoutLine
The line passed in.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |