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.
This is more conventient to use than hdy_combo_row_bind_model() if you want
to represent items of the model with names.
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.
This is more conventient to use than hdy_combo_row_bind_model() if you want to represent items of the model with names.