[Telepathy-commits] [telepathy-glib/master] Include Destroyable interface in generated code and docs
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Oct 30 10:58:11 PDT 2008
---
docs/reference/telepathy-glib-sections.txt | 18 ++++++++++++++++++
telepathy-glib/channel.xml | 1 +
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt
index 8f4a921..da02be6 100644
--- a/docs/reference/telepathy-glib-sections.txt
+++ b/docs/reference/telepathy-glib-sections.txt
@@ -309,12 +309,23 @@ tp_svc_channel_get_interfaces_impl
tp_svc_channel_implement_get_interfaces
tp_svc_channel_return_from_get_interfaces
tp_svc_channel_emit_closed
+<SUBSECTION>
+TpSvcChannelInterfaceDestroyable
+TpSvcChannelInterfaceDestroyableClass
+tp_svc_channel_interface_destroyable_destroy_impl
+tp_svc_channel_interface_destroyable_implement_destroy
+tp_svc_channel_interface_destroyable_return_from_destroy
<SUBSECTION Standard>
TP_SVC_CHANNEL
TP_IS_SVC_CHANNEL
TP_TYPE_SVC_CHANNEL
tp_svc_channel_get_type
TP_SVC_CHANNEL_GET_CLASS
+TP_IS_SVC_CHANNEL_INTERFACE_DESTROYABLE
+TP_SVC_CHANNEL_INTERFACE_DESTROYABLE
+TP_SVC_CHANNEL_INTERFACE_DESTROYABLE_GET_CLASS
+tp_svc_channel_interface_destroyable_get_type
+TP_TYPE_SVC_CHANNEL_INTERFACE_DESTROYABLE
</SECTION>
<SECTION>
@@ -1634,6 +1645,8 @@ TP_IFACE_CHANNEL_INTERFACE_CALL_STATE
TP_IFACE_QUARK_CHANNEL_INTERFACE_CALL_STATE
TP_IFACE_CHANNEL_INTERFACE_CHAT_STATE
TP_IFACE_QUARK_CHANNEL_INTERFACE_CHAT_STATE
+TP_IFACE_CHANNEL_INTERFACE_DESTROYABLE
+TP_IFACE_QUARK_CHANNEL_INTERFACE_DESTROYABLE
TP_IFACE_CHANNEL_INTERFACE_DTMF
TP_IFACE_QUARK_CHANNEL_INTERFACE_DTMF
TP_IFACE_CHANNEL_INTERFACE_GROUP
@@ -1656,6 +1669,7 @@ tp_iface_quark_dbus_peer
tp_iface_quark_dbus_properties
tp_iface_quark_channel
tp_iface_quark_channel_interface_chat_state
+tp_iface_quark_channel_interface_destroyable
tp_iface_quark_channel_interface_dtmf
tp_iface_quark_channel_interface_group
tp_iface_quark_channel_interface_hold
@@ -1828,6 +1842,10 @@ tp_cli_channel_run_get_handle
tp_cli_channel_run_get_interfaces
tp_cli_channel_connect_to_closed
tp_cli_channel_signal_callback_closed
+<SUBSECTION>
+tp_cli_channel_interface_destroyable_call_destroy
+tp_cli_channel_interface_destroyable_callback_for_destroy
+tp_cli_channel_interface_destroyable_run_destroy
</SECTION>
<SECTION>
diff --git a/telepathy-glib/channel.xml b/telepathy-glib/channel.xml
index bad1e3a..5d13de1 100644
--- a/telepathy-glib/channel.xml
+++ b/telepathy-glib/channel.xml
@@ -14,6 +14,7 @@
<xi:include href="../spec/Channel_Interface_Call_State.xml"/>
<xi:include href="../spec/Channel_Interface_Chat_State.xml"/>
+<xi:include href="../spec/Channel_Interface_Destroyable.xml"/>
<xi:include href="../spec/Channel_Interface_DTMF.xml"/>
<xi:include href="../spec/Channel_Interface_Group.xml"/>
<xi:include href="../spec/Channel_Interface_Hold.xml"/>
--
1.5.6.5
More information about the Telepathy-commits
mailing list