summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-protocol.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-05 13:23:14 +0100
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-29 20:31:57 -0300
commit783e50ca84cc373e3d2cf26a1374f5fd87acb037 (patch)
treee9c05e749b79e3f31fbfb10b9c31a400144d23a4 /telepathy-glib/base-protocol.h
parent6dc3273d5e81bce7f8be9f9cb139cf9b7e90abaa (diff)
downloadtelepathy-glib-783e50ca84cc373e3d2cf26a1374f5fd87acb037.tar.gz
TpBaseProtocol:immutable-properties: add
Diffstat (limited to 'telepathy-glib/base-protocol.h')
-rw-r--r--telepathy-glib/base-protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/base-protocol.h b/telepathy-glib/base-protocol.h
index 721acf533..16f44bc64 100644
--- a/telepathy-glib/base-protocol.h
+++ b/telepathy-glib/base-protocol.h
@@ -130,6 +130,8 @@ struct _TpBaseProtocolClass
TpBaseProtocolClassPrivate *priv;
};
+GHashTable *tp_base_protocol_get_immutable_properties (TpBaseProtocol *self);
+
const TpCMParamSpec *tp_base_protocol_get_parameters (TpBaseProtocol *self);
TpBaseConnection *tp_base_protocol_new_connection (TpBaseProtocol *self,