View Single Post
Old 12-12-2020, 11:05 PM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,427
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If you want to refresh the book list from a GUI plugin, you dont need to use IPC. Refreshing the book list is trivial to do, look at any number of plugins that do it or look at for instance how the builtin edit metadata action does it.

I have no clue why you were using IPC to refresh the GUI in your GUI plugin. GUI plugins run the in the same process as the rest of the GUI and should ever need to use IPC to communicate with it.
kovidgoyal is offline   Reply With Quote