Method

AdwCarouselprepend

Declaration [src]

void
adw_carousel_prepend (
  AdwCarousel* self,
  GtkWidget* child
)

Description [src]

Prepends child to self.

Parameters

child

Type: GtkWidget

A widget to add.

The data is owned by the caller of the method.