summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 15:15:25 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 15:15:25 +0200
commitc31f0ea8cd559442fab46d1c82077dde457633df (patch)
tree9fc2191de233cb603ca385156b4a662d3ed6f626 /telepathy-glib/base-connection.c
parent000329f27eed1fd13d7499ac2851583c778659f9 (diff)
downloadtelepathy-glib-c31f0ea8cd559442fab46d1c82077dde457633df.tar.gz
Fix typo making gtkdoc fail
Diffstat (limited to 'telepathy-glib/base-connection.c')
-rw-r--r--telepathy-glib/base-connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index d5fe296a9..9b502c260 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2068,7 +2068,7 @@ tp_base_connection_get_status (TpBaseConnection *self)
}
/**
- * tp_base_connection_is_destroyed():
+ * tp_base_connection_is_destroyed:
* @self: the connection
*
* Return whether this connection has already emitted the D-Bus signal
@@ -2094,7 +2094,7 @@ tp_base_connection_is_destroyed (TpBaseConnection *self)
}
/**
- * tp_base_connection_check_connected():
+ * tp_base_connection_check_connected:
* @self: the connection
* @error: used to raise %TP_ERROR_DISCONNECTED if %FALSE is returned
*