diff -r 2cde2ccea465 -r 5de142a471e0 pidgin/gtkwhiteboard.h --- a/pidgin/gtkwhiteboard.h Tue Oct 31 18:50:36 2023 -0500 +++ b/pidgin/gtkwhiteboard.h Wed Nov 01 00:17:57 2023 -0500 @@ -26,6 +26,8 @@ #ifndef _PIDGINWHITEBOARD_H_ #define _PIDGINWHITEBOARD_H_ +#include "pidginversion.h" + G_BEGIN_DECLS /*****************************************************************************/ @@ -38,7 +40,10 @@ * Gets the GtkWhiteboard UI Operations. * * Returns: The GtkWhiteboard UI Operations. + * + * Since: 2.0.0 */ +PIDGIN_AVAILABLE_IN_ALL PurpleWhiteboardUiOps *pidgin_whiteboard_get_ui_ops(void); G_END_DECLS