diff options
author | Jonathon Jongsma <jjongsma@redhat.com> | 2013-11-07 11:46:44 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@redhat.com> | 2013-11-07 14:20:10 -0600 |
commit | 2ef5ef5932a4ab572026e313593825927ad1efd2 (patch) | |
tree | 8f17026fa8a56bb996ec92bcfbdf185757a0e1d8 /gtk/channel-display.c | |
parent | 32b123f44fc79eaad388d6be09f103457f35d734 (diff) |
Revert "Add ability to get SpiceDisplay resolution"
This reverts commit a285e0187d15ad650f6524f3811072fa55b20617.
This API was not actually needed for what I intended to use it for. So revert
for now. We can always add it back if necessary in the future.
Conflicts:
gtk/spice-widget.c
Diffstat (limited to 'gtk/channel-display.c')
-rw-r--r-- | gtk/channel-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/channel-display.c b/gtk/channel-display.c index 4d55337..93521da 100644 --- a/gtk/channel-display.c +++ b/gtk/channel-display.c @@ -262,7 +262,7 @@ static void spice_display_channel_class_init(SpiceDisplayChannelClass *klass) /** * SpiceDisplayChannel:monitors: * - * Current monitors configuration. An array of #SpiceDisplayMonitorConfig + * Current monitors configuration. * * Since: 0.13 */ |