summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-21 17:00:34 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-21 17:00:34 +0000
commitd77f60a51bf74e216eac816ad597620b409ac54f (patch)
tree60e91ad50f9e621168a01a2619df75d41298d5ed /telepathy-glib/proxy-internal.h
parent65ef63dfb9fcb6b1e5b9a1754221a2f6ae77aacb (diff)
downloadtelepathy-glib-d77f60a51bf74e216eac816ad597620b409ac54f.tar.gz
Clean up TpProxy ABI and make (most of) the struct public
20071121170034-53eee-4f528ef1bc36f94912e443f07e79e4075527a2f8.gz
Diffstat (limited to 'telepathy-glib/proxy-internal.h')
-rw-r--r--telepathy-glib/proxy-internal.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/telepathy-glib/proxy-internal.h b/telepathy-glib/proxy-internal.h
index 76344d26e..81b9a29d7 100644
--- a/telepathy-glib/proxy-internal.h
+++ b/telepathy-glib/proxy-internal.h
@@ -25,23 +25,6 @@
G_BEGIN_DECLS
-struct _TpProxy {
- GObject parent;
-
- TpProxy *dbus_daemon;
- DBusGConnection *dbus_connection;
- gchar *bus_name;
- gchar *object_path;
-
- /*<private>*/
- /* GQuark for interface => ref'd DBusGProxy * */
- GData *interfaces;
-
- /*<private>*/
- gboolean valid:1;
- gboolean dispose_has_run:1;
-};
-
TpProxyPendingCall *tp_proxy_pending_call_new (TpProxy *self,
GCallback callback, gpointer user_data, GDestroyNotify destroy);