diff -r 5ac321d71801 -r 1707a28b1258 pidgin/pidgininfopane.h --- a/pidgin/pidgininfopane.h Sun Aug 27 03:56:05 2023 -0500 +++ b/pidgin/pidgininfopane.h Sun Aug 27 21:52:19 2023 -0500 @@ -69,6 +69,19 @@ */ PurpleConversation *pidgin_info_pane_get_conversation(PidginInfoPane *pane); +/** + * pidgin_info_pane_set_conversation: + * @pane: The instance. + * @conversation: (nullable): The [class@Purple.Conversation] to use. + * + * Sets the conversation that @pane uses to get its values. + * + * Typically this is only necessary for the conversation instance itself. + * + * Since: 3.0.0 + */ +void pidgin_info_pane_set_conversation(PidginInfoPane *pane, PurpleConversation *conversation); + G_END_DECLS #endif /* PIDGIN_INFO_PANE_H */