diff -r 2cde2ccea465 -r 5de142a471e0 pidgin/gtkrequest.h --- a/pidgin/gtkrequest.h Tue Oct 31 18:50:36 2023 -0500 +++ b/pidgin/gtkrequest.h Wed Nov 01 00:17:57 2023 -0500 @@ -30,6 +30,8 @@ #include +#include "pidginversion.h" + G_BEGIN_DECLS /** @@ -38,7 +40,10 @@ * Returns the UI operations structure for GTK request functions. * * Returns: The GTK UI request operations structure. + * + * Since: 2.0.0 */ +PIDGIN_AVAILABLE_IN_ALL PurpleRequestUiOps *pidgin_request_get_ui_ops(void); /**