diff options
author | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2011-02-08 11:34:07 -0600 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-24 15:19:26 +0100 |
commit | 8a4d453b7c040845991c4ca900758fd7a4d37611 (patch) | |
tree | 91184740ecbbf6d87ea3dd5985455330e8d667a2 /docs | |
parent | adabf28b68ae680a8b607d951a7291b27e3c39e2 (diff) |
Expose TpSimplePasswordChannel as public API
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 1 | ||||
-rw-r--r-- | docs/reference/telepathy-glib-docs.sgml | 1 | ||||
-rw-r--r-- | docs/reference/telepathy-glib-sections.txt | 18 |
3 files changed, 19 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 8e66d8f2..9124c650 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -82,7 +82,6 @@ IGNORE_HFILES=\ proxy-internal.h \ proxy-introspectable.h \ signalled-message-internal.h \ - simple-password-channel-internal.h \ util-internal.h # Images to copy into HTML directory. diff --git a/docs/reference/telepathy-glib-docs.sgml b/docs/reference/telepathy-glib-docs.sgml index 42168eb0..601df91c 100644 --- a/docs/reference/telepathy-glib-docs.sgml +++ b/docs/reference/telepathy-glib-docs.sgml @@ -135,6 +135,7 @@ <xi:include href="xml/message-mixin.xml"/> <xi:include href="xml/message.xml"/> <xi:include href="xml/cm-message.xml"/> + <xi:include href="xml/simple-password-channel.xml"/> <xi:include href="xml/simple-password-manager.xml"/> <xi:include href="xml/base-client.xml"/> <xi:include href="xml/observe-channels-context.xml"/> diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index d446cbbf..2d2e2c44 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -4894,6 +4894,24 @@ TpSimplePasswordManagerPrivate </SECTION> <SECTION> +<INCLUDE>telepathy-glib/simple-password-channel.h</INCLUDE> +<FILE>simple-password-channel</FILE> +<TITLE>simple-password-channel</TITLE> +TpSimplePasswordChannel +<SUBSECTION Standard> +tp_simple_password_channel_get_type +TP_TYPE_SIMPLE_PASSWORD_CHANNEL +TP_SIMPLE_PASSWORD_CHANNEL +TP_SIMPLE_PASSWORD_CHANNEL_CLASS +TP_SIMPLE_PASSWORD_CHANNEL_GET_CLASS +TP_IS_SIMPLE_PASSWORD_CHANNEL +TP_IS_SIMPLE_PASSWORD_CHANNEL_CLASS +TpSimplePasswordChannelClass +<SUBSECTION Private> +TpSimplePasswordChannelPrivate +</SECTION> + +<SECTION> <INCLUDE>telepathy-glib/telepathy-glib.h</INCLUDE> <FILE>base-protocol</FILE> <TITLE>base-protocol</TITLE> |