--- 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); /**