diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-09-04 13:18:09 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-09-04 13:18:09 +0200 |
commit | 08ddea5069ddfd0e477c40304484b59d444b46f3 (patch) | |
tree | b677c46461349cc65b1febfaded820dcc914a342 /gtk/gtkstatusicon.h | |
parent | e6da33a302a51783777e8da41c680cdf4dc783eb (diff) | |
download | gtk+-08ddea5069ddfd0e477c40304484b59d444b46f3.tar.gz |
GtkStatusIcon: Remove get/set_blinking() declarations from header.
This was apparently forgotten in
commit 18b47b6cd03f0f6da777ad3a5e2795cbf458b804 .
Diffstat (limited to 'gtk/gtkstatusicon.h')
-rw-r--r-- | gtk/gtkstatusicon.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h index 98d79e58a0..6d93d2aca6 100644 --- a/gtk/gtkstatusicon.h +++ b/gtk/gtkstatusicon.h @@ -125,10 +125,6 @@ void gtk_status_icon_set_visible (GtkStatusIcon *st gboolean visible); gboolean gtk_status_icon_get_visible (GtkStatusIcon *status_icon); -void gtk_status_icon_set_blinking (GtkStatusIcon *status_icon, - gboolean blinking); -gboolean gtk_status_icon_get_blinking (GtkStatusIcon *status_icon); - gboolean gtk_status_icon_is_embedded (GtkStatusIcon *status_icon); void gtk_status_icon_position_menu (GtkMenu *menu, |