diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/spice-gtk-docs.xml | 1 | ||||
-rw-r--r-- | doc/reference/spice-gtk-sections.txt | 18 | ||||
-rw-r--r-- | doc/reference/spice-gtk.types | 2 |
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/reference/spice-gtk-docs.xml b/doc/reference/spice-gtk-docs.xml index c7f205b..2b4336d 100644 --- a/doc/reference/spice-gtk-docs.xml +++ b/doc/reference/spice-gtk-docs.xml @@ -40,6 +40,7 @@ <chapter> <title>GTK Widget, from spice-client-gtk</title> + <xi:include href="xml/spice-gtk-session.xml"/> <xi:include href="xml/spice-widget.xml"/> </chapter> diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt index d789d5a..d5e8e70 100644 --- a/doc/reference/spice-gtk-sections.txt +++ b/doc/reference/spice-gtk-sections.txt @@ -287,6 +287,24 @@ SpiceUsbDeviceManagerPrivate </SECTION> <SECTION> +<FILE>spice-gtk-session</FILE> +<TITLE>SpiceGtkSession</TITLE> +SpiceGtkSession +SpiceGtkSessionClass +spice_gtk_session_get +<SUBSECTION Standard> +SPICE_GTK_SESSION +SPICE_IS_GTK_SESSION +SPICE_TYPE_GTK_SESSION +spice_gtk_session_get_type +SPICE_GTK_SESSION_CLASS +SPICE_IS_GTK_SESSION_CLASS +SPICE_GTK_SESSION_GET_CLASS +<SUBSECTION Private> +SpiceGtkSectionPrivate +</SECTION> + +<SECTION> <FILE>spice-widget</FILE> <TITLE>SpiceDisplay</TITLE> SpiceDisplay diff --git a/doc/reference/spice-gtk.types b/doc/reference/spice-gtk.types index d8e0f28..a88ece1 100644 --- a/doc/reference/spice-gtk.types +++ b/doc/reference/spice-gtk.types @@ -13,6 +13,7 @@ #include "channel-record.h" #include "channel-smartcard.h" #include "channel-usbredir.h" +#include "spice-gtk-session.h" #include "spice-widget.h" #include "spice-grabsequence.h" #include "smartcard-manager.h" @@ -25,6 +26,7 @@ spice_cursor_channel_get_type spice_display_channel_get_type spice_display_get_type spice_grab_sequence_get_type +spice_gtk_session_get_type spice_inputs_channel_get_type spice_inputs_lock_get_type spice_main_channel_get_type |