diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-13 15:23:34 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-13 15:23:34 +0100 |
commit | 088d85fbda53c4fbcd4ae92ff5a94c3466ed0252 (patch) | |
tree | 0d1e6e9f11d045decce380ae43f5761603e75a47 | |
parent | 04dd8529de4c60d13361c1876ed55af0a1e85ce1 (diff) |
Fix versioning annotationstelepathy-glib-0.11.15
-rw-r--r-- | telepathy-glib/channel.c | 12 | ||||
-rw-r--r-- | telepathy-glib/debug-sender.c | 2 | ||||
-rw-r--r-- | telepathy-glib/errors.c | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c index e9554d65f..7a221ab44 100644 --- a/telepathy-glib/channel.c +++ b/telepathy-glib/channel.c @@ -1562,7 +1562,7 @@ tp_channel_class_init (TpChannelClass *klass) * finished preparing %TP_CHANNEL_FEATURE_CORE; until then, it may return * %FALSE even if the channel was actually requested. * - * Since: 0.11.UNRELEASED + * Since: 0.11.15 */ param_spec = g_param_spec_boolean ("requested", "Requested", "TRUE if the channel has been requested", @@ -1592,7 +1592,7 @@ tp_channel_class_init (TpChannelClass *klass) * This is not guaranteed to be set until tp_proxy_prepare_async() has * finished preparing %TP_CHANNEL_FEATURE_CORE; until then, it may be 0. * - * Since: 0.11.UNRELEASED + * Since: 0.11.15 */ param_spec = g_param_spec_uint ("initiator-handle", "TpHandle", "The handle of the initiator of the channel", @@ -1612,7 +1612,7 @@ tp_channel_class_init (TpChannelClass *klass) * finished preparing %TP_CHANNEL_FEATURE_CORE; until then, it may be * the empty string. * - * Since: 0.11.UNRELEASED + * Since: 0.11.15 */ param_spec = g_param_spec_string ("initiator-identifier", "Initiator identifier", @@ -2076,7 +2076,7 @@ tp_channel_init_known_interfaces (void) * * Returns: the value of #TpChannel:requested * - * Since: 0.11.UNRELEASED + * Since: 0.11.15 */ gboolean tp_channel_get_requested (TpChannel *self) @@ -2093,7 +2093,7 @@ tp_channel_get_requested (TpChannel *self) * * Returns: the value of #TpChannel:initiator-handle * - * Since: 0.11.UNRELEASED + * Since: 0.11.15 */ TpHandle tp_channel_get_initiator_handle (TpChannel *self) @@ -2110,7 +2110,7 @@ tp_channel_get_initiator_handle (TpChannel *self) * * Returns: the value of #TpChannel:initiator-identifier * - * Since: 0.11.UNRELEASED + * Since: 0.11.15 */ const gchar * tp_channel_get_initiator_identifier (TpChannel *self) diff --git a/telepathy-glib/debug-sender.c b/telepathy-glib/debug-sender.c index 07b24aa2d..a0fc245b5 100644 --- a/telepathy-glib/debug-sender.c +++ b/telepathy-glib/debug-sender.c @@ -456,7 +456,7 @@ tp_debug_sender_idle (gpointer data) * It can easily be re-implemented in services, and does not need to be * used. * - * Since version 0.11.UNRELEASED, this function can be called from any thread. + * Since version 0.11.15, this function can be called from any thread. * * Since: 0.7.36 */ diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c index 77f932a9f..4dd65dd1b 100644 --- a/telepathy-glib/errors.c +++ b/telepathy-glib/errors.c @@ -193,7 +193,7 @@ * @TP_ERROR_NOT_YET: org.freedesktop.Telepathy.Error.NotYet: * Raised when the requested functionality is not yet available, but is * likely to become available after some time has passed. - * Since: 0.11.UNRELEASED + * Since: 0.11.15 * * Enumerated type representing the Telepathy D-Bus errors. */ |