[Spice-devel] [PATCH spice-gtk] doc: fix unused warning
marcandre.lureau at redhat.com
marcandre.lureau at redhat.com
Thu Jul 7 16:11:44 UTC 2016
From: Marc-André Lureau <marcandre.lureau at redhat.com>
Fix gtk-doc warning by ignoring the new private header.
./spice-gtk-unused.txt:1: warning: 12 unused declarations.They should be
added to spice-gtk-sections.txt in the appropriate place.
While at it, fix grabsequence header incorrect file name.
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
doc/reference/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 29f31fc..eaaf98c 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -41,7 +41,8 @@ IGNORE_HFILES= \
spice-channel-priv.h \
spice-cmdline.h \
spice-common.h \
- spice-grab-sequence-prive.h \
+ spice-file-transfer-task-priv.h \
+ spice-grabsequence-priv.h \
spice-gstaudio.h \
spice-gtk-session-priv.h \
spice-marshal.h \
--
2.9.0
More information about the Spice-devel
mailing list