diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-16 16:06:44 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-16 16:07:28 +0100 |
commit | 4d74feb906b7f9e37238a9d89245eeaaf1a0ffed (patch) | |
tree | e80a996fb62eb1e9258ce77c54ad42fe54470267 /docs | |
parent | 2f54e7858a8faeca03a844d0ea3fbb2a2bb33172 (diff) | |
download | telepathy-glib-4d74feb906b7f9e37238a9d89245eeaaf1a0ffed.tar.gz |
Introduce some typedefs to document TpBaseProtocol's methods better
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/telepathy-glib-sections.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index 0be376083..cf6daa45e 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -4110,11 +4110,18 @@ TpSimpleHandlerPrivate <FILE>base-protocol</FILE> <TITLE>base-protocol</TITLE> TpBaseProtocol -TpBaseProtocolClass tp_base_protocol_get_name tp_base_protocol_get_immutable_properties tp_base_protocol_get_parameters tp_base_protocol_new_connection +<SUBSECTION> +TpBaseProtocolClass +TpBaseProtocolGetParametersFunc +TpBaseProtocolNewConnectionFunc +TpBaseProtocolNormalizeContactFunc +TpBaseProtocolIdentifyAccountFunc +TpBaseProtocolGetInterfacesFunc +TpBaseProtocolGetConnectionDetailsFunc <SUBSECTION Standard> tp_base_protocol_get_type TP_BASE_PROTOCOL |