Function
Pangoattr_allow_breaks_new
Declaration [src]
PangoAttribute*
pango_attr_allow_breaks_new (
gboolean allow_breaks
)
Description [src]
Create a new allow-breaks attribute.
If breaks are disabled, the range will be kept in a single run, as far as possible.
Available since: | 1.44 |
Return value
Returns: | PangoAttribute |
The newly allocated
|
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |