GtkListBoxForeachFunc

A function used by gtk_list_box_selected_foreach(). It will be called on every selected child of the @box.

alias GtkListBoxForeachFunc = void function(GtkListBox* box, GtkListBoxRow* row, void* userData)

Meta

Since

3.14