From b15193943a8afedba3aef37743607e7d71aab162 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Feb 2015 10:42:57 +0100 Subject: [PATCH] GtkStatusIcon: Expand deprecation docs https://bugzilla.gnome.org/show_bug.cgi?id=743975 --- gtk/deprecated/gtkstatusicon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/deprecated/gtkstatusicon.c b/gtk/deprecated/gtkstatusicon.c index c3c1b16980..5af98aea26 100644 --- a/gtk/deprecated/gtkstatusicon.c +++ b/gtk/deprecated/gtkstatusicon.c @@ -84,7 +84,9 @@ * on Win32 doesn’t allow to embed arbitrary widgets. * * GtkStatusIcon has been deprecated in 3.14. You should consider using - * notifications or more modern platform-specific APIs instead. + * notifications or more modern platform-specific APIs instead. GLib provides + * the #GNotification API which works well with #GtkApplication. Also see this + * [HowDoI](https://wiki.gnome.org/HowDoI/GNotification). */