summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-08-24 12:10:10 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-08-24 12:10:10 +0100
commita4a4b59d3374f64bf511bb339a29b6b5e88b9b5d (patch)
treeef4529f80350f618aa1b5999bbf342d359b2931d /docs
parent08b98a274c0d7dbfe0341a590209ba76ca5abb6d (diff)
parentdd8b92614b404564a35891263905216f6f801ab0 (diff)
downloadtelepathy-glib-a4a4b59d3374f64bf511bb339a29b6b5e88b9b5d.tar.gz
Merge branch 'master' into base-channel
Conflicts: examples/cm/channelspecific/room.c examples/cm/echo/chan.h tests/lib/echo-chan.c
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/telepathy-glib-docs.sgml1
-rw-r--r--docs/reference/telepathy-glib-sections.txt39
2 files changed, 38 insertions, 2 deletions
diff --git a/docs/reference/telepathy-glib-docs.sgml b/docs/reference/telepathy-glib-docs.sgml
index 9f4d41ea0..783335de7 100644
--- a/docs/reference/telepathy-glib-docs.sgml
+++ b/docs/reference/telepathy-glib-docs.sgml
@@ -61,6 +61,7 @@
<xi:include href="xml/channel-dispatch-operation.xml"/>
<xi:include href="xml/channel-request.xml"/>
<xi:include href="xml/client.xml"/>
+ <xi:include href="xml/account-channel-request.xml"/>
</chapter>
<chapter id="ch-service-dbus">
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt
index 406516169..fd59d609d 100644
--- a/docs/reference/telepathy-glib-sections.txt
+++ b/docs/reference/telepathy-glib-sections.txt
@@ -29,6 +29,8 @@ TP_CHANNEL_DISPATCHER_BUS_NAME
TP_CHANNEL_DISPATCHER_OBJECT_PATH
TP_CLIENT_BUS_NAME_BASE
TP_CLIENT_OBJECT_PATH_BASE
+TP_USER_ACTION_TIME_NOT_USER_ACTION
+TP_USER_ACTION_TIME_CURRENT_TIME
</SECTION>
<SECTION>
@@ -1236,6 +1238,8 @@ tp_clear_pointer
tp_clear_object
tp_clear_boxed
tp_simple_async_report_success_in_idle
+tp_user_action_time_from_x11
+tp_user_action_time_should_present
</SECTION>
<SECTION>
@@ -1929,7 +1933,7 @@ tp_dbus_properties_mixin_flags_get_type
<INCLUDE>telepathy-glib/errors.h</INCLUDE>
<FILE>errors</FILE>
TP_ERROR_PREFIX
-TP_ERRORS
+TP_ERROR
TP_TYPE_ERROR
TpError
tp_g_set_error_invalid_handle_type
@@ -1974,11 +1978,15 @@ TP_ERROR_STR_REGISTRATION_EXISTS
TP_ERROR_STR_SERVICE_BUSY
TP_ERROR_STR_RESOURCE_UNAVAILABLE
TP_ERROR_STR_WOULD_BREAK_ANONYMITY
+TP_ERROR_STR_CERT_REVOKED
+TP_ERROR_STR_CERT_INSECURE
+TP_ERROR_STR_CERT_LIMIT_EXCEEDED
<SUBSECTION Standard>
tp_error_get_type
tp_errors_quark
+tp_error_quark
<SUBSECTION Private>
-TP_ERROR
+TP_ERRORS
</SECTION>
<SECTION>
@@ -4334,3 +4342,30 @@ TP_SVC_CHANNEL_TYPE_CONTACT_SEARCH_GET_CLASS
TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_SEARCH
tp_svc_channel_type_contact_search_get_type
</SECTION>
+
+<SECTION>
+<FILE>account-channel-request</FILE>
+<TITLE>account-channel-request</TITLE>
+<INCLUDE>telepathy-glib/account-channel-request.h</INCLUDE>
+TpAccountChannelRequest
+tp_account_channel_request_new
+tp_account_channel_request_get_request
+tp_account_channel_request_get_user_action_time
+tp_account_channel_request_get_account
+tp_account_channel_request_create_and_handle_channel_async
+tp_account_channel_request_create_and_handle_channel_finish
+tp_account_channel_request_ensure_and_handle_channel_async
+tp_account_channel_request_ensure_and_handle_channel_finish
+tp_account_channel_request_create_channel_async
+tp_account_channel_request_create_channel_finish
+tp_account_channel_request_ensure_channel_async
+tp_account_channel_request_ensure_channel_finish
+<SUBSECTION Standard>
+tp_account_channel_request_get_type
+TP_ACCOUNT_CHANNEL_REQUEST
+TP_ACCOUNT_CHANNEL_REQUEST_CLASS
+TP_ACCOUNT_CHANNEL_REQUEST_GET_CLASS
+TP_IS_ACCOUNT_CHANNEL_REQUEST
+TP_IS_ACCOUNT_CHANNEL_REQUEST_CLASS
+TP_TYPE_ACCOUNT_CHANNEL_REQUEST
+</SECTION>