After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743745 - Expose a bit of MetaMonitorManager to introspection
Expose a bit of MetaMonitorManager to introspection
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks: 743744
 
 
Reported: 2015-01-30 14:59 UTC by Rui Matos
Modified: 2015-01-30 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
monitor-manager: Expose MetaMonitorManager to introspection (10.87 KB, patch)
2015-01-30 14:59 UTC, Rui Matos
committed Details | Review
monitor-manager: Expose a method to get a monitor from an output (2.25 KB, patch)
2015-01-30 14:59 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2015-01-30 14:59:41 UTC
To be used by gnome-shell, see bugs blocked by this.
Comment 1 Rui Matos 2015-01-30 14:59:44 UTC
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.
Comment 2 Rui Matos 2015-01-30 14:59:48 UTC
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.
Comment 3 Jasper St. Pierre (not reading bugmail) 2015-01-30 18:14:09 UTC
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.