[Telepathy-commits] [telepathy-glib/master] TpMessageMixin: @since 0.7.9

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Dec 18 10:41:34 PST 2008


20080512145143-53eee-f7c3c48ae5d5bf00d6ddbcb50be805a898c1e556.gz
---
 telepathy-glib/message-mixin.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/message-mixin.c b/telepathy-glib/message-mixin.c
index 50c4b69..0995b7d 100644
--- a/telepathy-glib/message-mixin.c
+++ b/telepathy-glib/message-mixin.c
@@ -64,10 +64,13 @@
  * use this mixin. Initialize it with tp_message_mixin_init().
  *
  * There are no public fields.
+ *
+ * @since 0.7.9
  */
 
 struct _TpMessageMixinPrivate
 {
+  /* Sending */
   TpMessageMixinSendImpl send_message;
   GArray *msg_types;
 
@@ -468,6 +471,7 @@ parts_to_text (const GPtrArray *parts,
  * Set the callback used to implement SendMessage, and the types of message
  * that can be sent
  *
+ * @since 0.7.9
  */
 void
 tp_message_mixin_implement_sending (GObject *object,
@@ -524,6 +528,8 @@ tp_message_mixin_implement_sending (GObject *object,
  *     self->contact_repo,
  *     some_object_clean_up_received);
  * </programlisting></informalexample>
+ *
+ * @since 0.7.9
  */
 void
 tp_message_mixin_init (GObject *obj,
@@ -566,6 +572,8 @@ tp_message_mixin_clear (GObject *obj)
  * @obj: An object with this mixin.
  *
  * Free resources held by the text mixin.
+ *
+ * @since 0.7.9
  */
 void
 tp_message_mixin_finalize (GObject *obj)
@@ -844,6 +852,8 @@ queue_pending (gpointer data)
  * #TpMessageMixinCleanUpReceivedImpl was passed to tp_message_mixin_init().
  *
  * Returns: the message ID
+ *
+ * @since 0.7.9
  */
 guint
 tp_message_mixin_take_received (GObject *object,
@@ -1191,6 +1201,8 @@ tp_message_mixin_send_message_async (TpSvcChannelInterfaceMessages *iface,
  * In addition to calling this function during interface initialization, the
  * implementor is expected to call tp_svc_channel_type_text_implement_send(),
  * providing a Send implementation.
+ *
+ * @since 0.7.9
  */
 void
 tp_message_mixin_text_iface_init (gpointer g_iface, gpointer iface_data)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list