Method

Adw.Carousel.get_nth_page

Declaration [src]

GtkWidget*
adw_carousel_get_nth_page (
  AdwCarousel* self,
  guint n
)

Description [src]

Gets the page at position n.

Available since:1.0

Parameters

n guint
 

index of the page

Return value

Returns: GtkWidget*

the page

The data is owned by the called function