the #GListModel to be bound to @self
a function that creates widgets for items to display in the list, or %NULL in case you also passed %NULL as @model
a function that creates widgets for items to display as the seleted item, or %NULL in case you also passed %NULL as @model
user data passed to @create_list_widget_func and @create_current_widget_func
function for freeing @user_data
0.0.6
Binds @model to @self.
If @self was already bound to a model, that previous binding is destroyed.
The contents of @self are cleared and then filled with widgets that represent items from @model. @self is updated whenever @model changes. If @model is %NULL, @self is left empty.