summaryrefslogtreecommitdiff
path: root/dbus/dbus-gproxy.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-01 17:32:06 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-01 17:32:06 +0100
commit1472d195bd201d219aab5bc4b31d80d8340cee5c (patch)
tree68e5fa03b1c80e91eaf27d5462467c4024eff9fd /dbus/dbus-gproxy.c
parent4c3a346d296789cf3a81f6cc98f64d84ea892247 (diff)
downloaddbus-glib-1472d195bd201d219aab5bc4b31d80d8340cee5c.tar.gz
Remove Doxygen droppings from source code
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10890
Diffstat (limited to 'dbus/dbus-gproxy.c')
-rw-r--r--dbus/dbus-gproxy.c26
1 files changed, 2 insertions, 24 deletions
diff --git a/dbus/dbus-gproxy.c b/dbus/dbus-gproxy.c
index d9f3b3f..539cd15 100644
--- a/dbus/dbus-gproxy.c
+++ b/dbus/dbus-gproxy.c
@@ -49,23 +49,10 @@ oom (void)
g_error ("no memory");
}
-/**
- * @addtogroup DBusGLibInternals
- *
- * @{
- */
-
-/**
- * DBusGProxyManager typedef
- */
-
typedef struct _DBusGProxyManager DBusGProxyManager;
typedef struct _DBusGProxyPrivate DBusGProxyPrivate;
-/**
- * Internals of DBusGProxy
- */
struct _DBusGProxyPrivate
{
DBusGProxyManager *manager; /**< Proxy manager */
@@ -127,7 +114,7 @@ static gboolean dbus_g_proxy_end_call_internal (DBusGProxy *proxy,
GType first_arg_type,
va_list args);
-/**
+/*
* A list of proxies with a given name+path+interface, used to
* route incoming signals.
*/
@@ -142,7 +129,7 @@ typedef struct
} DBusGProxyList;
-/**
+/*
* DBusGProxyManager's primary task is to route signals to the proxies
* those signals are emitted on. In order to do this it also has to
* track the owners of the names proxies are bound to.
@@ -1905,12 +1892,6 @@ manager_begin_bus_call (DBusGProxyManager *manager,
return call;
}
-/** @} End of DBusGLibInternals */
-
-/** @addtogroup DBusGLib
- * @{
- */
-
/**
* SECTION:dbus-gproxy
* @short_description: DBus Proxy
@@ -3133,6 +3114,3 @@ dbus_g_proxy_set_default_timeout (DBusGProxy *proxy,
priv = DBUS_G_PROXY_GET_PRIVATE(proxy);
priv->default_timeout = timeout;
}
-
-
-/** @} End of DBusGLib public */