summaryrefslogtreecommitdiff
path: root/telepathy-glib/presence-mixin.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-29 11:25:20 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-29 11:25:20 +0000
commit84cc50a25171e45de51d18207fcbbed4d8d6859c (patch)
treedfc95417881a2a81fb05b2af99914fe22521e091 /telepathy-glib/presence-mixin.c
parentefaa320160a3920a4a0b60ce9a5358d70769db9d (diff)
downloadtelepathy-glib-84cc50a25171e45de51d18207fcbbed4d8d6859c.tar.gz
TpPresenceMixin: commit to including the simple presence stuff in 0.7.13
20080729112520-53eee-26a744ae9744de50f4ff5eb7cf8e75d217c9546d.gz
Diffstat (limited to 'telepathy-glib/presence-mixin.c')
-rw-r--r--telepathy-glib/presence-mixin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c
index 3544efab1..76cd0a5a6 100644
--- a/telepathy-glib/presence-mixin.c
+++ b/telepathy-glib/presence-mixin.c
@@ -48,7 +48,7 @@
* TpPresenceMixin implements all of the D-Bus methods in the Presence
* interface.
*
- * Since 0.7.UNRELEASED you can also implement
+ * Since 0.7.13 you can also implement
* #TpSvcConnectionInterfaceSimplePresence by using this mixin, in this case
* you should pass tp_presence_mixin_iface_init as an argument to
* G_IMPLEMENT_INTERFACE. Note that this can cause the status_available
@@ -1089,7 +1089,7 @@ tp_presence_mixin_get_simple_presence_dbus_property (GObject *object,
* This uses tp_presence_mixin_get_simple_dbus_property() as the property
* getter and sets up a list of the supported properties for it.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.13
*/
void
tp_presence_mixin_simple_presence_init_dbus_properties (GObjectClass *cls)
@@ -1300,7 +1300,7 @@ tp_presence_mixin_simple_presence_get_presences (
* using this mixin. This function should usually be called via
* G_IMPLEMENT_INTERFACE.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.13
*/
void
tp_presence_mixin_simple_presence_iface_init (gpointer g_iface,