[Telepathy-commits] [telepathy-glib/master] Mark read-only fields in TpProxy as private.
Will Thompson
will.thompson at collabora.co.uk
Tue Oct 7 06:51:44 PDT 2008
---
telepathy-glib/proxy.c | 8 --------
telepathy-glib/proxy.h | 2 +-
2 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index 5526de7..948be8e 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -157,14 +157,6 @@ tp_dbus_errors_quark (void)
/**
* TpProxy:
* @parent: parent object
- * @dbus_daemon: the #TpDBusDaemon for this object, if any; always %NULL
- * if this object is a #TpDBusDaemon (read-only)
- * @dbus_connection: the D-Bus connection used by this object (read-only)
- * @bus_name: the bus name of the application exporting the object (read-only)
- * @object_path: the object path of the remote object (read-only)
- * @invalidated: if not %NULL, the reason this proxy was invalidated
- * (read-only)
- * @priv: private internal data
*
* Structure representing a Telepathy client-side proxy.
*
diff --git a/telepathy-glib/proxy.h b/telepathy-glib/proxy.h
index 0d616e6..8b73f51 100644
--- a/telepathy-glib/proxy.h
+++ b/telepathy-glib/proxy.h
@@ -52,9 +52,9 @@ typedef enum {
} TpDBusError;
struct _TpProxy {
- /*<public>*/
GObject parent;
+ /*<private>*/
TpDBusDaemon *dbus_daemon;
DBusGConnection *dbus_connection;
gchar *bus_name;
--
1.5.6.5
More information about the Telepathy-commits
mailing list