diff -r 70d33d4dac09 -r 6986f5428d30 pidgin/gtkdialogs.h --- a/pidgin/gtkdialogs.h Tue Mar 19 01:04:58 2024 -0500 +++ b/pidgin/gtkdialogs.h Thu Mar 21 00:19:08 2024 -0500 @@ -32,9 +32,25 @@ G_BEGIN_DECLS +/** + * pidgin_dialogs_im_with_user: + * @account: The account. + * @username: The username. + * + * Creates an IM conversation with @username on @account if necessary. + * + * Since: 2.0 + */ PIDGIN_AVAILABLE_IN_ALL void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); +/** + * pidgin_dialogs_info: + * + * Creates a dialog to get another user's profile. + * + * Since: 2.0 + */ PIDGIN_AVAILABLE_IN_ALL void pidgin_dialogs_info(void);