pidgin/prefs/pidginprefs.h

changeset 42464
5de142a471e0
parent 42192
82dbf36ac6db
child 42465
b7d530551c1b
--- a/pidgin/prefs/pidginprefs.h	Tue Oct 31 18:50:36 2023 -0500
+++ b/pidgin/prefs/pidginprefs.h	Wed Nov 01 00:17:57 2023 -0500
@@ -31,6 +31,8 @@
 #include <purple.h>
 #include <gtk/gtk.h>
 
+#include "pidginversion.h"
+
 G_BEGIN_DECLS
 
 #define PIDGIN_TYPE_PREFS_WINDOW (pidgin_prefs_window_get_type())
@@ -41,14 +43,20 @@
  * pidgin_prefs_init:
  *
  * Initializes all UI-specific preferences.
+ *
+ * Since: 2.0.0
  */
+PIDGIN_AVAILABLE_IN_ALL
 void pidgin_prefs_init(void);
 
 /**
  * pidgin_prefs_update_old:
  *
  * Rename legacy prefs and delete some that no longer exist.
+ *
+ * Since: 2.0.0
  */
+PIDGIN_AVAILABLE_IN_ALL
 void pidgin_prefs_update_old(void);
 
 G_END_DECLS

mercurial