[gtk+/gtk-2.90: 40/59] Remove deprecated GtkStatusIcon functions
- From: Christian Dywan <cdywan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2.90: 40/59] Remove deprecated GtkStatusIcon functions
- Date: Wed, 7 Oct 2009 18:39:57 +0000 (UTC)
commit 51e42432492419e893e2f6c5e1cb2be997a9a53d
Author: Christian Dywan <christian twotoasts de>
Date: Wed Oct 7 18:32:12 2009 +0200
Remove deprecated GtkStatusIcon functions
gtk/gtkstatusicon.c | 18 ------------------
gtk/gtkstatusicon.h | 4 ----
2 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c
index 1cdb0c1..7e841cc 100644
--- a/gtk/gtkstatusicon.c
+++ b/gtk/gtkstatusicon.c
@@ -2209,24 +2209,6 @@ gtk_status_icon_get_screen (GtkStatusIcon *status_icon)
#endif
}
-/**
- * gtk_status_icon_set_tooltip:
- * @status_icon: a #GtkStatusIcon
- * @tooltip_text: 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)
{
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h
index e850c64..74074b8 100755
--- a/gtk/gtkstatusicon.h
+++ b/gtk/gtkstatusicon.h
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]