summaryrefslogtreecommitdiff
path: root/gtk/deprecated
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-02-05 10:42:57 +0100
committerMatthias Clasen <mclasen@redhat.com>2015-02-05 10:42:57 +0100
commitb15193943a8afedba3aef37743607e7d71aab162 (patch)
tree06fa7c5ac68759f764c0bc6dd2fdfdf4cdfd869c /gtk/deprecated
parentedec64cda3d4518b4e87d5ea5d287d4570ba9933 (diff)
downloadgtk+-b15193943a8afedba3aef37743607e7d71aab162.tar.gz
GtkStatusIcon: Expand deprecation docs
https://bugzilla.gnome.org/show_bug.cgi?id=743975
Diffstat (limited to 'gtk/deprecated')
-rw-r--r--gtk/deprecated/gtkstatusicon.c4
1 files changed, 3 insertions, 1 deletions
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).
*/