forked from AuroraMiddleware/gtk
Remove deprecated GtkStatusIcon functions
This commit is contained in:
parent
61a294d820
commit
bb475d5d2e
@ -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)
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user