telepathy-glib: TpProxy: seal struct fields
Xavier Claessens
xclaesse at kemper.freedesktop.org
Mon Jun 4 04:55:01 PDT 2012
Module: telepathy-glib
Branch: master
Commit: 1e9f3817245a25daa2c5829210f7170bca680007
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=1e9f3817245a25daa2c5829210f7170bca680007
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri May 4 16:40:30 2012 +0100
TpProxy: seal struct fields
They were officially already private.
---
telepathy-glib/proxy.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/telepathy-glib/proxy.h b/telepathy-glib/proxy.h
index cd2c838..300b507 100644
--- a/telepathy-glib/proxy.h
+++ b/telepathy-glib/proxy.h
@@ -62,12 +62,12 @@ struct _TpProxy {
/*<private>*/
GObject parent;
- TpDBusDaemon *dbus_daemon;
- DBusGConnection *dbus_connection;
- gchar *bus_name;
- gchar *object_path;
+ TpDBusDaemon *_TP_SEAL (dbus_daemon);
+ DBusGConnection *_TP_SEAL (dbus_connection);
+ gchar *_TP_SEAL (bus_name);
+ gchar *_TP_SEAL (object_path);
- GError *invalidated /* initialized to NULL by g_object_new */;
+ GError *_TP_SEAL (invalidated);
TpProxyPrivate *priv;
};
More information about the telepathy-commits
mailing list