summaryrefslogtreecommitdiff
path: root/dbus/dbus-gproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-gproxy.c')
-rw-r--r--dbus/dbus-gproxy.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbus/dbus-gproxy.c b/dbus/dbus-gproxy.c
index 2ced17b..ddf8bbe 100644
--- a/dbus/dbus-gproxy.c
+++ b/dbus/dbus-gproxy.c
@@ -1500,7 +1500,7 @@ dbus_g_proxy_class_init (DBusGProxyClass *klass)
* DBusGProxy::destroy:
* @dbusgproxy: the object which received the signal.
*
- *
+ * Deprecated: New code should use #GDBusProxy instead.
*/
signals[DESTROY] =
g_signal_new ("destroy",
@@ -1515,7 +1515,7 @@ dbus_g_proxy_class_init (DBusGProxyClass *klass)
* DBusGProxy::received:
* @dbusgproxy: the object which received the signal.
*
- *
+ * Deprecated: New code should use #GDBusProxy instead.
*/
signals[RECEIVED] =
g_signal_new ("received",
@@ -1942,6 +1942,8 @@ manager_begin_bus_call (DBusGProxyManager *manager,
*
* A #DBusGProxy is a #GObject representing a remote object in a D-Bus
* service.
+ *
+ * Deprecated: New code should use #GDBusProxy instead.
*/
/**
@@ -1968,6 +1970,8 @@ manager_begin_bus_call (DBusGProxyManager *manager,
* Standard GObject get_type() function for DBusGProxy.
*
* Returns: type ID for DBusGProxy class
+ *
+ * Deprecated: New code should use #GDBusProxy instead.
*/
GType
dbus_g_proxy_get_type (void)