diff options
-rw-r--r-- | 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 cd2c83850..300b507e9 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; }; |