Function
Pangoattr_insert_hyphens_new
Declaration [src]
PangoAttribute*
pango_attr_insert_hyphens_new (
  gboolean insert_hyphens
)
Description [src]
Create a new insert-hyphens attribute.
Pango will insert hyphens when breaking lines in the middle of a word. This attribute can be used to suppress the hyphen.
| 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. |