Synchronization of gtk_tree_store add/remove events

2012-09-19 Thread Arne Pagel
Dear all, I have an application where I use a tree-view to display some data from an external hardware. Different Objects can be added or removed to the treestore, each existing object in the treestore has a specific id which is used to get data over some communication interface. It can

Re: Synchronization of gtk_tree_store add/remove events

2012-09-19 Thread David Nečas
On Wed, Sep 19, 2012 at 09:44:28PM +0200, Arne Pagel wrote: I have an application where I use a tree-view to display some data from an external hardware. Different Objects can be added or removed to the treestore, each existing object in the treestore has a specific id which is used to get