summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-request.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 15:36:10 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 16:04:30 +0200
commit884e32afc11107aa8e12ff282a90c10113adba49 (patch)
tree6e4468794b6ddaec4117f8e51ee9e3b0b636a087 /telepathy-glib/channel-request.c
parentd7d81d9d33f471bfaf45e70764b875600c41439e (diff)
downloadtelepathy-glib-884e32afc11107aa8e12ff282a90c10113adba49.tar.gz
prepare 0.19.10telepathy-glib-0.19.10
Diffstat (limited to 'telepathy-glib/channel-request.c')
-rw-r--r--telepathy-glib/channel-request.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/channel-request.c b/telepathy-glib/channel-request.c
index a50892fee..c0b0c4b1b 100644
--- a/telepathy-glib/channel-request.c
+++ b/telepathy-glib/channel-request.c
@@ -431,7 +431,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
*
* Read-only except during construction.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.10
*/
param_spec = g_param_spec_variant ("immutable-properties-vardict",
"Immutable D-Bus properties",
@@ -517,7 +517,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
*
* Read-only.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.10
*/
param_spec = g_param_spec_variant ("hints-vardict", "Hints", "Hints",
G_VARIANT_TYPE_VARDICT, NULL,
@@ -723,7 +723,7 @@ tp_channel_request_get_immutable_properties (TpChannelRequest *self)
* Returns: (transfer full): the value of
* #TpChannelRequest:immutable-properties-vardict
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.10
*/
GVariant *
tp_channel_request_dup_immutable_properties (TpChannelRequest *self)
@@ -857,7 +857,7 @@ tp_channel_request_get_hints (TpChannelRequest *self)
*
* Returns: (transfer full): the value of #TpChannelRequest:hints-vardict
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.10
*/
GVariant *
tp_channel_request_dup_hints (TpChannelRequest *self)