diff -r 5e089a52b01b -r 4db28449567d pidgin/gtkutils.h --- a/pidgin/gtkutils.h Thu Feb 01 23:21:30 2018 -0600 +++ b/pidgin/gtkutils.h Thu Feb 15 22:04:57 2018 -0600 @@ -555,14 +555,14 @@ /** * pidgin_append_menu_action: * @menu: The menu to append to. - * @act: The PurpleMenuAction to append. + * @act: The PurpleActionMenu to append. * @gobject: The object to be passed to the action callback. * - * Append a PurpleMenuAction to a menu. + * Append a PurpleActionMenu to a menu. * * Returns: (transfer full): The menuitem added. */ -GtkWidget *pidgin_append_menu_action(GtkWidget *menu, PurpleMenuAction *act, +GtkWidget *pidgin_append_menu_action(GtkWidget *menu, PurpleActionMenu *act, gpointer gobject); /**