diff -r 50c1bcc45576 -r acde304cf24c libpurple/purplecommandmanager.h --- a/libpurple/purplecommandmanager.h Fri Jul 11 02:46:28 2025 -0500 +++ b/libpurple/purplecommandmanager.h Sun Jul 13 00:01:48 2025 -0500 @@ -207,6 +207,8 @@ * Attempts to remove the first command with @name and @source from @manager. * * Returns: %TRUE if a command is found and removed, otherwise %FALSE. + * + * Since: 3.0 */ PURPLE_AVAILABLE_IN_3_0 gboolean purple_command_manager_remove(PurpleCommandManager *manager, const char *name, const char *source);