libpurple/purplechanneljoindetails.h

changeset 42613
780d7efe37c2
parent 42594
eddde70cedd8
child 42628
b069ea54b906
--- a/libpurple/purplechanneljoindetails.h	Thu Feb 29 21:32:16 2024 -0600
+++ b/libpurple/purplechanneljoindetails.h	Thu Feb 29 21:35:42 2024 -0600
@@ -46,7 +46,7 @@
  * user interface will ask a protocol for a [class@ChannelJoinDetails] and then
  * fill it out and pass it back to the protocol to actually join a channel.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 
 /**
@@ -58,7 +58,7 @@
  *
  * Returns: (transfer full): The new instance.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 PurpleChannelJoinDetails *purple_channel_join_details_new(gboolean nickname_supported, gboolean password_supported);
@@ -71,7 +71,7 @@
  *
  * Returns: (nullable): The name of the channel.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 const char *purple_channel_join_details_get_name(PurpleChannelJoinDetails *details);
@@ -83,7 +83,7 @@
  *
  * Sets the name of the channel to @name.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 void purple_channel_join_details_set_name(PurpleChannelJoinDetails *details, const char *name);
@@ -96,7 +96,7 @@
  *
  * Returns: (nullable): The user's channel-specific nickname to use.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 const char *purple_channel_join_details_get_nickname(PurpleChannelJoinDetails *details);
@@ -108,7 +108,7 @@
  *
  * Sets the channel-specific nickname for the user.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 void purple_channel_join_details_set_nickname(PurpleChannelJoinDetails *details, const char *nickname);
@@ -121,7 +121,7 @@
  *
  * Returns: %TRUE if channel-specific nicknames are supported otherwise %FALSE.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 gboolean purple_channel_join_details_get_nickname_supported(PurpleChannelJoinDetails *details);
@@ -134,7 +134,7 @@
  *
  * Returns: (nullable): The password to join this channel.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 const char *purple_channel_join_details_get_password(PurpleChannelJoinDetails *details);
@@ -146,7 +146,7 @@
  *
  * Sets the password to use to join this channel.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 void purple_channel_join_details_set_password(PurpleChannelJoinDetails *details, const char *password);
@@ -159,7 +159,7 @@
  *
  * Returns: %TRUE if channel passwords are supported, otherwise %FALSE.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 gboolean purple_channel_join_details_get_password_supported(PurpleChannelJoinDetails *details);
@@ -178,7 +178,7 @@
  * its default [class@ChannelJoinDetails] so that any input from the user can
  * be maintained.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PURPLE_AVAILABLE_IN_3_0
 void purple_channel_join_details_merge(PurpleChannelJoinDetails *source, PurpleChannelJoinDetails *destination);

mercurial