diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-11 20:03:52 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-11 20:06:14 +0000 |
commit | 84fddd4d9c541ecc4c6d8f8ec4b2f7849f44cbcb (patch) | |
tree | 8df1de362e548d7dfcf1f8a31dc1d80abbc0a204 | |
parent | bb3ee69bec3c17c31b40d9909e39dbbc36ab5fb8 (diff) |
Generate code for IRCCommand1 interface
-rw-r--r-- | docs/reference/telepathy-glib/telepathy-glib-docs.sgml | 1 | ||||
-rw-r--r-- | docs/reference/telepathy-glib/telepathy-glib-sections.txt | 24 | ||||
-rw-r--r-- | telepathy-glib/connection.xml | 1 |
3 files changed, 25 insertions, 1 deletions
diff --git a/docs/reference/telepathy-glib/telepathy-glib-docs.sgml b/docs/reference/telepathy-glib/telepathy-glib-docs.sgml index acb1b1e56..b37d44214 100644 --- a/docs/reference/telepathy-glib/telepathy-glib-docs.sgml +++ b/docs/reference/telepathy-glib/telepathy-glib-docs.sgml @@ -164,6 +164,7 @@ <xi:include href="xml/connection-addressing.xml"/> <xi:include href="xml/connection-renaming.xml"/> <xi:include href="xml/connection-sidecars.xml"/> + <xi:include href="xml/cli-connection-protocol-specifics.xml"/> <xi:include href="xml/proxy-dbus-core.xml"/> <xi:include href="xml/cli-account-manager.xml"/> diff --git a/docs/reference/telepathy-glib/telepathy-glib-sections.txt b/docs/reference/telepathy-glib/telepathy-glib-sections.txt index a5a5d0ff4..ca732b9a6 100644 --- a/docs/reference/telepathy-glib/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib/telepathy-glib-sections.txt @@ -1253,7 +1253,18 @@ TP_SVC_CONNECTION_INTERFACE_SIDECARS1 TP_SVC_CONNECTION_INTERFACE_SIDECARS1_GET_CLASS TP_TYPE_SVC_CONNECTION_INTERFACE_SIDECARS1 tp_svc_connection_interface_sidecars1_get_type -</SECTION> +<SUBSECTION> +TpSvcConnectionInterfaceIRCCommand1 +TpSvcConnectionInterfaceIRCCommand1Class +tp_svc_connection_interface_irc_command1_implement_send +tp_svc_connection_interface_irc_command1_return_from_send +tp_svc_connection_interface_irc_command1_send_impl +<SUBSECTION Standard> +TP_IS_SVC_CONNECTION_INTERFACE_IRC_COMMAND1 +TP_SVC_CONNECTION_INTERFACE_IRC_COMMAND1 +TP_SVC_CONNECTION_INTERFACE_IRC_COMMAND1_GET_CLASS +TP_TYPE_SVC_CONNECTION_INTERFACE_IRC_COMMAND1 +tp_svc_connection_interface_irc_command1_get_type </SECTION> <SECTION> @@ -2358,6 +2369,8 @@ TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES1 TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_CAPABILITIES1 TP_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS1 TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_GROUPS1 +TP_IFACE_CONNECTION_INTERFACE_IRC_COMMAND1 +TP_IFACE_QUARK_CONNECTION_INTERFACE_IRC_COMMAND1 TP_IFACE_CONNECTION_INTERFACE_POWER_SAVING1 TP_IFACE_QUARK_CONNECTION_INTERFACE_POWER_SAVING1 TP_IFACE_CONNECTION_INTERFACE_CONTACT_BLOCKING1 @@ -2868,6 +2881,7 @@ tp_iface_quark_connection_interface_contact_capabilities1 tp_iface_quark_connection_interface_contact_groups1 tp_iface_quark_connection_interface_contact_info1 tp_iface_quark_connection_interface_contact_list1 +tp_iface_quark_connection_interface_irc_command1 tp_iface_quark_connection_interface_mail_notification1 tp_iface_quark_connection_interface_renaming1 tp_iface_quark_connection_interface_requests @@ -3432,6 +3446,14 @@ tp_cli_connection_add_signals </SECTION> <SECTION> +<FILE>cli-connection-protocol-specifics</FILE> +<TITLE>cli-connection-protocol-specifics</TITLE> +<INCLUDE>telepathy-glib/telepathy-glib-dbus.h</INCLUDE> +tp_cli_connection_interface_irc_command1_call_send +tp_cli_connection_interface_irc_command1_callback_for_send +</SECTION> + +<SECTION> <FILE>connection-aliasing</FILE> <TITLE>connection-aliasing</TITLE> <INCLUDE>telepathy-glib/telepathy-glib-dbus.h</INCLUDE> diff --git a/telepathy-glib/connection.xml b/telepathy-glib/connection.xml index f0fcc59af..136d60b7b 100644 --- a/telepathy-glib/connection.xml +++ b/telepathy-glib/connection.xml @@ -20,6 +20,7 @@ <xi:include href="../spec/Connection_Interface_Contact_Groups1.xml"/> <xi:include href="../spec/Connection_Interface_Contact_Info1.xml"/> <xi:include href="../spec/Connection_Interface_Contact_List1.xml"/> +<xi:include href="../spec/Connection_Interface_IRC_Command1.xml"/> <xi:include href="../spec/Connection_Interface_Renaming1.xml"/> <xi:include href="../spec/Connection_Interface_Sidecars1.xml"/> <xi:include href="../spec/Connection_Interface_Presence1.xml"/> |