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.

Parameters

n guint
 

index of the page

Return value

Returns: GtkWidget*

the page

Ownership is not transferred to the caller