diff -r 6929f3cb1563 -r 35733be03440 pidgin/pidginprotocolchooser.h --- a/pidgin/pidginprotocolchooser.h Mon Sep 05 21:42:37 2022 -0500 +++ b/pidgin/pidginprotocolchooser.h Mon Sep 05 21:44:39 2022 -0500 @@ -29,6 +29,7 @@ #define PIDGIN_PROTOCOL_CHOOSER_H #include +#include #include @@ -37,14 +38,14 @@ #define PIDGIN_TYPE_PROTOCOL_CHOOSER (pidgin_protocol_chooser_get_type()) G_DECLARE_FINAL_TYPE(PidginProtocolChooser, pidgin_protocol_chooser, PIDGIN, - PROTOCOL_CHOOSER, GtkComboBox) + PROTOCOL_CHOOSER, AdwBin) /** * pidgin_protocol_chooser_new: * - * Creates a combo box for a user to select a protocol from. + * Creates a drop down for a user to select a protocol from. * - * Returns: (transfer full): The protocol chooser combo box. + * Returns: (transfer full): The protocol chooser drop down. * * Since: 3.0.0 */ @@ -56,7 +57,7 @@ * * Gets the currently selected protocol from @chooser. * - * Returns: (transfer full): The selected [class@Purple.Protocol] or %NULL if + * Returns: (transfer none): The selected [class@Purple.Protocol] or %NULL if * nothing is selected. * * Since: 3.0.0