summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-approver.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-10 17:03:56 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-10 17:03:56 +0100
commit2fd57acfab0dd14888baefed5e79c97fce153a74 (patch)
tree2a3f531ee58bfb134b6c2a28bc762e0c2e943721 /telepathy-glib/simple-approver.c
parent8eb1c1345b48d9719fecb92e35f86c260a74c820 (diff)
downloadtelepathy-glib-2fd57acfab0dd14888baefed5e79c97fce153a74.tar.gz
Prepare release 0.11.5telepathy-glib-0.11.5
Diffstat (limited to 'telepathy-glib/simple-approver.c')
-rw-r--r--telepathy-glib/simple-approver.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/telepathy-glib/simple-approver.c b/telepathy-glib/simple-approver.c
index d476a0a8a..fcff8cbf7 100644
--- a/telepathy-glib/simple-approver.c
+++ b/telepathy-glib/simple-approver.c
@@ -61,7 +61,7 @@
*
* Data structure representing a simple Approver implementation.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.5
*/
/**
@@ -69,7 +69,7 @@
*
* The class of a #TpSimpleApprover.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.5
*/
/**
@@ -92,7 +92,7 @@
* tp_add_dispatch_operation_context_delay() or
* tp_add_dispatch_operation_context_fail() on @context before it returns.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.5
*/
#include "telepathy-glib/simple-approver.h"
@@ -217,7 +217,7 @@ tp_simple_approver_class_init (TpSimpleApproverClass *cls)
*
* This property can't be %NULL.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.5
*/
param_spec = g_param_spec_pointer ("callback",
"Callback",
@@ -232,7 +232,7 @@ tp_simple_approver_class_init (TpSimpleApproverClass *cls)
* The user-data pointer passed to the callback implementing the
* ApproverChannels D-Bus method.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.5
*/
param_spec = g_param_spec_pointer ("user-data", "user data",
"pointer passed as user-data when ApproverChannels is called",
@@ -246,7 +246,7 @@ tp_simple_approver_class_init (TpSimpleApproverClass *cls)
* The #GDestroyNotify function called to free the user-data pointer when
* the #TpSimpleApprover is destroyed.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.5
*/
param_spec = g_param_spec_pointer ("destroy", "destroy",
"function called to destroy the user-data when destroying the approver",
@@ -272,7 +272,7 @@ tp_simple_approver_class_init (TpSimpleApproverClass *cls)
*
* Returns: (type TelepathyGLib.SimpleApprover): a new #TpSimpleApprover
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.5
*/
TpBaseClient *
tp_simple_approver_new (TpDBusDaemon *dbus,