diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2016-05-31 13:01:34 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2016-05-31 13:35:52 +0200 |
commit | 320a58d8fcf85e9bf41bb7948d29ec348780f52d (patch) | |
tree | 8ad6da8b88b54ce9e924a17165007d13fc7a8f65 | |
parent | 48ca4df9da28f26e537ed8caeab14a7803faac5e (diff) |
doc: fix unused declarations
Fix all the gtk-doc: "unused declarations. They should be added to
spice-gtk-sections.txt in the appropriate place."
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
-rw-r--r-- | doc/reference/Makefile.am | 12 | ||||
-rw-r--r-- | doc/reference/spice-gtk-sections.txt | 16 |
2 files changed, 26 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 5aa8557..29f31fc 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -23,21 +23,25 @@ CFILE_GLOB = $(top_srcdir)/src/*.c # Header files to ignore when scanning. Use base file name, no paths IGNORE_HFILES= \ - bio-gsocket.h \ + bio-gio.h \ channel-display-priv.h \ channel-usbredir-priv.h \ + client_sw_canvas.h \ continuation.h \ controller \ coroutine.h \ decode.h \ + desktop-integration.h \ display \ gio-coroutine.h \ + giopipe.h \ smartcard-manager-priv.h \ spice-audio-priv.h \ spice-channel-cache.h \ spice-channel-priv.h \ spice-cmdline.h \ spice-common.h \ + spice-grab-sequence-prive.h \ spice-gstaudio.h \ spice-gtk-session-priv.h \ spice-marshal.h \ @@ -49,8 +53,14 @@ IGNORE_HFILES= \ spicy-connect.h \ usb-acl-helper.h \ usb-device-manager-priv.h \ + usbdk_api.h \ usbutil.h \ + vmcstream.h \ vncdisplaykeymap.h \ + win-usb-clerk.h \ + win-usb-dev.h \ + win-usb-driver-install.h \ + wocky-http-proxy.h \ $(NULL) # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt index 9a86553..df58297 100644 --- a/doc/reference/spice-gtk-sections.txt +++ b/doc/reference/spice-gtk-sections.txt @@ -56,6 +56,8 @@ SPICE_TYPE_SESSION_MIGRATION spice_session_migration_get_type <SUBSECTION Private> SpiceSessionPrivate +SPICE_CLIENT_USB_DEVICE_LOST +SPICE_CLIENT_USB_DEVICE_REJECTED </SECTION> <SECTION> @@ -158,10 +160,15 @@ SpiceAudioPrivate <TITLE>SpiceDisplayChannel</TITLE> SpiceDisplayChannel SpiceDisplayChannelClass +SpiceDisplayMonitorConfig +SpiceDisplayPrimary +SpiceGlScanout <SUBSECTION> spice_display_get_gl_scanout +spice_display_gl_draw_done spice_display_get_primary spice_display_change_preferred_compression +spice_gl_scanout_free <SUBSECTION Standard> SPICE_DISPLAY_CHANNEL SPICE_IS_DISPLAY_CHANNEL @@ -170,6 +177,8 @@ spice_display_channel_get_type SPICE_DISPLAY_CHANNEL_CLASS SPICE_IS_DISPLAY_CHANNEL_CLASS SPICE_DISPLAY_CHANNEL_GET_CLASS +SPICE_TYPE_GL_SCANOUT +spice_gl_scanout_get_type <SUBSECTION Private> SpiceDisplayChannelPrivate </SECTION> @@ -313,10 +322,12 @@ spice_usb_device_manager_get_devices spice_usb_device_manager_get_devices_with_filter spice_usb_device_manager_is_device_connected spice_usb_device_manager_is_redirecting -spice_usb_device_manager_disconnect_device spice_usb_device_manager_can_redirect_device spice_usb_device_manager_connect_device_async spice_usb_device_manager_connect_device_finish +spice_usb_device_manager_disconnect_device +spice_usb_device_manager_disconnect_device_async +spice_usb_device_manager_disconnect_device_finish <SUBSECTION> SpiceUsbDevice spice_usb_device_get_description @@ -365,6 +376,7 @@ spice_display_get_grab_keys spice_display_send_keys spice_display_get_pixbuf <SUBSECTION> +SpiceGrabSequence spice_grab_sequence_new spice_grab_sequence_new_from_string spice_grab_sequence_copy @@ -416,6 +428,8 @@ spice_util_get_debug SPICE_RESERVED_PADDING SPICE_DEPRECATED_FOR spice_g_signal_connect_object +SPICE_DEPRECATED +SPICE_GNUC_DEPRECATED_FOR </SECTION> <SECTION> |