[next] telepathy-glib: TpChannel group: Reset Since to UNRELEASED
Xavier Claessens
xclaesse at kemper.freedesktop.org
Thu May 10 07:14:08 PDT 2012
Module: telepathy-glib
Branch: next
Commit: d22f72a7ccd98aa3f848f100633ad69fea4b52f4
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=d22f72a7ccd98aa3f848f100633ad69fea4b52f4
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Thu May 10 16:11:54 2012 +0200
TpChannel group: Reset Since to UNRELEASED
Their API/Behaviour changed, so it's considered new API.
---
telepathy-glib/channel-group.c | 12 ++++++------
telepathy-glib/channel.c | 2 +-
telepathy-glib/channel.h | 19 ++++++++++---------
3 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/telepathy-glib/channel-group.c b/telepathy-glib/channel-group.c
index c8e8e74..17dc661 100644
--- a/telepathy-glib/channel-group.c
+++ b/telepathy-glib/channel-group.c
@@ -1198,7 +1198,7 @@ tp_channel_group_get_flags (TpChannel *self)
* <!-- -->
*
* Returns: (transfer none): the value of #TpChannel:group-self-contact
- * Since: 0.15.6
+ * Since: 0.UNRELEASED
*/
TpContact *
tp_channel_group_get_self_contact (TpChannel *self)
@@ -1223,7 +1223,7 @@ tp_channel_group_get_self_contact (TpChannel *self)
* Returns: (transfer container) (type GLib.PtrArray) (element-type TelepathyGLib.Contact):
* a new #GPtrArray of #TpContact, free it with g_ptr_array_unref(), or %NULL.
*
- * Since: 0.15.6
+ * Since: 0.UNRELEASED
*/
GPtrArray *
tp_channel_group_dup_members (TpChannel *self)
@@ -1248,7 +1248,7 @@ tp_channel_group_dup_members (TpChannel *self)
* Returns: (transfer container) (type GLib.PtrArray) (element-type TelepathyGLib.Contact):
* a new #GPtrArray of #TpContact, free it with g_ptr_array_unref(), or %NULL.
*
- * Since: 0.15.6
+ * Since: 0.UNRELEASED
*/
GPtrArray *
tp_channel_group_dup_local_pending (TpChannel *self)
@@ -1273,7 +1273,7 @@ tp_channel_group_dup_local_pending (TpChannel *self)
* Returns: (transfer container) (type GLib.PtrArray) (element-type TelepathyGLib.Contact):
* a new #GPtrArray of #TpContact, free it with g_ptr_array_unref(), or %NULL.
*
- * Since: 0.15.6
+ * Since: 0.UNRELEASED
*/
GPtrArray *
tp_channel_group_dup_remote_pending (TpChannel *self)
@@ -1305,7 +1305,7 @@ tp_channel_group_dup_remote_pending (TpChannel *self)
* and "" into @message, and return %FALSE.
*
* Returns: %TRUE if the contact is in fact local-pending
- * Since: 0.15.6
+ * Since: 0.UNRELEASED
*/
gboolean
tp_channel_group_get_local_pending_info (TpChannel *self,
@@ -1403,7 +1403,7 @@ tp_channel_group_get_local_pending_info (TpChannel *self,
*
* Returns: (transfer none): the global contact that owns the given contact,
* or %NULL.
- * Since: 0.15.6
+ * Since: 0.UNRELEASED
*/
TpContact *
tp_channel_group_get_contact_owner (TpChannel *self,
diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c
index d0f1482..49e72a9 100644
--- a/telepathy-glib/channel.c
+++ b/telepathy-glib/channel.c
@@ -1821,7 +1821,7 @@ tp_channel_join_async (TpChannel *self,
*
* Returns: %TRUE if the channel was successfully joined; %FALSE otherwise
*
- * Since: 0.15.5
+ * Since: 0.UNRELEASED
*/
gboolean
tp_channel_join_finish (TpChannel *self,
diff --git a/telepathy-glib/channel.h b/telepathy-glib/channel.h
index c65dbd9..80f9760 100644
--- a/telepathy-glib/channel.h
+++ b/telepathy-glib/channel.h
@@ -134,34 +134,35 @@ TpContact *tp_channel_get_initiator_contact (TpChannel *self);
#define TP_CHANNEL_FEATURE_GROUP \
tp_channel_get_feature_quark_group ()
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
GQuark tp_channel_get_feature_quark_group (void) G_GNUC_CONST;
+_TP_AVAILABLE_IN_UNRELEASED
TpChannelGroupFlags tp_channel_group_get_flags (TpChannel *self);
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
TpContact *tp_channel_group_get_self_contact (TpChannel *self);
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
GPtrArray *tp_channel_group_dup_members (TpChannel *self);
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
GPtrArray *tp_channel_group_dup_local_pending (TpChannel *self);
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
GPtrArray *tp_channel_group_dup_remote_pending (TpChannel *self);
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
gboolean tp_channel_group_get_local_pending_info (TpChannel *self,
TpContact *local_pending, TpContact **actor,
TpChannelGroupChangeReason *reason, const gchar **message);
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
TpContact *tp_channel_group_get_contact_owner (TpChannel *self,
TpContact *contact);
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
void tp_channel_join_async (TpChannel *self,
const gchar *message,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_0_16
+_TP_AVAILABLE_IN_UNRELEASED
gboolean tp_channel_join_finish (TpChannel *self,
GAsyncResult *result,
GError **error);
More information about the telepathy-commits
mailing list