I see two options:
- add a button to the menu that lets the user refresh the list manually
- refresh it automatically when interfaces change
The second option only works if GTK allows to somehow listen to changes in the interfaces. Does anyone know whether there is an event or signal for that?
We could also poll periodically, but that's really not ideal.
I see two options:
The second option only works if GTK allows to somehow listen to changes in the interfaces. Does anyone know whether there is an event or signal for that?
We could also poll periodically, but that's really not ideal.