Skip to content
  • Niels De Graef's avatar
    gliststore: Add item lookup functions · 14ba521b
    Niels De Graef authored and Niels De Graef's avatar Niels De Graef committed
    Currently, there is no quick way to find whether and element is already
    part of a list store, except for manually writing a for-loop and calling
    `g_list_model_get_item()` and breaking when you find the item.
    
    This is mostly just a small API addition to support this use case.
    
    Fixes #1011
    14ba521b