Method

AdwSidebarSectionprepend

unstable since: 1.9

Declaration [src]

void
adw_sidebar_section_prepend (
  AdwSidebarSection* self,
  AdwSidebarItem* item
)

Description [src]

Prepends item to self.

Cannot be used while a model is bound via adw_sidebar_section_bind_model().

Available since: 1.9

Parameters

item

Type: AdwSidebarItem

An item to prepend.

The instance takes ownership of the data, and is responsible for freeing it.