summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-18 16:35:26 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-23 17:47:57 +0100
commitbeba0b2ddebd559e3d505f9f02873793da5ef384 (patch)
tree31afd6dc7bdf4600db4706dc3469a5e1ec61f8b4 /telepathy-glib/proxy.h
parent890f5730cb29c821c556afb0742dbae1e07238ab (diff)
downloadtelepathy-glib-beba0b2ddebd559e3d505f9f02873793da5ef384.tar.gz
Fix various broken cross-references in documentation
Diffstat (limited to 'telepathy-glib/proxy.h')
-rw-r--r--telepathy-glib/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.h b/telepathy-glib/proxy.h
index 1a403f6b9..0f350d8d4 100644
--- a/telepathy-glib/proxy.h
+++ b/telepathy-glib/proxy.h
@@ -52,8 +52,8 @@ typedef enum {
TP_DBUS_ERROR_OBJECT_REMOVED = 8,
TP_DBUS_ERROR_CANCELLED = 9,
TP_DBUS_ERROR_INCONSISTENT = 10,
-#define NUM_TP_DBUS_ERRORS (TP_DBUS_ERROR_INCONSISTENT + 1)
} TpDBusError;
+#define NUM_TP_DBUS_ERRORS (TP_DBUS_ERROR_INCONSISTENT + 1)
struct _TpProxy {
/*<private>*/