diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-07-13 19:00:29 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2011-07-13 19:00:46 +0200 |
commit | fd0c76a889fe0aefb37df5e044f9f5286022e32a (patch) | |
tree | d8ebe1a042301a8ab4b9d6aab5bcda0afc79ce08 /doc | |
parent | 2f7b91ae9969ae5f21e3510c5d6046200b5e1085 (diff) |
gtk/doc: improve the generated gtk-doc a bit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/spice-gtk-docs.xml | 2 | ||||
-rw-r--r-- | doc/reference/spice-gtk-sections.txt | 19 | ||||
-rw-r--r-- | doc/reference/spice-gtk.types | 5 |
3 files changed, 20 insertions, 6 deletions
diff --git a/doc/reference/spice-gtk-docs.xml b/doc/reference/spice-gtk-docs.xml index 57ef701..1308041 100644 --- a/doc/reference/spice-gtk-docs.xml +++ b/doc/reference/spice-gtk-docs.xml @@ -35,7 +35,6 @@ <xi:include href="xml/channel-playback.xml"/> <xi:include href="xml/channel-record.xml"/> <xi:include href="xml/channel-smartcard.xml"/> - <xi:include href="xml/smartcard-manager.xml"/> </chapter> <chapter> @@ -46,6 +45,7 @@ <chapter id="application-support"> <title>Application Support, from spice-client-glib</title> <xi:include href="xml/spice-audio.xml"/> + <xi:include href="xml/smartcard-manager.xml"/> <xi:include href="xml/spice-util.xml"/> </chapter> diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt index 715a3ba..9467faa 100644 --- a/doc/reference/spice-gtk-sections.txt +++ b/doc/reference/spice-gtk-sections.txt @@ -45,6 +45,7 @@ spice_session_verify_get_type <TITLE>SpiceMainChannel</TITLE> SpiceMainChannel SpiceMainChannelClass +<SUBSECTION> spice_main_channel spice_main_set_display spice_main_clipboard_grab @@ -68,6 +69,7 @@ SpiceChannelEvent SpiceChannelVerify SpiceChannel SpiceChannelClass +<SUBSECTION> spice_channel_new spice_channel_destroy spice_channel_connect @@ -96,6 +98,7 @@ spice_msg_out <TITLE>SpiceAudio</TITLE> SpiceAudio SpiceAudioClass +<SUBSECTION> spice_audio_new <SUBSECTION Standard> SPICE_AUDIO @@ -146,6 +149,7 @@ spice_cursor_channel <TITLE>SpiceRecordChannel</TITLE> SpiceRecordChannel SpiceRecordChannelClass +<SUBSECTION> spice_record_send_data <SUBSECTION Standard> SPICE_RECORD_CHANNEL @@ -165,6 +169,7 @@ spice_record_channel SpiceInputsChannel SpiceInputsChannelClass SpiceInputsLock +<SUBSECTION> spice_inputs_motion spice_inputs_position spice_inputs_button_press @@ -189,7 +194,6 @@ spice_inputs_channel <SECTION> <FILE>channel-smartcard</FILE> <TITLE>SpiceSmartcardChannel</TITLE> -spice_smartcard_channel SpiceSmartcardChannel SpiceSmartcardChannelClass <SUBSECTION Standard> @@ -200,21 +204,22 @@ spice_smartcard_channel_get_type SPICE_SMARTCARD_CHANNEL_CLASS SPICE_IS_SMARTCARD_CHANNEL_CLASS SPICE_SMARTCARD_CHANNEL_GET_CLASS +<SUBSECTION Private> +spice_smartcard_channel </SECTION> <SECTION> <FILE>smartcard-manager</FILE> <TITLE>SpiceSmartcardManager</TITLE> -SPICE_TYPE_SMARTCARD_READER -spice_smartcard_manager SpiceSmartcardManager SpiceSmartcardManagerClass -spice_smartcard_reader_get_type +SpiceSmartcardReader +<SUBSECTION> spice_smartcard_manager_get spice_smartcard_manager_insert_card spice_smartcard_manager_remove_card +<SUBSECTION> spice_smartcard_reader_is_software -SpiceSmartcardReader <SUBSECTION Standard> SPICE_SMARTCARD_MANAGER SPICE_IS_SMARTCARD_MANAGER @@ -223,6 +228,10 @@ spice_smartcard_manager_get_type SPICE_SMARTCARD_MANAGER_CLASS SPICE_IS_SMARTCARD_MANAGER_CLASS SPICE_SMARTCARD_MANAGER_GET_CLASS +SPICE_TYPE_SMARTCARD_READER +spice_smartcard_reader_get_type +<SUBSECTION Private> +spice_smartcard_manager </SECTION> <SECTION> diff --git a/doc/reference/spice-gtk.types b/doc/reference/spice-gtk.types index 51dcef4..6639730 100644 --- a/doc/reference/spice-gtk.types +++ b/doc/reference/spice-gtk.types @@ -11,8 +11,10 @@ #include "channel-inputs.h" #include "channel-playback.h" #include "channel-record.h" +#include "channel-smartcard.h" #include "spice-widget.h" #include "spice-grabsequence.h" +#include "smartcard-manager.h" spice_audio_get_type spice_channel_event_get_type @@ -28,3 +30,6 @@ spice_playback_channel_get_type spice_record_channel_get_type spice_session_get_type spice_session_verify_get_type +spice_smartcard_channel_get_type +spice_smartcard_manager_get_type +spice_session_verify_get_type |