GNOME Bugzilla – Bug 671103
plugin: Remove silly wrapper APIs
Last modified: 2012-03-08 23:05:13 UTC
See patch.
Created attachment 208759 [details] [review] plugin: Remove silly wrapper APIs For some reason, the Mutter Plugin APIs have silly wrappers around core mutter operations. Remove them.
Created attachment 208760 [details] [review] Don't depend on MetaPlugin API It's a silly wrapper API that we can live without
Review of attachment 208759 [details] [review]: OK to commit with a rewritten commit message: Remove unneeded wrapper APIs Mutter originally started out with the idea that only a subset of the total API was exposed to plugins, so some APIs are duplicated on MutterPlugin. We've long since abandoned that idea; remove these wrappers.
Review of attachment 208760 [details] [review]: === Don't depend on on removed MetaPlugin APIs Several MetaPlugin APIs that were just wrappers around other functions were removed - switch to using the other functions directly. === (The more factual the commit message the better)