From 0a1de62141772e44813a39a36f659d49a54c2e4b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 10 Jun 2026 09:39:27 +0200 Subject: Revert "Explicitly mark deprecated functions and use substitutes" This reverts commit aec1741226036036b2498f7b664221e649b4ff81. --- src/app-indicator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/app-indicator.h b/src/app-indicator.h index 7002d35..b53b7fd 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -267,14 +267,14 @@ AppIndicator *app_indicator_new_with_path (const gchar void app_indicator_set_status (AppIndicator *self, AppIndicatorStatus status); void app_indicator_set_attention_icon (AppIndicator *self, - const gchar *icon_name) G_GNUC_DEPRECATED_FOR (app_indicator_set_attention_icon_full); + const gchar *icon_name); void app_indicator_set_attention_icon_full (AppIndicator *self, const gchar *icon_name, const gchar *icon_desc); void app_indicator_set_menu (AppIndicator *self, GtkMenu *menu); void app_indicator_set_icon (AppIndicator *self, - const gchar *icon_name) G_GNUC_DEPRECATED_FOR (app_indicator_set_icon_full); + const gchar *icon_name); void app_indicator_set_icon_full (AppIndicator *self, const gchar *icon_name, const gchar *icon_desc); -- cgit v1.2.3