diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-12-06 18:22:49 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-12-06 19:33:02 +0100 |
commit | 2cd0637c786e4753d2de2c1b28830167f649b222 (patch) | |
tree | 17d909603bda4ea5576e22f2b608c91180975eeb /doc | |
parent | ec33cb55b3f200fe29a49a40ed0190eb38ec7a05 (diff) | |
download | spice-gtk-2cd0637c786e4753d2de2c1b28830167f649b222.tar.gz spice-gtk-2cd0637c786e4753d2de2c1b28830167f649b222.tar.xz spice-gtk-2cd0637c786e4753d2de2c1b28830167f649b222.zip |
gtk: s/vnc/spice/ grab_sequence, break API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 3 | ||||
-rw-r--r-- | doc/reference/spice-gtk-docs.xml | 1 | ||||
-rw-r--r-- | doc/reference/spice-gtk.types | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index b01b6e7..04b3292 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -72,8 +72,7 @@ IGNORE_HFILES= \ spice-session-priv.h \ spice-types.h \ tcp.h \ - vncdisplaykeymap.h \ - vncgrabsequence.h + vncdisplaykeymap.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png diff --git a/doc/reference/spice-gtk-docs.xml b/doc/reference/spice-gtk-docs.xml index 52903c4..0057119 100644 --- a/doc/reference/spice-gtk-docs.xml +++ b/doc/reference/spice-gtk-docs.xml @@ -47,6 +47,7 @@ <title>Display GTK Widget, from spice-client-gtk</title> <xi:include href="xml/spice-widget.xml"/> <xi:include href="xml/spice-widget-enums.xml"/> + <xi:include href="xml/spice-grabsequence.xml"/> </chapter> </part> diff --git a/doc/reference/spice-gtk.types b/doc/reference/spice-gtk.types index cc481b5..ebe2dc8 100644 --- a/doc/reference/spice-gtk.types +++ b/doc/reference/spice-gtk.types @@ -12,6 +12,7 @@ #include "channel-playback.h" #include "channel-record.h" #include "spice-widget.h" +#include "spice-grabsequence.h" spice_audio_get_type spice_channel_get_type @@ -25,3 +26,4 @@ spice_playback_channel_get_type spice_record_channel_get_type spice_session_get_type spice_display_get_type +spice_grab_sequence_get_type |