From 68dfe56549b92382fd22af9d721abec50fb4e3cb Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Mon, 21 Jul 2008 22:52:58 +0000 Subject: Remove the session from the public api and the docs 20080721225258-3e2dc-eaeb29ef73e0e8be217f2b2250716f4235efba7d.gz --- doc/lib/Makefile.am | 6 +++--- doc/lib/lib-sections.txt | 34 ---------------------------------- 2 files changed, 3 insertions(+), 37 deletions(-) (limited to 'doc') diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index 8a86bdc..1389bbb 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -44,12 +44,12 @@ FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB=$(top_srcdir)/lib/*.h -CFILE_GLOB=$(top_srcdir)/lib/*.c +HFILE_GLOB=$(top_srcdir)/lib/channel.h $(top_srcdir)/lib/stream.h +CFILE_GLOB=$(top_srcdir)/lib/channel.c $(top_srcdir)/lib/stream.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=*-priv.h *marshal.h +IGNORE_HFILES=*-priv.h *marshal.h session.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png diff --git a/doc/lib/lib-sections.txt b/doc/lib/lib-sections.txt index 3615440..1edefb5 100644 --- a/doc/lib/lib-sections.txt +++ b/doc/lib/lib-sections.txt @@ -40,37 +40,3 @@ TPMEDIA_CHANNEL_CLASS TP_STREAM_ENGINE_IS_CHANNEL_CLASS TPMEDIA_CHANNEL_GET_CLASS - -
-session -TpmediaSession -TpmediaSession -TpmediaSessionClass - -TpmediaSessionPrivate - -TPMEDIA_SESSION -TP_STREAM_ENGINE_IS_SESSION -TPMEDIA_TYPE_SESSION -tpmedia_session_get_type -TPMEDIA_SESSION_CLASS -TP_STREAM_ENGINE_IS_SESSION_CLASS -TPMEDIA_SESSION_GET_CLASS -
- -
-tpmedia-signals-marshal -
- -
-tp-stream-engine-signals-marshal -
- -
-session-priv -
- -
-stream-priv -
- -- cgit v1.2.3