summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-09-09 16:44:31 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2008-09-09 16:44:31 +0100
commit9f1fb932e0863db764840e4053d68609346784d8 (patch)
tree12be4f8ea45148eafd2e0943dfac148417dab459 /telepathy-glib/base-connection.h
parentae0583a984b221b4d9075fa7c40d1a74736c4d9d (diff)
downloadtelepathy-glib-9f1fb932e0863db764840e4053d68609346784d8.tar.gz
BaseConnection: use invisible DBusPropertiesMixin for SelfHandle property
This makes tp_base_connection_class_register_with_dbus_properties_mixin unnecessary, so remove it.
Diffstat (limited to 'telepathy-glib/base-connection.h')
-rw-r--r--telepathy-glib/base-connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h
index e9a05c36b..c42fc02d5 100644
--- a/telepathy-glib/base-connection.h
+++ b/telepathy-glib/base-connection.h
@@ -273,9 +273,6 @@ void tp_base_connection_dbus_request_handles (TpSvcConnection *iface,
void tp_base_connection_register_with_contacts_mixin (TpBaseConnection *self);
-void tp_base_connection_class_register_with_dbus_properties_mixin (
- GObjectClass *cls);
-
/* TYPE MACROS */
#define TP_TYPE_BASE_CONNECTION \
(tp_base_connection_get_type ())