diff -r 27d70d93355d -r 3d2e114380f6 pidgin/pidginproxyoptions.c --- a/pidgin/pidginproxyoptions.c Tue Aug 02 00:20:10 2022 -0500 +++ b/pidgin/pidginproxyoptions.c Tue Aug 02 02:02:46 2022 -0500 @@ -268,7 +268,7 @@ obj_class->constructed = pidgin_proxy_options_constructed; /** - * PidginProxyOptions::show-global: + * PidginProxyOptions:show-global: * * Whether or not to show the "Use Global Proxy Settings" option. This * is turned off for the preferences where we use this widget to define @@ -283,7 +283,7 @@ G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS); /** - * PidginProxyOptions::info: + * PidginProxyOptions:info: * * The [class@Purple.ProxyInfo] that this options widget is configuring. If * unset, a new instance will be created.