--- a/libpurple/purpleproxyinfo.h Tue Oct 24 01:23:22 2023 -0500 +++ b/libpurple/purpleproxyinfo.h Tue Oct 24 02:02:49 2023 -0500 @@ -71,7 +71,10 @@ * @proxy_type: The new type. * * Sets the type of @info. + * + * Since: 3.0.0 */ +PURPLE_AVAILABLE_IN_3_0 void purple_proxy_info_set_proxy_type(PurpleProxyInfo *info, PurpleProxyType proxy_type); /** @@ -81,7 +84,10 @@ * Gets the type of the proxy. * * Returns: The type of the proxy. + * + * Since: 3.0.0 */ +PURPLE_AVAILABLE_IN_3_0 PurpleProxyType purple_proxy_info_get_proxy_type(PurpleProxyInfo *info); /**