--- a/libpurple/purplenotification.h Tue Oct 01 01:20:45 2024 -0500 +++ b/libpurple/purplenotification.h Tue Oct 01 01:23:55 2024 -0500 @@ -60,7 +60,7 @@ }; /** - * purple_notification_new_generic: + * purple_notification_new: * @id: (nullable): An id for the notification. * @title: (nullable): The title for the notification. * @@ -76,7 +76,7 @@ * Since: 3.0 */ PURPLE_AVAILABLE_IN_3_0 -PurpleNotification *purple_notification_new_generic(const char *id, const char *title); +PurpleNotification *purple_notification_new(const char *id, const char *title); /** * purple_notification_get_id: