Method

AdwEntryRowget_attributes

Declaration [src]

PangoAttrList*
adw_entry_row_get_attributes (
  AdwEntryRow* self
)

Description [src]

Gets Pango attributes applied to the text of the embedded entry.

Available since:1.2

Return value

Returns: PangoAttrList
 

The list of attributes.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.