summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,