Method

Adw.Carousel.append

Declaration [src]

void
adw_carousel_append (
  AdwCarousel* self,
  GtkWidget* child
)

Description [src]

Appends child to self.

Available since:1.0

Parameters

child GtkWidget*
 

a widget to add

 The data is owned by the caller of the function