Method

Adw.Carousel.prepend

Declaration [src]

void
adw_carousel_prepend (
  AdwCarousel* self,
  GtkWidget* child
)

Description [src]

Prepends child to self.

Parameters

child GtkWidget*
 

a widget to add

 Ownership is not transferred to the callee