Commit 4bc5a9c7 authored by Philip Withnall's avatar Philip Withnall Committed by Olivier Crête

docs: Ignore some undocumentable/non-public API

parent f3440d33
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
#include <glib-object.h> #include <glib-object.h>
#ifndef __GTK_DOC_IGNORE__
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
# include <winsock2.h> # include <winsock2.h>
# define ECONNABORTED WSAECONNABORTED # define ECONNABORTED WSAECONNABORTED
...@@ -66,6 +67,7 @@ ...@@ -66,6 +67,7 @@
# define EWOULDBLOCK WSAEWOULDBLOCK # define EWOULDBLOCK WSAEWOULDBLOCK
# define ECONNRESET WSAECONNRESET # define ECONNRESET WSAECONNRESET
#endif #endif
#endif
#include "agent.h" #include "agent.h"
......
...@@ -57,7 +57,8 @@ CFILE_GLOB=$(top_srcdir)/agent/agent.c \ ...@@ -57,7 +57,8 @@ CFILE_GLOB=$(top_srcdir)/agent/agent.c \
IGNORE_HFILES= conncheck.h discovery.h stream.h component.h agent-priv.h \ IGNORE_HFILES= conncheck.h discovery.h stream.h component.h agent-priv.h \
iostream.h inputstream.h outputstream.h \ iostream.h inputstream.h outputstream.h \
gstnice.h gstnicesrc.h gstnicesink.h \ gstnice.h gstnicesrc.h gstnicesink.h \
md5.h sha1.h stunhmac.h utils.h rand.h stun5389.h stuncrc32.h md5.h sha1.h stunhmac.h utils.h rand.h stun5389.h stuncrc32.h \
stund.h agent-signals-marshal.h win32_common.h
# Images to copy into HTML directory. # Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment