summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-18 11:59:55 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-18 11:59:55 +0000
commitf71e86378b2d6c4e896bf1a3b72d6b2f5c65712b (patch)
tree8a7eef13d06925001c266a3286df4bfa8a908fab /telepathy-glib/dbus-properties-mixin.h
parenta412e89bfb04bd7cf74784e0a776dfb837bbcfb9 (diff)
downloadtelepathy-glib-f71e86378b2d6c4e896bf1a3b72d6b2f5c65712b.tar.gz
Make tp_svc_interface_get_dbus_properties_info private (there's no real need for it to be public at the moment)
20080218115955-53eee-cca7d4964b87390432ff9aca7a7cf85f13d2500c.gz
Diffstat (limited to 'telepathy-glib/dbus-properties-mixin.h')
-rw-r--r--telepathy-glib/dbus-properties-mixin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/telepathy-glib/dbus-properties-mixin.h b/telepathy-glib/dbus-properties-mixin.h
index b37850ee4..d51f9503c 100644
--- a/telepathy-glib/dbus-properties-mixin.h
+++ b/telepathy-glib/dbus-properties-mixin.h
@@ -51,9 +51,6 @@ typedef struct {
void tp_svc_interface_set_dbus_properties_info (GType g_interface,
TpDBusPropertiesMixinIfaceInfo *info);
-TpDBusPropertiesMixinIfaceInfo *tp_svc_interface_get_dbus_properties_info
- (GType g_interface);
-
/* ---- Concrete implementation (in GObject subclasses) ------------- */
typedef void (*TpDBusPropertiesMixinGetter) (GObject *object,