libpurple/purpleprivate.h

changeset 41433
d563b345a096
parent 41181
e859c41d8996
child 41754
abf413211063
--- a/libpurple/purpleprivate.h	Fri Jun 10 20:42:36 2022 -0500
+++ b/libpurple/purpleprivate.h	Wed Jun 15 00:32:22 2022 -0500
@@ -321,6 +321,24 @@
 void purple_history_manager_shutdown(void);
 
 /**
+ * purple_notification_manager_startup:
+ *
+ * Starts up the notification manager by creating the default instance.
+ *
+ * Since: 3.0.0
+ */
+void purple_notification_manager_startup(void);
+
+/**
+ * purple_notification_manager_shutdown:
+ *
+ * Shuts down the notification manager by destroying the default instance.
+ *
+ * Since: 3.0.0
+ */
+void purple_notification_manager_shutdown(void);
+
+/**
  * purple_whiteboard_manager_startup:
  *
  * Starts up the whiteboard manager by creating the default instance.

mercurial