summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-28 20:43:52 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-28 20:43:52 +0000
commit186ae8429219d7914a9583de3fc6c4e76db4ede7 (patch)
tree16721b824138c9c4f6df62dfd0da45b9267f2295 /telepathy-glib/dbus.h
parent83e353ccc0ff248cc400a57bfbe068f27514d80c (diff)
downloadtelepathy-glib-186ae8429219d7914a9583de3fc6c4e76db4ede7.tar.gz
Hoist declaration of TpDBusDaemon type (only) into proxy.h so the dbus_daemon member can become a TpDBusDaemon *
20071128204352-53eee-b4267c44b4c07bef6c326da4494e564520e630bd.gz
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index 3cb9dbe45..e3dccaaba 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -29,7 +29,6 @@ void tp_dbus_g_method_return_not_implemented (DBusGMethodInvocation *context);
DBusGConnection * tp_get_bus (void);
DBusGProxy * tp_get_bus_proxy (void);
-typedef struct _TpDBusDaemon TpDBusDaemon;
typedef struct _TpDBusDaemonClass TpDBusDaemonClass;
GType tp_dbus_daemon_get_type (void);