GNOME Bugzilla – Bug 743745
Expose a bit of MetaMonitorManager to introspection
Last modified: 2015-01-30 18:14:17 UTC
To be used by gnome-shell, see bugs blocked by this.
Created attachment 295809 [details] [review] monitor-manager: Expose MetaMonitorManager to introspection This just exposes the type and the singleton getter necessary to make it available to introspection. We'll expose more functionality as it becomes needed.
Created attachment 295810 [details] [review] monitor-manager: Expose a method to get a monitor from an output This method will be used by gnome-shell to resolve an output ID (exposed from the org.gnome.Mutter.DisplayConfig DBus API) to a logical monitor.
Attachment 295809 [details] pushed as 3f2d658 - monitor-manager: Expose MetaMonitorManager to introspection Attachment 295810 [details] pushed as 7f19db1 - monitor-manager: Expose a method to get a monitor from an output Looks good, pushing this.