--- a/pidgin/gtkconv.h Tue Oct 31 18:50:36 2023 -0500 +++ b/pidgin/gtkconv.h Wed Nov 01 00:17:57 2023 -0500 @@ -39,6 +39,8 @@ #include <purple.h> +#include "pidginversion.h" + /************************************************************************** * Structures **************************************************************************/ @@ -76,7 +78,10 @@ * Returns the UI operations structure for GTK conversations. * * Returns: The GTK conversation operations structure. + * + * Since: 2.0.0 */ +PIDGIN_AVAILABLE_IN_ALL PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void); /**************************************************************************/ @@ -89,21 +94,30 @@ * Returns the gtk conversations subsystem handle. * * Returns: The conversations subsystem handle. + * + * Since: 2.0.0 */ +PIDGIN_AVAILABLE_IN_ALL void *pidgin_conversations_get_handle(void); /** * pidgin_conversations_init: * * Initializes the GTK conversations subsystem. + * + * Since: 2.0.0 */ +PIDGIN_AVAILABLE_IN_ALL void pidgin_conversations_init(void); /** * pidgin_conversations_uninit: * * Uninitialized the GTK conversation subsystem. + * + * Since: 2.0.0 */ +PIDGIN_AVAILABLE_IN_ALL void pidgin_conversations_uninit(void); G_END_DECLS