From bef5b2bf112768a6fc180ef9c79938053ccb893c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 21 Oct 2013 19:09:32 +0100 Subject: [PATCH 12/16] TpProtocolAddressing: add to the header --- docs/reference/telepathy-glib-sections.txt | 1 + telepathy-glib/base-protocol.h | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index 3911521..c4da1f6 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -6023,6 +6023,7 @@ TpBaseProtocolDupSupportedURISchemesFunc TpBaseProtocolNormalizeVCardAddressFunc TpBaseProtocolNormalizeURIFunc +TpProtocolAddressing TpBaseProtocolPrivate TpBaseProtocolClassPrivate diff --git a/telepathy-glib/base-protocol.h b/telepathy-glib/base-protocol.h index 5361f94..9bdcee0 100644 --- a/telepathy-glib/base-protocol.h +++ b/telepathy-glib/base-protocol.h @@ -206,6 +206,7 @@ TpBaseConnection *tp_base_protocol_new_connection (TpBaseProtocol *self, (G_TYPE_INSTANCE_GET_INTERFACE ((obj), \ TP_TYPE_PROTOCOL_ADDRESSING, TpProtocolAddressingInterface)) +typedef struct _TpProtocolAddressing TpProtocolAddressing; typedef struct _TpProtocolAddressingInterface TpProtocolAddressingInterface; typedef GStrv (*TpBaseProtocolDupSupportedVCardFieldsFunc) (TpBaseProtocol *self); -- 1.8.4.rc3