gplugin/gplugin

0344f6c067c4
Parents 3b91b4860a7b
Children eaab312284ce
clean up the comment for managing the notification signal for plugin states
--- a/gplugin-gtk/gplugin-gtk-plugin-info.c Thu Apr 30 20:40:13 2020 -0500
+++ b/gplugin-gtk/gplugin-gtk-plugin-info.c Thu May 21 00:48:50 2020 -0500
@@ -424,7 +424,9 @@
/* Connect a signal to refresh when the plugin's state changes. We
* can't use g_signal_connect_object because the plugin object never
* gets destroyed, as the manager and the loader both keep a reference
- * to it which means we just have to manage the callback ourselves.
+ * to it and the GPluginGtkPluginInfo widget is reused for all plugins
+ * so that all means that we just have to manage the callback
+ * ourselves.
*/
info->signal_id = g_signal_connect(
G_OBJECT(plugin),