Wed, 01 Nov 2023 01:43:05 -0500
Add visibility to all Pidgin symbols tagged with Since 3.0
Testing Done:
Compiled
Bugs closed: PIDGIN-17839
Reviewed at https://reviews.imfreedom.org/r/2765/
--- a/pidgin/gtkidle.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/gtkidle.h Wed Nov 01 01:43:05 2023 -0500 @@ -51,6 +51,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleIdleUi *pidgin_idle_new(void); G_END_DECLS
--- a/pidgin/pidginaccountchooser.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountchooser.h Wed Nov 01 01:43:05 2023 -0500 @@ -50,6 +50,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_account_chooser_new(void); /** @@ -63,6 +64,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkFilter *pidgin_account_chooser_get_filter(PidginAccountChooser *chooser); /** @@ -74,6 +76,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_chooser_set_filter(PidginAccountChooser *chooser, GtkFilter *filter); /** @@ -87,6 +90,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleAccount *pidgin_account_chooser_get_selected(PidginAccountChooser *chooser); /** @@ -98,6 +102,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_chooser_set_selected(PidginAccountChooser *chooser, PurpleAccount *account);
--- a/pidgin/pidginaccountdisplay.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountdisplay.h Wed Nov 01 01:43:05 2023 -0500 @@ -51,6 +51,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_account_display_new(PurpleAccount *account); /** @@ -64,6 +65,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleAccount *pidgin_account_display_get_account(PidginAccountDisplay *display); /** @@ -75,6 +77,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_display_set_account(PidginAccountDisplay *display, PurpleAccount *account); G_END_DECLS
--- a/pidgin/pidginaccounteditor.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccounteditor.h Wed Nov 01 01:43:05 2023 -0500 @@ -62,6 +62,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_account_editor_new(PurpleAccount *account); /** @@ -74,6 +75,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleAccount *pidgin_account_editor_get_account(PidginAccountEditor *editor); /** @@ -86,6 +88,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_editor_set_account(PidginAccountEditor *editor, PurpleAccount *account); /** @@ -99,6 +102,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 gboolean pidgin_account_editor_get_is_valid(PidginAccountEditor *editor); /** @@ -110,6 +114,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_editor_save(PidginAccountEditor *editor); G_END_DECLS
--- a/pidgin/pidginaccountfilterconnected.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountfilterconnected.h Wed Nov 01 01:43:05 2023 -0500 @@ -61,6 +61,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkFilter *pidgin_account_filter_connected_new(void); G_END_DECLS
--- a/pidgin/pidginaccountfilterprotocol.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountfilterprotocol.h Wed Nov 01 01:43:05 2023 -0500 @@ -62,6 +62,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkFilter *pidgin_account_filter_protocol_new(const gchar *protocol_id); /** @@ -74,6 +75,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_account_filter_protocol_get_protocol_id(PidginAccountFilterProtocol *filter); G_END_DECLS
--- a/pidgin/pidginaccountmanager.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountmanager.h Wed Nov 01 01:43:05 2023 -0500 @@ -56,6 +56,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_account_manager_new(void); /** @@ -67,6 +68,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_manager_show_overview(PidginAccountManager *manager); /** @@ -78,6 +80,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_manager_edit_account(PidginAccountManager *manager, PurpleAccount *account); G_END_DECLS
--- a/pidgin/pidginaccountmanagerrow.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountmanagerrow.h Wed Nov 01 01:43:05 2023 -0500 @@ -59,6 +59,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_account_manager_row_new(PurpleAccount *account); /** @@ -71,6 +72,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleAccount *pidgin_account_manager_row_get_account(PidginAccountManagerRow *row); /** @@ -82,6 +84,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_manager_row_set_account(PidginAccountManagerRow *row, PurpleAccount *account); G_END_DECLS
--- 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
--- a/pidgin/pidginaccountsdisabledmenu.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountsdisabledmenu.h Wed Nov 01 01:43:05 2023 -0500 @@ -52,6 +52,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GMenuModel *pidgin_accounts_disabled_menu_new(void); G_END_DECLS
--- a/pidgin/pidginaccountsenabledmenu.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountsenabledmenu.h Wed Nov 01 01:43:05 2023 -0500 @@ -61,6 +61,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GMenuModel *pidgin_accounts_enabled_menu_new(void); G_END_DECLS
--- a/pidgin/pidginaddbuddydialog.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaddbuddydialog.h Wed Nov 01 01:43:05 2023 -0500 @@ -63,6 +63,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_add_buddy_dialog_new(PurpleAccount *account, const gchar *username, const gchar *alias, const gchar *message, const gchar *group); G_END_DECLS
--- a/pidgin/pidginaddchatdialog.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaddchatdialog.h Wed Nov 01 01:43:05 2023 -0500 @@ -62,6 +62,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_add_chat_dialog_new(PurpleAccount *account, PurpleGroup *group, const gchar *alias, const gchar *name); G_END_DECLS
--- a/pidgin/pidginapplication.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginapplication.h Wed Nov 01 01:43:05 2023 -0500 @@ -60,6 +60,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GApplication *pidgin_application_new(void); /** @@ -77,6 +78,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_application_add_action_group(PidginApplication *application, const gchar *prefix, GActionGroup *action_group); /** @@ -92,6 +94,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWindow *pidgin_application_get_active_window(PidginApplication *application); G_END_DECLS
--- a/pidgin/pidginautoadjustment.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginautoadjustment.h Wed Nov 01 01:43:05 2023 -0500 @@ -62,6 +62,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkAdjustment *pidgin_auto_adjustment_new(void); /** @@ -72,6 +73,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_auto_adjustment_decrement(PidginAutoAdjustment *auto_scroller); /** @@ -82,6 +84,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_auto_adjustment_increment(PidginAutoAdjustment *auto_scroller); G_END_DECLS
--- a/pidgin/pidginavatar.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginavatar.h Wed Nov 01 01:43:05 2023 -0500 @@ -60,6 +60,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_avatar_new(void); /** @@ -73,6 +74,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_avatar_set_animate(PidginAvatar *avatar, gboolean animate); /** @@ -85,6 +87,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 gboolean pidgin_avatar_get_animate(PidginAvatar *avatar); /** @@ -96,6 +99,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_avatar_set_buddy(PidginAvatar *avatar, PurpleBuddy *buddy); /** @@ -108,6 +112,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleBuddy *pidgin_avatar_get_buddy(PidginAvatar *avatar); /** @@ -120,6 +125,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_avatar_set_conversation(PidginAvatar *avatar, PurpleConversation *conversation); /** @@ -133,6 +139,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleConversation *pidgin_avatar_get_conversation(PidginAvatar *avatar); G_END_DECLS
--- a/pidgin/pidginchanneljoindialog.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginchanneljoindialog.h Wed Nov 01 01:43:05 2023 -0500 @@ -56,6 +56,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_channel_join_dialog_new(void); G_END_DECLS
--- a/pidgin/pidgincolor.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgincolor.h Wed Nov 01 01:43:05 2023 -0500 @@ -29,6 +29,8 @@ #include <gtk/gtk.h> +#include "pidginversion.h" + G_BEGIN_DECLS /** @@ -48,6 +50,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_color_calculate_for_text(const gchar *text, GdkRGBA *color); G_END_DECLS
--- a/pidgin/pidgincontactinfomenu.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgincontactinfomenu.h Wed Nov 01 01:43:05 2023 -0500 @@ -33,6 +33,8 @@ #include <purple.h> +#include "pidginversion.h" + G_BEGIN_DECLS /** @@ -48,6 +50,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_contact_info_menu_popup(PurpleContactInfo *info, PurpleAccount *account, GtkWidget *parent, gdouble x, gdouble y); G_END_DECLS
--- a/pidgin/pidgincontactlistwindow.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgincontactlistwindow.h Wed Nov 01 01:43:05 2023 -0500 @@ -60,6 +60,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_contact_list_window_new(void); /** @@ -72,6 +73,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_contact_list_window_get_vbox(PidginContactListWindow *window); G_END_DECLS
--- a/pidgin/pidginconversation.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginconversation.h Wed Nov 01 01:43:05 2023 -0500 @@ -59,6 +59,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_conversation_new(PurpleConversation *conversation); /** @@ -72,6 +73,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_conversation_from_purple_conversation(PurpleConversation *conversation); /** @@ -85,6 +87,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleConversation *pidgin_conversation_get_conversation(PidginConversation *conversation); /** @@ -97,6 +100,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_conversation_close(PidginConversation *conversation); G_END_DECLS
--- a/pidgin/pidgindebug.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgindebug.h Wed Nov 01 01:43:05 2023 -0500 @@ -47,6 +47,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_debug_init_handler(void); /** @@ -58,6 +59,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_debug_set_print_enabled(gboolean enable); /**
--- a/pidgin/pidgindisplayitem.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgindisplayitem.h Wed Nov 01 01:43:05 2023 -0500 @@ -71,6 +71,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_display_item_get_widget(PidginDisplayItem *item); /** @@ -83,6 +84,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const char *pidgin_display_item_get_id(PidginDisplayItem *item); /** @@ -95,6 +97,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const char *pidgin_display_item_get_title(PidginDisplayItem *item); /** @@ -106,6 +109,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_item_set_title(PidginDisplayItem *item, const char *title); /** @@ -118,6 +122,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const char *pidgin_display_item_get_icon_name(PidginDisplayItem *item); /** @@ -129,6 +134,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_item_set_icon_name(PidginDisplayItem *item, const char *icon_name); /** @@ -141,6 +147,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 gboolean pidgin_display_item_get_needs_attention(PidginDisplayItem *item); /** @@ -152,6 +159,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_item_set_needs_attention(PidginDisplayItem *item, gboolean needs_attention); /** @@ -164,6 +172,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 guint pidgin_display_item_get_badge_number(PidginDisplayItem *item); /** @@ -176,6 +185,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_item_set_badge_number(PidginDisplayItem *item, guint badge_number); /** @@ -188,6 +198,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GListModel *pidgin_display_item_get_children(PidginDisplayItem *item); /** @@ -200,6 +211,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_item_set_children(PidginDisplayItem *item, GListModel *children); G_END_DECLS
--- a/pidgin/pidgindisplaywindow.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgindisplaywindow.h Wed Nov 01 01:43:05 2023 -0500 @@ -69,6 +69,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_display_window_get_default(void); /** @@ -81,6 +82,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_window_add(PidginDisplayWindow *window, PurpleConversation *conversation); /** @@ -93,6 +95,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_window_remove(PidginDisplayWindow *window, PurpleConversation *conversation); /** @@ -105,6 +108,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 guint pidgin_display_window_get_count(PidginDisplayWindow *window); /** @@ -118,6 +122,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleConversation *pidgin_display_window_get_selected(PidginDisplayWindow *window); /** @@ -129,6 +134,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_window_select(PidginDisplayWindow *window, PurpleConversation *conversation); /** @@ -142,6 +148,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_window_select_previous(PidginDisplayWindow *window); /** @@ -154,6 +161,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_window_select_next(PidginDisplayWindow *window); /** @@ -165,6 +173,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_window_select_first(PidginDisplayWindow *window); /** @@ -176,6 +185,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_window_select_last(PidginDisplayWindow *window); /** @@ -188,6 +198,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_display_window_select_nth(PidginDisplayWindow *window, guint nth); /** @@ -201,6 +212,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 gboolean pidgin_display_window_conversation_is_selected(PidginDisplayWindow *window, PurpleConversation *conversation); G_END_DECLS
--- a/pidgin/pidginiconname.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginiconname.h Wed Nov 01 01:43:05 2023 -0500 @@ -31,6 +31,8 @@ #include <purple.h> +#include "pidginversion.h" + G_BEGIN_DECLS /** @@ -45,6 +47,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_icon_name_from_status_primitive(PurpleStatusPrimitive primitive, const gchar *fallback); /** @@ -58,6 +61,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_icon_name_from_status_type(PurpleStatusType *type, const gchar *fallback); /** @@ -71,6 +75,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_icon_name_from_status(PurpleStatus *status, const gchar *fallback); /** @@ -85,6 +90,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_icon_name_from_presence(PurplePresence *presence, const gchar *fallback); G_END_DECLS
--- a/pidgin/pidgininfopane.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgininfopane.h Wed Nov 01 01:43:05 2023 -0500 @@ -84,6 +84,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_info_pane_set_conversation(PidginInfoPane *pane, PurpleConversation *conversation); G_END_DECLS
--- a/pidgin/pidgininvitedialog.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgininvitedialog.h Wed Nov 01 01:43:05 2023 -0500 @@ -81,6 +81,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_invite_dialog_new(PurpleChatConversation *conversation); /** @@ -94,6 +95,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_invite_dialog_set_contact(PidginInviteDialog *dialog, const gchar *contact); /** @@ -107,6 +109,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_invite_dialog_get_contact(PidginInviteDialog *dialog); /** @@ -119,6 +122,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_invite_dialog_set_message(PidginInviteDialog *dialog, const gchar *message); /** @@ -132,6 +136,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_invite_dialog_get_message(PidginInviteDialog *dialog); /** @@ -145,6 +150,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleChatConversation *pidgin_invite_dialog_get_conversation(PidginInviteDialog *dialog); G_END_DECLS
--- a/pidgin/pidginkeypad.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginkeypad.h Wed Nov 01 01:43:05 2023 -0500 @@ -58,6 +58,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_keypad_new(void); /** @@ -72,6 +73,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_keypad_set_key_capture_widget(PidginKeypad *keypad, GtkWidget *widget); G_END_DECLS
--- a/pidgin/pidginnotificationaddcontact.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginnotificationaddcontact.h Wed Nov 01 01:43:05 2023 -0500 @@ -77,6 +77,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleNotification *pidgin_notification_add_contact_get_notification(PidginNotificationAddContact *request); G_END_DECLS
--- a/pidgin/pidginnotificationauthorizationrequest.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginnotificationauthorizationrequest.h Wed Nov 01 01:43:05 2023 -0500 @@ -77,6 +77,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleNotification *pidgin_notification_authorization_request_get_notification(PidginNotificationAuthorizationRequest *request); G_END_DECLS
--- a/pidgin/pidginnotificationconnectionerror.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginnotificationconnectionerror.h Wed Nov 01 01:43:05 2023 -0500 @@ -76,6 +76,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleNotification *pidgin_notification_connection_error_get_notification(PidginNotificationConnectionError *error); G_END_DECLS
--- a/pidgin/pidginpluginsdialog.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginpluginsdialog.h Wed Nov 01 01:43:05 2023 -0500 @@ -56,6 +56,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_plugins_dialog_new(void); G_END_DECLS
--- a/pidgin/pidginpresenceicon.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginpresenceicon.h Wed Nov 01 01:43:05 2023 -0500 @@ -62,6 +62,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_presence_icon_new(PurplePresence *presence, const gchar *fallback, GtkIconSize icon_size); /** @@ -74,6 +75,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurplePresence *pidgin_presence_icon_get_presence(PidginPresenceIcon *icon); /** @@ -85,6 +87,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_presence_icon_set_presence(PidginPresenceIcon *icon, PurplePresence *presence); /** @@ -97,6 +100,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_presence_icon_get_fallback(PidginPresenceIcon *icon); /** @@ -108,6 +112,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_presence_icon_set_fallback(PidginPresenceIcon *icon, const gchar *fallback); /** @@ -120,6 +125,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkIconSize pidgin_presence_icon_get_icon_size(PidginPresenceIcon *icon); /** @@ -131,6 +137,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_presence_icon_set_icon_size(PidginPresenceIcon *icon, GtkIconSize icon_size); G_END_DECLS
--- a/pidgin/pidginprivate.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginprivate.h Wed Nov 01 01:43:05 2023 -0500 @@ -31,6 +31,8 @@ #include <purple.h> +#include "pidginversion.h" + G_BEGIN_DECLS /* @@ -42,6 +44,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_commands_init(void); /* @@ -53,6 +56,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_commands_uninit(void); G_END_DECLS
--- a/pidgin/pidginprotocolchooser.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginprotocolchooser.h Wed Nov 01 01:43:05 2023 -0500 @@ -52,6 +52,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_protocol_chooser_new(void); /** @@ -65,6 +66,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleProtocol *pidgin_protocol_chooser_get_protocol(PidginProtocolChooser *chooser); /** @@ -77,6 +79,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_protocol_chooser_set_protocol(PidginProtocolChooser *chooser, PurpleProtocol *protocol); G_END_DECLS
--- a/pidgin/pidginstatusdisplay.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginstatusdisplay.h Wed Nov 01 01:43:05 2023 -0500 @@ -50,6 +50,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_status_display_new(void); /** @@ -62,6 +63,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_status_display_new_for_primitive(PurpleStatusPrimitive primitive); /** @@ -74,6 +76,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_status_display_new_for_saved_status(PurpleSavedStatus *status); /** @@ -87,6 +90,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleStatusPrimitive pidgin_status_display_get_primitive(PidginStatusDisplay *display); /** @@ -100,6 +104,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_status_display_set_primitive(PidginStatusDisplay *display, PurpleStatusPrimitive primitive); /** @@ -113,6 +118,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleSavedStatus *pidgin_status_display_get_saved_status(PidginStatusDisplay *display); /** @@ -126,6 +132,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_status_display_set_saved_status(PidginStatusDisplay *display, PurpleSavedStatus *status); G_END_DECLS
--- a/pidgin/pidginstatuseditor.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginstatuseditor.h Wed Nov 01 01:43:05 2023 -0500 @@ -58,6 +58,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_status_editor_new(PurpleSavedStatus *status); /** @@ -71,6 +72,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleSavedStatus *pidgin_status_editor_get_status(PidginStatusEditor *editor); G_END_DECLS
--- a/pidgin/pidginstatusprimitivechooser.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginstatusprimitivechooser.h Wed Nov 01 01:43:05 2023 -0500 @@ -63,6 +63,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_status_primitive_chooser_new(void); /** @@ -75,6 +76,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleStatusPrimitive pidgin_status_primitive_chooser_get_selected(PidginStatusPrimitiveChooser *chooser); /** @@ -86,6 +88,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_status_primitive_chooser_set_selected(PidginStatusPrimitiveChooser *chooser, PurpleStatusPrimitive primitive); G_END_DECLS
--- a/pidgin/pidgintextbuffer.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgintextbuffer.h Wed Nov 01 01:43:05 2023 -0500 @@ -29,6 +29,8 @@ #include <gtk/gtk.h> +#include "pidginversion.h" + G_BEGIN_DECLS /** @@ -49,6 +51,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 char *pidgin_text_buffer_get_html(GtkTextBuffer *buffer); /** @@ -67,8 +70,9 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 char *pidgin_text_buffer_get_html_range(GtkTextBuffer *buffer, GtkTextIter *start, GtkTextIter *end); G_END_DECLS -#endif /* PIDGIN_TEXT_BUFFER_H */ \ No newline at end of file +#endif /* PIDGIN_TEXT_BUFFER_H */
--- a/pidgin/prefs/pidginawayprefs.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/prefs/pidginawayprefs.h Wed Nov 01 01:43:05 2023 -0500 @@ -59,6 +59,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_away_prefs_new(void); G_END_DECLS
--- a/pidgin/prefs/pidginconversationprefs.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/prefs/pidginconversationprefs.h Wed Nov 01 01:43:05 2023 -0500 @@ -59,6 +59,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_conversation_prefs_new(void); G_END_DECLS
--- a/pidgin/prefs/pidgincredentialprefs.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/prefs/pidgincredentialprefs.h Wed Nov 01 01:43:05 2023 -0500 @@ -67,6 +67,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_credential_prefs_new(void); G_END_DECLS
--- a/pidgin/prefs/pidgincredentialproviderrow.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/prefs/pidgincredentialproviderrow.h Wed Nov 01 01:43:05 2023 -0500 @@ -70,6 +70,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_credential_provider_row_new(PurpleCredentialProvider *provider); /** @@ -82,6 +83,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleCredentialProvider *pidgin_credential_provider_row_get_provider(PidginCredentialProviderRow *row); /** @@ -94,6 +96,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 gboolean pidgin_credential_provider_row_get_active(PidginCredentialProviderRow *row); /** @@ -105,6 +108,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_credential_provider_row_set_active(PidginCredentialProviderRow *row, gboolean active); G_END_DECLS
--- a/pidgin/prefs/pidginnetworkprefs.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/prefs/pidginnetworkprefs.h Wed Nov 01 01:43:05 2023 -0500 @@ -59,6 +59,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_network_prefs_new(void); G_END_DECLS
--- a/pidgin/prefs/pidginproxyprefs.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/prefs/pidginproxyprefs.h Wed Nov 01 01:43:05 2023 -0500 @@ -59,6 +59,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_proxy_prefs_new(void); G_END_DECLS
--- a/pidgin/prefs/pidginvvprefs.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/prefs/pidginvvprefs.h Wed Nov 01 01:43:05 2023 -0500 @@ -59,6 +59,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_vv_prefs_new(void); /** @@ -70,6 +71,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_vv_prefs_disable_test_pipelines(PidginVVPrefs *prefs); G_END_DECLS