]> Pileus Git - ~andy/gtk/commitdiff
Remove deprecated GtkStatusIcon functions
authorChristian Dywan <christian@twotoasts.de>
Wed, 7 Oct 2009 16:32:12 +0000 (18:32 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:40:41 +0000 (01:40 +0200)
gtk/gtkstatusicon.c
gtk/gtkstatusicon.h

index 146b8f09c956d60415e69777e0e90c7f80479ada..e6ec4057b84287bafdd0cd8147775f4abe02f19e 100644 (file)
@@ -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)
 {
index 0c08cfe212450f54eb7d110fe99f291226b15ec5..6bfafef3da1fd38a6099b54ca6784ad488a6b136 100644 (file)
@@ -110,10 +110,6 @@ void                  gtk_status_icon_set_screen         (GtkStatusIcon      *st
                                                           GdkScreen          *screen);
 GdkScreen            *gtk_status_icon_get_screen         (GtkStatusIcon      *status_icon);
 
-#ifndef GTK_DISABLE_DEPRECATED
-void                  gtk_status_icon_set_tooltip        (GtkStatusIcon      *status_icon,
-                                                          const gchar        *tooltip_text);
-#endif
 void                  gtk_status_icon_set_has_tooltip    (GtkStatusIcon      *status_icon,
                                                           gboolean            has_tooltip);
 void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,