summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusicon.c
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-07 18:32:12 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:40:41 +0200
commitbb475d5d2eae24d98eb48b16cc745dedc474c1d1 (patch)
treee6575b08f07c1e24a1809337d0c01fe071c47d85 /gtk/gtkstatusicon.c
parent61a294d820954c7944bd3debdce8950173c94c1b (diff)
downloadgtk+-bb475d5d2eae24d98eb48b16cc745dedc474c1d1.tar.gz
Remove deprecated GtkStatusIcon functions
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rw-r--r--gtk/gtkstatusicon.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c
index 146b8f09c9..e6ec4057b8 100644
--- a/gtk/gtkstatusicon.c
+++ b/gtk/gtkstatusicon.c
@@ -2267,24 +2267,6 @@ gtk_status_icon_get_screen (GtkStatusIcon *status_icon)
#endif
}
-/**
- * gtk_status_icon_set_tooltip:
- * @status_icon: a #GtkStatusIcon
- * @tooltip_text: (allow-none): the tooltip text, or %NULL
- *
- * Sets the tooltip of the status icon.
- *
- * Since: 2.10
- *
- * Deprecated: 2.16: Use gtk_status_icon_set_tooltip_text() instead.
- */
-void
-gtk_status_icon_set_tooltip (GtkStatusIcon *status_icon,
- const gchar *tooltip_text)
-{
- gtk_status_icon_set_tooltip_text (status_icon, tooltip_text);
-}
-
static gboolean
gtk_status_icon_blinker (GtkStatusIcon *status_icon)
{