summaryrefslogtreecommitdiff
path: root/libnotify/notification.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-10-08 22:47:06 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-10-08 22:47:06 -0400
commit27e05d0f9562a26163493d6cc1d5924b9a4ebf68 (patch)
tree874a35f87e96de2a77e12605bcd3c5e29f462a9b /libnotify/notification.h
parent3f14ad4c7141b70e3c7fafce27373a6c38ad98b7 (diff)
downloadlibnotify-27e05d0f9562a26163493d6cc1d5924b9a4ebf68.tar.gz
Remove the ability to attach notifications to widgets or positions
Diffstat (limited to 'libnotify/notification.h')
-rw-r--r--libnotify/notification.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/libnotify/notification.h b/libnotify/notification.h
index 06c5bd9..033720c 100644
--- a/libnotify/notification.h
+++ b/libnotify/notification.h
@@ -78,22 +78,13 @@ GType notify_notification_get_type (void);
NotifyNotification *notify_notification_new (const char *summary,
const char *body,
- const char *icon,
- GtkWidget *attach);
+ const char *icon);
gboolean notify_notification_update (NotifyNotification *notification,
const char *summary,
const char *body,
const char *icon);
-void notify_notification_attach_to_widget (NotifyNotification *notification,
- GtkWidget *attach);
-
-void notify_notification_set_geometry_hints (NotifyNotification *notification,
- GdkScreen *screen,
- gint x,
- gint y);
-
gboolean notify_notification_show (NotifyNotification *notification,
GError **error);