pidgin/pidginaccountrow.h

changeset 42466
ca3374c1cdba
parent 42465
b7d530551c1b
child 42467
2b1d9d0770f2
--- a/pidgin/pidginaccountrow.h	Wed Nov 01 01:42:09 2023 -0500
+++ b/pidgin/pidginaccountrow.h	Wed Nov 01 01:43:05 2023 -0500
@@ -74,6 +74,7 @@
  *
  * Since: 3.0.0
  */
+PIDGIN_AVAILABLE_IN_3_0
 PurpleAccount *pidgin_account_row_get_account(PidginAccountRow *row);
 
 /**
@@ -86,6 +87,7 @@
  *
  * Since: 3.0.0
  */
+PIDGIN_AVAILABLE_IN_3_0
 void pidgin_account_row_set_account(PidginAccountRow *row, PurpleAccount *account);
 
 /**
@@ -99,6 +101,7 @@
  *
  * Since: 3.0.0
  */
+PIDGIN_AVAILABLE_IN_3_0
 GtkFilter *pidgin_account_row_get_filter(PidginAccountRow *row);
 
 /**
@@ -111,6 +114,7 @@
  *
  * Since: 3.0.0
  */
+PIDGIN_AVAILABLE_IN_3_0
 void pidgin_account_row_set_filter(PidginAccountRow *row, GtkFilter *filter);
 
 G_END_DECLS

mercurial