diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-02-01 23:39:03 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-02-02 00:01:16 +0000 |
commit | 5829f565e45ea6a056eeac8e6024ba4f5b527f91 (patch) | |
tree | cf25692a7cd5d77cc51f547d3e2f9051ec28795d /docs | |
parent | 58bf150c70bee50ca69c7b7bed632aed66e72eae (diff) |
Include TpBaseClientClass in gtk-doc
At looks like the class struct used to be private. But now it's not, and
bits of documentation (try to) link to fields of it.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/telepathy-glib-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index 509fb5cf..ada0c874 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -4683,6 +4683,7 @@ TpDebugSenderPrivate <FILE>base-client</FILE> <TITLE>base-client</TITLE> TpBaseClient +TpBaseClientClass tp_base_client_add_observer_filter tp_base_client_take_observer_filter tp_base_client_set_observer_recover @@ -4729,7 +4730,6 @@ TP_IS_BASE_CLIENT TP_IS_BASE_CLIENT_CLASS TP_TYPE_OBSERVE_CHANNELS_CONTEXT TP_TYPE_BASE_CLIENT -TpBaseClientClass TpBaseClientPrivate TpBaseClientClassPrivate </SECTION> |