diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-10 09:39:27 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-10 09:39:27 +0200 |
| commit | 0a1de62141772e44813a39a36f659d49a54c2e4b (patch) | |
| tree | aae3cc07fd1614c6868b800fdb648cd2161633f8 /src/app-indicator.h | |
| parent | c45150eaccef46e26ce130f25c74a3da53581c44 (diff) | |
| download | libayatana-appindicator-0a1de62141772e44813a39a36f659d49a54c2e4b.tar.gz libayatana-appindicator-0a1de62141772e44813a39a36f659d49a54c2e4b.tar.bz2 libayatana-appindicator-0a1de62141772e44813a39a36f659d49a54c2e4b.zip | |
Revert "Explicitly mark deprecated functions and use substitutes"
This reverts commit aec1741226036036b2498f7b664221e649b4ff81.
Diffstat (limited to 'src/app-indicator.h')
| -rw-r--r-- | src/app-indicator.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
