summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarc-André Lureau <mlureau@redhat.com>2015-11-11 22:38:26 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2016-02-13 11:28:26 +0100
commit1e4c78e3045536bf4c8fed2a11f955e0985e9335 (patch)
tree76c56acd51cd6db8d4808d603c271172671a5cd3 /doc
parent983eed10736870cd435c92e3443c58d364c72b6d (diff)
downloadspice-gtk-1e4c78e3045536bf4c8fed2a11f955e0985e9335.tar.gz
spice-gtk-1e4c78e3045536bf4c8fed2a11f955e0985e9335.tar.xz
spice-gtk-1e4c78e3045536bf4c8fed2a11f955e0985e9335.zip
glib: add local GL scanout support
Add spice-glib support for gl scanout messages. A note about SpiceGlScanout: it is struct with scanout details, registered as a boxed type, with associated gl-scanout property. That way, it doesn't need a seperate signal for change notification and the current scanout can be retrieve with gobject getter. Since boxed property are always duplicated by g_object_get(), an additional spice_display_get_gl_scanout() method returns the current scanout without duplication (that's what spice-gtk display widget will use). Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/spice-gtk-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt
index f156a3f..a108386 100644
--- a/doc/reference/spice-gtk-sections.txt
+++ b/doc/reference/spice-gtk-sections.txt
@@ -158,6 +158,7 @@ SpiceAudioPrivate
SpiceDisplayChannel
SpiceDisplayChannelClass
<SUBSECTION>
+spice_display_get_gl_scanout
spice_display_get_primary
spice_display_change_preferred_compression
<SUBSECTION Standard>