diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-03-12 09:28:34 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-03-12 09:28:34 +0100 |
| commit | 739dc8d3f5b19fe87c15e885c2c6840d3f7007ce (patch) | |
| tree | 943876988e4ea5c2ec4123da842592d210c5e662 /src/app-indicator.h | |
| parent | e3c1dba0945518840a7674e6b244ecbc4892d29f (diff) | |
| parent | 13ea932892cba6913f1dd24ef0e807940fe011dc (diff) | |
| download | libayatana-appindicator-739dc8d3f5b19fe87c15e885c2c6840d3f7007ce.tar.gz libayatana-appindicator-739dc8d3f5b19fe87c15e885c2c6840d3f7007ce.tar.bz2 libayatana-appindicator-739dc8d3f5b19fe87c15e885c2c6840d3f7007ce.zip | |
Merge branch 'tari01-pr/add-deprecation'
Attributes GH PR #1: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/1
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 75cf875..059bdbd 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -250,11 +250,11 @@ GType app_indicator_get_type (void) G_GNUC_C AppIndicator *app_indicator_new (const gchar *id, const gchar *icon_name, - AppIndicatorCategory category); + AppIndicatorCategory category) G_GNUC_DEPRECATED; AppIndicator *app_indicator_new_with_path (const gchar *id, const gchar *icon_name, AppIndicatorCategory category, - const gchar *icon_theme_path); + const gchar *icon_theme_path) G_GNUC_DEPRECATED; /* Set properties */ void app_indicator_set_status (AppIndicator *self, |
