diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2012-02-09 21:16:34 +0100 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2012-02-09 21:18:50 +0100 |
commit | eba94b275fa28deb39325572d818dbab67feac9b (patch) | |
tree | c3092f230588a8f5f52979b7c9806a62c4f1d197 /docs | |
parent | 14299d5de97c6aa5f616a48c626a2314f8ddb536 (diff) |
Client: remove deprecated virtual methods
Since YtsClient can not be subclassed there is no point in virtual
methods for signals. Remove them and fold back what's done in the
handlers, which simplifies the code.
Also update docs.
Tags: api, cleanup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ytstenut/Makefile.am | 4 | ||||
-rw-r--r-- | docs/reference/ytstenut/ytstenut-docs.xml.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/ytstenut/Makefile.am b/docs/reference/ytstenut/Makefile.am index 4c8e8f7..e97e726 100644 --- a/docs/reference/ytstenut/Makefile.am +++ b/docs/reference/ytstenut/Makefile.am @@ -53,6 +53,7 @@ EXTRA_HFILES= # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES = \ empathy-tp-file.h \ + ytstenut-internal.h \ yts-adapter-factory.h \ yts-client-internal.h \ yts-client-status.h \ @@ -64,6 +65,7 @@ IGNORE_HFILES = \ yts-factory.h \ yts-incoming-file-internal.h \ yts-invocation-message.h \ + yts-marshal.h \ yts-message.h \ yts-metadata.h \ yts-metadata-internal.h \ @@ -84,6 +86,8 @@ IGNORE_HFILES = \ yts-service-factory.h \ yts-service-impl.h \ yts-service-internal.h \ + yts-xml.h \ + \ yts-vp-playable-proxy.h \ yts-vp-player-adapter.h \ yts-vp-player-proxy.h \ diff --git a/docs/reference/ytstenut/ytstenut-docs.xml.in b/docs/reference/ytstenut/ytstenut-docs.xml.in index 12345c9..29d3a68 100644 --- a/docs/reference/ytstenut/ytstenut-docs.xml.in +++ b/docs/reference/ytstenut/ytstenut-docs.xml.in @@ -47,16 +47,12 @@ <xi:include href="xml/yts-capability.xml"/> <xi:include href="xml/yts-client.xml"/> <xi:include href="xml/yts-contact.xml"/> - <xi:include href="xml/yts-error.xml"/> <xi:include href="xml/yts-file-transfer.xml"/> <xi:include href="xml/yts-incoming-file.xml"/> - <xi:include href="xml/yts-metadata-service.xml"/> - <xi:include href="xml/yts-metadata.xml"/> <xi:include href="xml/yts-outgoing-file.xml"/> <xi:include href="xml/yts-proxy-service.xml"/> <xi:include href="xml/yts-proxy.xml"/> <xi:include href="xml/yts-roster.xml"/> - <xi:include href="xml/yts-service-adapter.xml"/> <xi:include href="xml/yts-service.xml"/> <xi:include href="xml/yts-version.xml"/> <xi:include href="xml/yts-vp-content.xml"/> |