summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-24 02:56:51 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-24 02:56:51 -0400
commitafb6e6a1f30ab633947be439e49b8522fa038625 (patch)
tree8d57d3f64e848f1a2772b9ad5aff39a6bb1ea5ee
parenteca356030ff5585c728029cee5c42d59f90f0e0d (diff)
downloadlibnotify-afb6e6a1f30ab633947be439e49b8522fa038625.tar.gz
Remove checks for old GTK+
-rw-r--r--libnotify/notification.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libnotify/notification.h b/libnotify/notification.h
index 6bad801..bba360d 100644
--- a/libnotify/notification.h
+++ b/libnotify/notification.h
@@ -80,12 +80,11 @@ NotifyNotification *notify_notification_new (const char
const char *body,
const char *icon,
GtkWidget *attach);
-#if GTK_CHECK_VERSION(2, 9, 2)
+
NotifyNotification *notify_notification_new_with_status_icon (const char *summary,
const char *body,
const char *icon,
GtkStatusIcon *status_icon);
-#endif
gboolean notify_notification_update (NotifyNotification *notification,
const char *summary,
@@ -95,10 +94,8 @@ gboolean notify_notification_update (NotifyNotificatio
void notify_notification_attach_to_widget (NotifyNotification *notification,
GtkWidget *attach);
-#if GTK_CHECK_VERSION(2, 9, 2)
void notify_notification_attach_to_status_icon (NotifyNotification *notification,
GtkStatusIcon *status_icon);
-#endif
void notify_notification_set_geometry_hints (NotifyNotification *notification,
GdkScreen *screen,