diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-01-24 14:12:06 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-01-24 14:51:48 +0100 |
commit | 7ee5ee8d08ba16b547bc960af177ae7736587b0a (patch) | |
tree | 8dfb6deb17b24dce5ddb0296aa8f928e1b4fc4c0 /doc/reference | |
parent | 6899c62b825a7f74a904002ceb90031dd43a5117 (diff) |
gtk: add channel certificate 'verify' property
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/spice-gtk-sections.txt | 3 | ||||
-rw-r--r-- | doc/reference/spice-gtk.types | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt index c7f1709..9a3cac9 100644 --- a/doc/reference/spice-gtk-sections.txt +++ b/doc/reference/spice-gtk-sections.txt @@ -63,6 +63,7 @@ SPICE_MAIN_CHANNEL_GET_CLASS <FILE>spice-channel</FILE> <TITLE>SpiceChannel</TITLE> SpiceChannelEvent +SpiceChannelVerify SpiceChannel SpiceChannelClass spice_channel_new @@ -75,6 +76,8 @@ spice_channel_set_capability <SUBSECTION Standard> SPICE_TYPE_CHANNEL_EVENT spice_channel_event_get_type +SPICE_TYPE_CHANNEL_VERIFY +spice_channel_verify_get_type SPICE_CHANNEL SPICE_IS_CHANNEL SPICE_TYPE_CHANNEL diff --git a/doc/reference/spice-gtk.types b/doc/reference/spice-gtk.types index ebe2dc8..e0e96f6 100644 --- a/doc/reference/spice-gtk.types +++ b/doc/reference/spice-gtk.types @@ -17,6 +17,7 @@ spice_audio_get_type spice_channel_get_type spice_channel_event_get_type +spice_channel_verify_get_type spice_cursor_channel_get_type spice_display_channel_get_type spice_inputs_channel_get_type |