diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-12-13 18:12:29 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-12-13 18:12:29 +0000 |
commit | 2a6b7bdd2baa6028c9f2f1bdf4fa5715c192426e (patch) | |
tree | 025b2ae0df03bed1b1660f18a82ae78b521715ed /telepathy-glib/cm-message.c | |
parent | fb5a2dd47f50b687c7ea9dd8bd844a5ba3bb5ce6 (diff) | |
download | telepathy-glib-2a6b7bdd2baa6028c9f2f1bdf4fa5715c192426e.tar.gz |
Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"
The latter don't actually have any special meaning in gtk-doc: they're
a reference to a (presumably nonexistent) parameter or variable called
"since" or "deprecated".
Diffstat (limited to 'telepathy-glib/cm-message.c')
-rw-r--r-- | telepathy-glib/cm-message.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/telepathy-glib/cm-message.c b/telepathy-glib/cm-message.c index d8bf5e50d..b48e022f8 100644 --- a/telepathy-glib/cm-message.c +++ b/telepathy-glib/cm-message.c @@ -26,7 +26,7 @@ * #TpCMMessage is used within connection managers to represent a * message sent or received using the Messages interface. * - * @since 0.13.9 + * Since: 0.13.9 */ #include "cm-message.h" @@ -95,7 +95,7 @@ tp_cm_message_init (TpCMMessage *self) * Returns: a newly allocated message suitable to be passed to * tp_cm_message_mixin_take_received * - * @since 0.13.9 + * Since: 0.13.9 */ TpMessage * tp_cm_message_new (TpBaseConnection *connection, @@ -137,7 +137,7 @@ tp_cm_message_new (TpBaseConnection *connection, * references owned by @message will subsequently belong to and be released * with @self. * - * @since 0.13.9 + * Since: 0.13.9 */ void tp_cm_message_take_message (TpMessage *self, @@ -182,7 +182,7 @@ tp_cm_message_take_message (TpMessage *self, * Set the sender of @self, i.e. the "message-sender" and * "message-sender-id" keys in the header. * - * @since 0.13.9 + * Since: 0.13.9 */ void tp_cm_message_set_sender (TpMessage *self, @@ -246,7 +246,7 @@ _tp_cm_message_new_from_parts (TpBaseConnection *conn, * * Returns: a %TP_HANDLE_TYPE_CONTACT handle, or 0 * - * @since 0.13.9 + * Since: 0.13.9 */ TpHandle tp_cm_message_get_sender (TpMessage *self) |