GNOME Bugzilla – Bug 628183
Rework the way search paths are defined in PeasEngine
Last modified: 2010-10-02 23:17:45 UTC
This drops the construct property and use a method instead.
Created attachment 168943 [details] [review] [PeasEngine] Compute the plugin file extension once and for all.
Created attachment 168944 [details] [review] [PeasEngine] Add peas_engine_append_search_path() This new API replaces the old "search-path" construct property. It is more understandable and can be used after object construction.
Review of attachment 168943 [details] [review]: This looks good to me.
Review of attachment 168944 [details] [review]: Looks good, though maybe I'd remove that comment. ::: libpeas/peas-engine.c @@ +236,1 @@ + /* Appending to a list is bad, but is easier to handle wrt refreshing I don't think this is bad, we are not going to have like a hundred items here.
Attachment 168943 [details] pushed as 00f05ee - [PeasEngine] Compute the plugin file extension once and for all. Attachment 168944 [details] pushed as d4cacb9 - [PeasEngine] Add peas_engine_append_search_path()