diff -r f8275d257afe -r 3d60432b8a05 pidgin/pidginprotocolchooser.h --- a/pidgin/pidginprotocolchooser.h Tue Dec 07 02:31:01 2021 -0600 +++ b/pidgin/pidginprotocolchooser.h Thu Dec 09 23:17:17 2021 -0600 @@ -69,12 +69,12 @@ * * Gets the id of the currently selected protocol from @chooser. * - * Returns: (transfer full): The id of the selected #PurpleProtocol or %NULL if - * nothing is selected. + * Returns: The id of the selected #PurpleProtocol or %NULL if nothing is + * selected. * * Since: 3.0.0 */ -gchar *pidgin_protocol_chooser_get_selected_id(PidginProtocolChooser *chooser); +const gchar *pidgin_protocol_chooser_get_selected_id(PidginProtocolChooser *chooser); /** * pidgin_protocol_chooser_set_selected_id: