pidgin/pidgininfopane.h

changeset 42467
2b1d9d0770f2
parent 42466
ca3374c1cdba
child 42566
ddaa27826ccc
--- a/pidgin/pidgininfopane.h	Wed Nov 01 01:43:05 2023 -0500
+++ b/pidgin/pidgininfopane.h	Wed Nov 01 03:31:45 2023 -0500
@@ -60,7 +60,10 @@
  * @conversation.
  *
  * Returns: (transfer full): The new #PidginInfoPane instance.
+ *
+ * Since: 3.0.0
  */
+PIDGIN_AVAILABLE_IN_3_0
 GtkWidget *pidgin_info_pane_new(PurpleConversation *conversation);
 
 /**
@@ -70,7 +73,10 @@
  * Gets the #PurpleConversation that @pane is displaying information for.
  *
  * Returns: (transfer none): The #PurpleConversation displayed by @pane.
+ *
+ * Since: 3.0.0
  */
+PIDGIN_AVAILABLE_IN_3_0
 PurpleConversation *pidgin_info_pane_get_conversation(PidginInfoPane *pane);
 
 /**

mercurial