GNOME Bugzilla – Bug 624307
Add a plugin-list property to PeasEngine
Last modified: 2010-07-19 17:23:06 UTC
Created attachment 165849 [details] [review] Added a plugin-list property to PeasEngine PeasEngine should have a plugin-list property this was the PeasUIPluginManager can connect to it and reload the list when it is changed.
Review of attachment 165849 [details] [review]: This one can go, but I'd like you to talk about the rationale in the commit message. Something like "with this property we will be able to track changes in the plugin list and update the manager accordingly" would do. ::: libpeas/peas-engine.c @@ +481,3 @@ + * This will be modified when peas_engine_rescan_plugins() is called. + * + * Note that the list belongs to the engine and should not be modified or freed. Could you please put the "freed." on the next line? I know glib code is hard to keep within the 78-chars limit, but I think comments are more readable when they are kept as small lines, and 78 chars looks like a good width.
Attachment 165849 [details] pushed as 616e8f4 - Added a plugin-list property to PeasEngine